diff options
-rw-r--r-- | conf/distro/include/beagleboard.conf | 10 | ||||
-rw-r--r-- | conf/distro/include/nitrogen6x.conf | 5 | ||||
-rw-r--r-- | conf/distro/include/raspberrypi.conf | 2 |
3 files changed, 3 insertions, 14 deletions
diff --git a/conf/distro/include/beagleboard.conf b/conf/distro/include/beagleboard.conf index dab0c5a..829b4fa 100644 --- a/conf/distro/include/beagleboard.conf +++ b/conf/distro/include/beagleboard.conf | |||
@@ -20,15 +20,7 @@ | |||
20 | ## | 20 | ## |
21 | ############################################################################# | 21 | ############################################################################# |
22 | 22 | ||
23 | IMAGE_CLASSES += "image_types_sdcard" | 23 | IMAGE_FSTYPES = "tar.gz" |
24 | IMAGE_FSTYPES = "tar.gz ext3 sdcard" | ||
25 | |||
26 | BOOT_SCRIPTS = "\ | ||
27 | u-boot-${MACHINE}.img:u-boot.img \ | ||
28 | MLO-${MACHINE}:MLO \ | ||
29 | " | ||
30 | SDCARD_GENERATION_COMMAND = "generate_imx_sdcard" | ||
31 | UBOOT_SUFFIX = "img" | ||
32 | 24 | ||
33 | PREFERRED_VERSION_libgles-omap3 = "4.09.00.01" | 25 | PREFERRED_VERSION_libgles-omap3 = "4.09.00.01" |
34 | PREFERRED_VERSION_omap3-sgx-modules = "4.09.00.01" | 26 | PREFERRED_VERSION_omap3-sgx-modules = "4.09.00.01" |
diff --git a/conf/distro/include/nitrogen6x.conf b/conf/distro/include/nitrogen6x.conf index b761ddd..5f6df70 100644 --- a/conf/distro/include/nitrogen6x.conf +++ b/conf/distro/include/nitrogen6x.conf | |||
@@ -20,10 +20,7 @@ | |||
20 | ## | 20 | ## |
21 | ############################################################################# | 21 | ############################################################################# |
22 | 22 | ||
23 | IMAGE_CLASSES += "image_types_sdcard" | 23 | IMAGE_FSTYPES = "tar.gz" |
24 | IMAGE_FSTYPES = "tar.gz ext3 sdcard" | ||
25 | |||
26 | BOOT_SCRIPTS = "6x_bootscript-${MACHINE}:6x_bootscript" | ||
27 | 24 | ||
28 | MACHINE_EXTRA_INSTALL = "\ | 25 | MACHINE_EXTRA_INSTALL = "\ |
29 | libgal-mx6 \ | 26 | libgal-mx6 \ |
diff --git a/conf/distro/include/raspberrypi.conf b/conf/distro/include/raspberrypi.conf index 97513a8..12f1033 100644 --- a/conf/distro/include/raspberrypi.conf +++ b/conf/distro/include/raspberrypi.conf | |||
@@ -20,7 +20,7 @@ | |||
20 | ## | 20 | ## |
21 | ############################################################################# | 21 | ############################################################################# |
22 | 22 | ||
23 | IMAGE_FSTYPES = "tar.gz ext3 rpi-sdimg" | 23 | IMAGE_FSTYPES = "tar.gz" |
24 | 24 | ||
25 | PREFERRED_PROVIDER_virtual/libgles1 = "userland" | 25 | PREFERRED_PROVIDER_virtual/libgles1 = "userland" |
26 | 26 | ||