]> code.ossystems Code Review - meta-freescale.git/commitdiff
Fix to build u-boot images instead of just ext2.gz images
authorMatthew McClintock <msm@freescale.com>
Wed, 19 Oct 2011 20:48:47 +0000 (15:48 -0500)
committerMatthew McClintock <msm@freescale.com>
Wed, 19 Oct 2011 20:49:07 +0000 (15:49 -0500)
Signed-off-by: Matthew McClintock <msm@freescale.com>
meta-fsl-ppc/conf/machine/e500mc.inc
meta-fsl-ppc/conf/machine/e500v2.inc
meta-fsl-ppc/conf/machine/e5500-64b.inc
meta-fsl-ppc/conf/machine/e5500.inc

index fbd783016c8cb8ff48622a4609129719a3eb2ebf..71a6ae5c4e6bb745bde35b429fd4dcadd438c800 100644 (file)
@@ -12,7 +12,7 @@ PREFERRED_PROVIDER_linux-libc-headers = "linux-qoriq-sdk-headers"
 
 KERNEL_IMAGETYPE = "uImage"
 SERIAL_CONSOLE = "115200 ttyS0"
-IMAGE_FSTYPES = "tar.gz ext2.gz"
+IMAGE_FSTYPES = "tar.gz ext2.gz.u-boot"
 # disable the images below for now
 #              ext2.bz2 ext2.lzma \
 #              ext2.gz.u-boot ext2.bz2.u-boot ext2.lzma.u-boot"
index 165f4c5adbd48aaf7ede5eedf6e45221104e4b58..7ed0bdc6bc685b3df092c3264440970539d20deb 100644 (file)
@@ -11,7 +11,7 @@ PREFERRED_PROVIDER_linux-libc-headers = "linux-qoriq-sdk-headers"
 
 KERNEL_IMAGETYPE = "uImage"
 SERIAL_CONSOLE = "115200 ttyS0"
-IMAGE_FSTYPES = "tar.gz ext2.gz"
+IMAGE_FSTYPES = "tar.gz ext2.gz.u-boot"
 # disable the images below for now
 #              ext2.bz2 ext2.lzma \
 #              ext2.gz.u-boot ext2.bz2.u-boot ext2.lzma.u-boot"
index 7dca179922922caec5cefc796830a276c9c9dac5..c340a07ada43738b6cfc657e83ab85ede7121644 100644 (file)
@@ -12,7 +12,7 @@ PREFERRED_PROVIDER_linux-libc-headers = "linux-qoriq-sdk-headers"
 
 KERNEL_IMAGETYPE = "uImage"
 SERIAL_CONSOLE = "115200 ttyS0"
-IMAGE_FSTYPES = "tar.gz ext2.gz"
+IMAGE_FSTYPES = "tar.gz ext2.gz.u-boot"
 # disable the images below for now
 #              ext2.bz2 ext2.lzma \
 #              ext2.gz.u-boot ext2.bz2.u-boot ext2.lzma.u-boot"
index a833a9a24ab0d3485f91de66032d394f51a579e6..11e2fb64cbf8e089348aabccb24c52a8e46f3a20 100644 (file)
@@ -12,7 +12,7 @@ PREFERRED_PROVIDER_linux-libc-headers ?= "linux-qoriq-sdk-headers"
 
 KERNEL_IMAGETYPE = "uImage"
 SERIAL_CONSOLE = "115200 ttyS0"
-IMAGE_FSTYPES = "tar.gz ext2.gz"
+IMAGE_FSTYPES = "tar.gz ext2.gz.u-boot"
 # disable the images below for now
 #              ext2.bz2 ext2.lzma \
 #              ext2.gz.u-boot ext2.bz2.u-boot ext2.lzma.u-boot"