diff options
| author | Matthew McClintock <msm@freescale.com> | 2012-07-12 14:32:07 -0500 |
|---|---|---|
| committer | Matthew McClintock <msm@freescale.com> | 2012-08-14 13:57:56 -0500 |
| commit | b94f3517447183913abc51fa5d0d89210b657bba (patch) | |
| tree | 1fd8adf93a042b088c8b77a4ed372be7a8cde7e3 | |
| parent | 585d9899fa585d3d36e984efeb6b984ee5171270 (diff) | |
| download | meta-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.bb | 2 | ||||
| -rw-r--r-- | images/fsl-image-minimal.bb | 2 |
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 | ||
| 16 | inherit core-image | 16 | inherit core-image |
| 17 | 17 | ||
| 18 | IMAGE_FSTYPES ?= "tar.gz" | 18 | IMAGE_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 |
| 14 | ROOTFS_POSTPROCESS_COMMAND += "remove_packaging_data_files ; " | 14 | ROOTFS_POSTPROCESS_COMMAND += "remove_packaging_data_files ; " |
| 15 | 15 | ||
| 16 | IMAGE_FSTYPES ?= "tar.gz ext2.gz.u-boot" | 16 | IMAGE_FSTYPES = "tar.gz ext2.gz.u-boot" |
