summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
Diffstat (limited to 'target')
-rw-r--r--target/board/generic/BoardConfig.mk3
-rw-r--r--target/board/generic/recovery.fstab7
2 files changed, 9 insertions, 1 deletions
diff --git a/target/board/generic/BoardConfig.mk b/target/board/generic/BoardConfig.mk
index 7a25f30..415bdc6 100644
--- a/target/board/generic/BoardConfig.mk
+++ b/target/board/generic/BoardConfig.mk
@@ -5,7 +5,7 @@
# The generic product target doesn't have any hardware-specific pieces.
TARGET_NO_BOOTLOADER := true
-TARGET_NO_KERNEL := true
+TARGET_NO_KERNEL := false
TARGET_ARCH := arm
# Note: we build the platform images for ARMv7-A _without_ NEON.
@@ -40,6 +40,7 @@ endif
# Build OpenGLES emulation guest and host libraries
BUILD_EMULATOR_OPENGL := true
+BUILD_EMULATOR_OPENGL_DRIVER := true
# Build and enable the OpenGL ES View renderer. When running on the emulator,
# the GLES renderer disables itself if host GL acceleration isn't available.
diff --git a/target/board/generic/recovery.fstab b/target/board/generic/recovery.fstab
new file mode 100644
index 0000000..5205901
--- /dev/null
+++ b/target/board/generic/recovery.fstab
@@ -0,0 +1,7 @@
+# mount point fstype device
+
+/system yaffs2 system
+/cache yaffs2 cache
+/data yaffs2 userdata
+/sdcard vfat /dev/block/mmcblk0
+