summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew McClintock <msm@freescale.com>2012-07-12 14:32:07 -0500
committerMatthew McClintock <msm@freescale.com>2012-08-14 13:57:56 -0500
commitb94f3517447183913abc51fa5d0d89210b657bba (patch)
tree1fd8adf93a042b088c8b77a4ed372be7a8cde7e3
parent585d9899fa585d3d36e984efeb6b984ee5171270 (diff)
downloadmeta-fsl-ppc-b94f3517447183913abc51fa5d0d89210b657bba.tar.gz
images: change to forcibly set IMAGE_FSTYPES, user can add with _append
Signed-off-by: Matthew McClintock <msm@freescale.com>
-rw-r--r--images/fsl-image-lsb-sdk.bb2
-rw-r--r--images/fsl-image-minimal.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/images/fsl-image-lsb-sdk.bb b/images/fsl-image-lsb-sdk.bb
index 86bcb5a..cdd36a2 100644
--- a/images/fsl-image-lsb-sdk.bb
+++ b/images/fsl-image-lsb-sdk.bb
@@ -15,4 +15,4 @@ IMAGE_INSTALL = "\
15 15
16inherit core-image 16inherit core-image
17 17
18IMAGE_FSTYPES ?= "tar.gz" 18IMAGE_FSTYPES = "tar.gz"
diff --git a/images/fsl-image-minimal.bb b/images/fsl-image-minimal.bb
index a290d8b..b8d3c77 100644
--- a/images/fsl-image-minimal.bb
+++ b/images/fsl-image-minimal.bb
@@ -13,4 +13,4 @@ IMAGE_ROOTFS_SIZE = "8192"
13# remove not needed ipkg informations 13# remove not needed ipkg informations
14ROOTFS_POSTPROCESS_COMMAND += "remove_packaging_data_files ; " 14ROOTFS_POSTPROCESS_COMMAND += "remove_packaging_data_files ; "
15 15
16IMAGE_FSTYPES ?= "tar.gz ext2.gz.u-boot" 16IMAGE_FSTYPES = "tar.gz ext2.gz.u-boot"