From 301b6c0dfa9adbb9a70e4fe3c15372a6d0b4351c Mon Sep 17 00:00:00 2001 From: Matthew McClintock Date: Thu, 19 Jan 2012 13:08:45 -0600 Subject: Move default images types built into image recipes Signed-off-by: Matthew McClintock --- conf/machine/e500mc.inc | 1 - conf/machine/e500v2.inc | 1 - conf/machine/e5500-64b.inc | 1 - conf/machine/e5500.inc | 1 - images/fsl-image-lsb-sdk.bb | 2 ++ images/fsl-image-lsb.bb | 2 ++ images/fsl-image-minimal.bb | 2 ++ 7 files changed, 6 insertions(+), 4 deletions(-) diff --git a/conf/machine/e500mc.inc b/conf/machine/e500mc.inc index e79a91a..a8eb16b 100644 --- a/conf/machine/e500mc.inc +++ b/conf/machine/e500mc.inc @@ -11,7 +11,6 @@ PREFERRED_VERSION_virtual/kernel = "3.0.1" PREFERRED_PROVIDER_linux-libc-headers = "linux-qoriq-sdk-headers" KERNEL_IMAGETYPE = "uImage" -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" diff --git a/conf/machine/e500v2.inc b/conf/machine/e500v2.inc index 2bed583..d529b3f 100644 --- a/conf/machine/e500v2.inc +++ b/conf/machine/e500v2.inc @@ -10,7 +10,6 @@ PREFERRED_VERSION_virtual/kernel = "3.0.1" PREFERRED_PROVIDER_linux-libc-headers = "linux-qoriq-sdk-headers" KERNEL_IMAGETYPE = "uImage" -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" diff --git a/conf/machine/e5500-64b.inc b/conf/machine/e5500-64b.inc index 069349a..03cb2db 100644 --- a/conf/machine/e5500-64b.inc +++ b/conf/machine/e5500-64b.inc @@ -11,7 +11,6 @@ PREFERRED_VERSION_virtual/kernel = "3.0.1" PREFERRED_PROVIDER_linux-libc-headers = "linux-qoriq-sdk-headers" KERNEL_IMAGETYPE = "uImage" -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" diff --git a/conf/machine/e5500.inc b/conf/machine/e5500.inc index ca9cfd3..471bb22 100644 --- a/conf/machine/e5500.inc +++ b/conf/machine/e5500.inc @@ -11,7 +11,6 @@ PREFERRED_VERSION_virtual/kernel ?= "3.0.1" PREFERRED_PROVIDER_linux-libc-headers ?= "linux-qoriq-sdk-headers" KERNEL_IMAGETYPE = "uImage" -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" diff --git a/images/fsl-image-lsb-sdk.bb b/images/fsl-image-lsb-sdk.bb index 04b941b..c4fff42 100644 --- a/images/fsl-image-lsb-sdk.bb +++ b/images/fsl-image-lsb-sdk.bb @@ -14,3 +14,5 @@ IMAGE_INSTALL = "\ " inherit core-image + +IMAGE_FSTYPES ?= "nfsroot" diff --git a/images/fsl-image-lsb.bb b/images/fsl-image-lsb.bb index bb743b4..47f4c38 100644 --- a/images/fsl-image-lsb.bb +++ b/images/fsl-image-lsb.bb @@ -8,3 +8,5 @@ IMAGE_INSTALL = "\ " inherit core-image + +IMAGE_FSTYPES ?= "nfsroot" diff --git a/images/fsl-image-minimal.bb b/images/fsl-image-minimal.bb index 74bce63..a290d8b 100644 --- a/images/fsl-image-minimal.bb +++ b/images/fsl-image-minimal.bb @@ -12,3 +12,5 @@ IMAGE_ROOTFS_SIZE = "8192" # remove not needed ipkg informations ROOTFS_POSTPROCESS_COMMAND += "remove_packaging_data_files ; " + +IMAGE_FSTYPES ?= "tar.gz ext2.gz.u-boot" -- cgit v1.2.3-54-g00ecf