diff options
| author | Chunrong Guo <b40290@freescale.com> | 2013-02-28 08:54:13 +0000 |
|---|---|---|
| committer | Matthew McClintock <msm-oss@mcclintock.net> | 2013-03-06 01:25:04 -0600 |
| commit | 04c0bdab21f1c85723b83bb66a8b1e1a4f33cbb2 (patch) | |
| tree | 213e26fec61c5cb325bf51cb075886b9c23293a8 | |
| parent | 0c4fd5f2176d68977d64db198b03e4241d45a66b (diff) | |
| download | meta-fsl-ppc-04c0bdab21f1c85723b83bb66a8b1e1a4f33cbb2.tar.gz | |
remove images folder
the customized rootfs images is specific to fsl networking SDK, move
them from this layer to meta-fsl-networking layer
Signed-off-by: Chunrong Guo <b40290@freescale.com>
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
Acked-by: Otavio Salvador <otavio@ossystems.com.br>
| -rw-r--r-- | images/fsl-image-lsb-sdk.bb | 18 | ||||
| -rw-r--r-- | images/fsl-image-minimal.bb | 16 | ||||
| -rw-r--r-- | images/fsl-toolchain-bare.bb | 8 | ||||
| -rw-r--r-- | images/fsl-toolchain.bb | 19 |
4 files changed, 0 insertions, 61 deletions
diff --git a/images/fsl-image-lsb-sdk.bb b/images/fsl-image-lsb-sdk.bb deleted file mode 100644 index 1ba38d3..0000000 --- a/images/fsl-image-lsb-sdk.bb +++ /dev/null | |||
| @@ -1,18 +0,0 @@ | |||
| 1 | IMAGE_FEATURES += "tools-sdk dev-pkgs ssh-server-openssh" | ||
| 2 | EXTRA_IMAGE_FEATURES = "tools-debug tools-profile tools-testapps debug-tweaks" | ||
| 3 | |||
| 4 | IMAGE_INSTALL = "\ | ||
| 5 | ${CORE_IMAGE_BASE_INSTALL} \ | ||
| 6 | packagegroup-core-basic \ | ||
| 7 | packagegroup-core-lsb \ | ||
| 8 | git \ | ||
| 9 | dtc \ | ||
| 10 | flex \ | ||
| 11 | bison \ | ||
| 12 | ccache \ | ||
| 13 | u-boot \ | ||
| 14 | " | ||
| 15 | |||
| 16 | inherit core-image | ||
| 17 | |||
| 18 | IMAGE_FSTYPES = "tar.gz" | ||
diff --git a/images/fsl-image-minimal.bb b/images/fsl-image-minimal.bb deleted file mode 100644 index 1732585..0000000 --- a/images/fsl-image-minimal.bb +++ /dev/null | |||
| @@ -1,16 +0,0 @@ | |||
| 1 | # | ||
| 2 | # Copyright (C) 2007 OpenedHand Ltd. | ||
| 3 | # | ||
| 4 | IMAGE_INSTALL = "packagegroup-core-boot ${ROOTFS_PKGMANAGE_BOOTSTRAP} u-boot" | ||
| 5 | IMAGE_LINGUAS = " " | ||
| 6 | |||
| 7 | LICENSE = "MIT" | ||
| 8 | |||
| 9 | inherit core-image | ||
| 10 | |||
| 11 | IMAGE_ROOTFS_SIZE = "8192" | ||
| 12 | |||
| 13 | # remove not needed ipkg informations | ||
| 14 | ROOTFS_POSTPROCESS_COMMAND += "remove_packaging_data_files ; " | ||
| 15 | |||
| 16 | IMAGE_FSTYPES = "tar.gz ext2.gz.u-boot jffs2" | ||
diff --git a/images/fsl-toolchain-bare.bb b/images/fsl-toolchain-bare.bb deleted file mode 100644 index 74a3c4a..0000000 --- a/images/fsl-toolchain-bare.bb +++ /dev/null | |||
| @@ -1,8 +0,0 @@ | |||
| 1 | PR = "r3" | ||
| 2 | |||
| 3 | require recipes-core/meta/meta-toolchain.bb | ||
| 4 | |||
| 5 | TOOLCHAIN_OUTPUTNAME = "${SDK_NAME}-toolchain-bare-${DISTRO_VERSION}" | ||
| 6 | TOOLCHAIN_TARGET_TASK = "packagegroup-core-standalone-sdk-target" | ||
| 7 | TOOLCHAIN_HOST_TASK = "packagegroup-cross-canadian-${TRANSLATED_TARGET_ARCH}" | ||
| 8 | TOOLCHAIN_NEED_CONFIGSITE_CACHE += "zlib" | ||
diff --git a/images/fsl-toolchain.bb b/images/fsl-toolchain.bb deleted file mode 100644 index 696681c..0000000 --- a/images/fsl-toolchain.bb +++ /dev/null | |||
| @@ -1,19 +0,0 @@ | |||
| 1 | PR = "r2" | ||
| 2 | |||
| 3 | require fsl-toolchain-bare.bb | ||
| 4 | |||
| 5 | TOOLCHAIN_OUTPUTNAME = "${SDK_NAME}-toolchain-${DISTRO_VERSION}" | ||
| 6 | TOOLCHAIN_TARGET_TASK += " \ | ||
| 7 | glib-2.0 \ | ||
| 8 | glib-2.0-dev \ | ||
| 9 | dtc \ | ||
| 10 | libgomp \ | ||
| 11 | libgomp-dev \ | ||
| 12 | libgomp-staticdev \ | ||
| 13 | libstdc++-staticdev \ | ||
| 14 | ${TCLIBC}-staticdev \ | ||
| 15 | " | ||
| 16 | |||
| 17 | TOOLCHAIN_HOST_TASK += " \ | ||
| 18 | nativesdk-dtc \ | ||
| 19 | " | ||
