| Submitter | Zhenhua Luo |
|---|---|
| Date | Feb. 28, 2013, 8:54 a.m. |
| Message ID | <1362041655-19145-2-git-send-email-zhenhua.luo@freescale.com> |
| Download | mbox | patch |
| Permalink | /patch/45269/ |
| State | Accepted |
| Delegated to: | Matthew McClintock |
| Headers | show |
Comments
On Thu, Feb 28, 2013 at 5:54 AM, Zhenhua Luo <zhenhua.luo@freescale.com> wrote: > From: Chunrong Guo <b40290@freescale.com> > > 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> -- Otavio Salvador O.S. Systems E-mail: otavio@ossystems.com.br http://www.ossystems.com.br Mobile: +55 53 9981-7854 http://projetos.ossystems.com.br
On Thu, Feb 28, 2013 at 6:21 AM, Otavio Salvador <otavio@ossystems.com.br> wrote: > On Thu, Feb 28, 2013 at 5:54 AM, Zhenhua Luo <zhenhua.luo@freescale.com> wrote: >> From: Chunrong Guo <b40290@freescale.com> >> >> 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> Looks good to me too, will apply this to master. -M > > -- > Otavio Salvador O.S. Systems > E-mail: otavio@ossystems.com.br http://www.ossystems.com.br > Mobile: +55 53 9981-7854 http://projetos.ossystems.com.br > _______________________________________________ > meta-freescale mailing list > meta-freescale@yoctoproject.org > https://lists.yoctoproject.org/listinfo/meta-freescale
On Thu, Feb 28, 2013 at 2:54 AM, Zhenhua Luo <zhenhua.luo@freescale.com> wrote: > From: Chunrong Guo <b40290@freescale.com> > > 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> Applied. _M > --- > images/fsl-image-lsb-sdk.bb | 18 ------------------ > images/fsl-image-minimal.bb | 16 ---------------- > images/fsl-toolchain-bare.bb | 8 -------- > images/fsl-toolchain.bb | 19 ------------------- > 4 files changed, 61 deletions(-) > delete mode 100644 images/fsl-image-lsb-sdk.bb > delete mode 100644 images/fsl-image-minimal.bb > delete mode 100644 images/fsl-toolchain-bare.bb > delete mode 100644 images/fsl-toolchain.bb > > 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 @@ > -IMAGE_FEATURES += "tools-sdk dev-pkgs ssh-server-openssh" > -EXTRA_IMAGE_FEATURES = "tools-debug tools-profile tools-testapps debug-tweaks" > - > -IMAGE_INSTALL = "\ > - ${CORE_IMAGE_BASE_INSTALL} \ > - packagegroup-core-basic \ > - packagegroup-core-lsb \ > - git \ > - dtc \ > - flex \ > - bison \ > - ccache \ > - u-boot \ > - " > - > -inherit core-image > - > -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 @@ > -# > -# Copyright (C) 2007 OpenedHand Ltd. > -# > -IMAGE_INSTALL = "packagegroup-core-boot ${ROOTFS_PKGMANAGE_BOOTSTRAP} u-boot" > -IMAGE_LINGUAS = " " > - > -LICENSE = "MIT" > - > -inherit core-image > - > -IMAGE_ROOTFS_SIZE = "8192" > - > -# remove not needed ipkg informations > -ROOTFS_POSTPROCESS_COMMAND += "remove_packaging_data_files ; " > - > -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 @@ > -PR = "r3" > - > -require recipes-core/meta/meta-toolchain.bb > - > -TOOLCHAIN_OUTPUTNAME = "${SDK_NAME}-toolchain-bare-${DISTRO_VERSION}" > -TOOLCHAIN_TARGET_TASK = "packagegroup-core-standalone-sdk-target" > -TOOLCHAIN_HOST_TASK = "packagegroup-cross-canadian-${TRANSLATED_TARGET_ARCH}" > -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 @@ > -PR = "r2" > - > -require fsl-toolchain-bare.bb > - > -TOOLCHAIN_OUTPUTNAME = "${SDK_NAME}-toolchain-${DISTRO_VERSION}" > -TOOLCHAIN_TARGET_TASK += " \ > - glib-2.0 \ > - glib-2.0-dev \ > - dtc \ > - libgomp \ > - libgomp-dev \ > - libgomp-staticdev \ > - libstdc++-staticdev \ > - ${TCLIBC}-staticdev \ > - " > - > -TOOLCHAIN_HOST_TASK += " \ > - nativesdk-dtc \ > - " > -- > 1.7.9.5 > > > _______________________________________________ > meta-freescale mailing list > meta-freescale@yoctoproject.org > https://lists.yoctoproject.org/listinfo/meta-freescale
> -----Original Message----- > From: meta-freescale-bounces@yoctoproject.org [mailto:meta-freescale- > bounces@yoctoproject.org] On Behalf Of Matthew McClintock > Sent: Wednesday, March 06, 2013 3:11 PM > To: Luo Zhenhua-B19537 > Cc: meta-freescale@yoctoproject.org > Subject: Re: [meta-freescale] [meta-fsl-ppc master 2/4] remove images > folder > > On Thu, Feb 28, 2013 at 2:54 AM, Zhenhua Luo <zhenhua.luo@freescale.com> > wrote: > > From: Chunrong Guo <b40290@freescale.com> > > > > 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> > > Applied. > Really? Not see it on the git web. -Ting > _M > > > --- > > images/fsl-image-lsb-sdk.bb | 18 ------------------ > > images/fsl-image-minimal.bb | 16 ---------------- > > images/fsl-toolchain-bare.bb | 8 -------- > > images/fsl-toolchain.bb | 19 ------------------- > > 4 files changed, 61 deletions(-) > > delete mode 100644 images/fsl-image-lsb-sdk.bb delete mode 100644 > > images/fsl-image-minimal.bb delete mode 100644 > > images/fsl-toolchain-bare.bb delete mode 100644 > > images/fsl-toolchain.bb > > > > 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 @@ > > -IMAGE_FEATURES += "tools-sdk dev-pkgs ssh-server-openssh" > > -EXTRA_IMAGE_FEATURES = "tools-debug tools-profile tools-testapps > debug-tweaks" > > - > > -IMAGE_INSTALL = "\ > > - ${CORE_IMAGE_BASE_INSTALL} \ > > - packagegroup-core-basic \ > > - packagegroup-core-lsb \ > > - git \ > > - dtc \ > > - flex \ > > - bison \ > > - ccache \ > > - u-boot \ > > - " > > - > > -inherit core-image > > - > > -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 @@ > > -# > > -# Copyright (C) 2007 OpenedHand Ltd. > > -# > > -IMAGE_INSTALL = "packagegroup-core-boot ${ROOTFS_PKGMANAGE_BOOTSTRAP} > u-boot" > > -IMAGE_LINGUAS = " " > > - > > -LICENSE = "MIT" > > - > > -inherit core-image > > - > > -IMAGE_ROOTFS_SIZE = "8192" > > - > > -# remove not needed ipkg informations -ROOTFS_POSTPROCESS_COMMAND += > > "remove_packaging_data_files ; " > > - > > -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 @@ > > -PR = "r3" > > - > > -require recipes-core/meta/meta-toolchain.bb > > - > > -TOOLCHAIN_OUTPUTNAME = "${SDK_NAME}-toolchain-bare-${DISTRO_VERSION}" > > -TOOLCHAIN_TARGET_TASK = "packagegroup-core-standalone-sdk-target" > > -TOOLCHAIN_HOST_TASK = "packagegroup-cross-canadian- > ${TRANSLATED_TARGET_ARCH}" > > -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 @@ > > -PR = "r2" > > - > > -require fsl-toolchain-bare.bb > > - > > -TOOLCHAIN_OUTPUTNAME = "${SDK_NAME}-toolchain-${DISTRO_VERSION}" > > -TOOLCHAIN_TARGET_TASK += " \ > > - glib-2.0 \ > > - glib-2.0-dev \ > > - dtc \ > > - libgomp \ > > - libgomp-dev \ > > - libgomp-staticdev \ > > - libstdc++-staticdev \ > > - ${TCLIBC}-staticdev \ > > - " > > - > > -TOOLCHAIN_HOST_TASK += " \ > > - nativesdk-dtc \ > > - " > > -- > > 1.7.9.5 > > > > > > _______________________________________________ > > meta-freescale mailing list > > meta-freescale@yoctoproject.org > > https://lists.yoctoproject.org/listinfo/meta-freescale > _______________________________________________ > meta-freescale mailing list > meta-freescale@yoctoproject.org > https://lists.yoctoproject.org/listinfo/meta-freescale
On Thu, Mar 7, 2013 at 2:08 AM, Liu Ting-B28495 <B28495@freescale.com> wrote: >> -----Original Message----- >> From: meta-freescale-bounces@yoctoproject.org [mailto:meta-freescale- >> bounces@yoctoproject.org] On Behalf Of Matthew McClintock >> Sent: Wednesday, March 06, 2013 3:11 PM >> To: Luo Zhenhua-B19537 >> Cc: meta-freescale@yoctoproject.org >> Subject: Re: [meta-freescale] [meta-fsl-ppc master 2/4] remove images >> folder >> >> On Thu, Feb 28, 2013 at 2:54 AM, Zhenhua Luo <zhenhua.luo@freescale.com> >> wrote: >> > From: Chunrong Guo <b40290@freescale.com> >> > >> > 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> >> >> Applied. >> > > Really? Not see it on the git web. Done now, forgot to push after build test. -M > > -Ting > >> _M >> >> > --- >> > images/fsl-image-lsb-sdk.bb | 18 ------------------ >> > images/fsl-image-minimal.bb | 16 ---------------- >> > images/fsl-toolchain-bare.bb | 8 -------- >> > images/fsl-toolchain.bb | 19 ------------------- >> > 4 files changed, 61 deletions(-) >> > delete mode 100644 images/fsl-image-lsb-sdk.bb delete mode 100644 >> > images/fsl-image-minimal.bb delete mode 100644 >> > images/fsl-toolchain-bare.bb delete mode 100644 >> > images/fsl-toolchain.bb >> > >> > 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 @@ >> > -IMAGE_FEATURES += "tools-sdk dev-pkgs ssh-server-openssh" >> > -EXTRA_IMAGE_FEATURES = "tools-debug tools-profile tools-testapps >> debug-tweaks" >> > - >> > -IMAGE_INSTALL = "\ >> > - ${CORE_IMAGE_BASE_INSTALL} \ >> > - packagegroup-core-basic \ >> > - packagegroup-core-lsb \ >> > - git \ >> > - dtc \ >> > - flex \ >> > - bison \ >> > - ccache \ >> > - u-boot \ >> > - " >> > - >> > -inherit core-image >> > - >> > -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 @@ >> > -# >> > -# Copyright (C) 2007 OpenedHand Ltd. >> > -# >> > -IMAGE_INSTALL = "packagegroup-core-boot ${ROOTFS_PKGMANAGE_BOOTSTRAP} >> u-boot" >> > -IMAGE_LINGUAS = " " >> > - >> > -LICENSE = "MIT" >> > - >> > -inherit core-image >> > - >> > -IMAGE_ROOTFS_SIZE = "8192" >> > - >> > -# remove not needed ipkg informations -ROOTFS_POSTPROCESS_COMMAND += >> > "remove_packaging_data_files ; " >> > - >> > -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 @@ >> > -PR = "r3" >> > - >> > -require recipes-core/meta/meta-toolchain.bb >> > - >> > -TOOLCHAIN_OUTPUTNAME = "${SDK_NAME}-toolchain-bare-${DISTRO_VERSION}" >> > -TOOLCHAIN_TARGET_TASK = "packagegroup-core-standalone-sdk-target" >> > -TOOLCHAIN_HOST_TASK = "packagegroup-cross-canadian- >> ${TRANSLATED_TARGET_ARCH}" >> > -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 @@ >> > -PR = "r2" >> > - >> > -require fsl-toolchain-bare.bb >> > - >> > -TOOLCHAIN_OUTPUTNAME = "${SDK_NAME}-toolchain-${DISTRO_VERSION}" >> > -TOOLCHAIN_TARGET_TASK += " \ >> > - glib-2.0 \ >> > - glib-2.0-dev \ >> > - dtc \ >> > - libgomp \ >> > - libgomp-dev \ >> > - libgomp-staticdev \ >> > - libstdc++-staticdev \ >> > - ${TCLIBC}-staticdev \ >> > - " >> > - >> > -TOOLCHAIN_HOST_TASK += " \ >> > - nativesdk-dtc \ >> > - " >> > -- >> > 1.7.9.5 >> > >> > >> > _______________________________________________ >> > meta-freescale mailing list >> > meta-freescale@yoctoproject.org >> > https://lists.yoctoproject.org/listinfo/meta-freescale >> _______________________________________________ >> meta-freescale mailing list >> meta-freescale@yoctoproject.org >> https://lists.yoctoproject.org/listinfo/meta-freescale > >
Patch
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 @@ -IMAGE_FEATURES += "tools-sdk dev-pkgs ssh-server-openssh" -EXTRA_IMAGE_FEATURES = "tools-debug tools-profile tools-testapps debug-tweaks" - -IMAGE_INSTALL = "\ - ${CORE_IMAGE_BASE_INSTALL} \ - packagegroup-core-basic \ - packagegroup-core-lsb \ - git \ - dtc \ - flex \ - bison \ - ccache \ - u-boot \ - " - -inherit core-image - -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 @@ -# -# Copyright (C) 2007 OpenedHand Ltd. -# -IMAGE_INSTALL = "packagegroup-core-boot ${ROOTFS_PKGMANAGE_BOOTSTRAP} u-boot" -IMAGE_LINGUAS = " " - -LICENSE = "MIT" - -inherit core-image - -IMAGE_ROOTFS_SIZE = "8192" - -# remove not needed ipkg informations -ROOTFS_POSTPROCESS_COMMAND += "remove_packaging_data_files ; " - -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 @@ -PR = "r3" - -require recipes-core/meta/meta-toolchain.bb - -TOOLCHAIN_OUTPUTNAME = "${SDK_NAME}-toolchain-bare-${DISTRO_VERSION}" -TOOLCHAIN_TARGET_TASK = "packagegroup-core-standalone-sdk-target" -TOOLCHAIN_HOST_TASK = "packagegroup-cross-canadian-${TRANSLATED_TARGET_ARCH}" -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 @@ -PR = "r2" - -require fsl-toolchain-bare.bb - -TOOLCHAIN_OUTPUTNAME = "${SDK_NAME}-toolchain-${DISTRO_VERSION}" -TOOLCHAIN_TARGET_TASK += " \ - glib-2.0 \ - glib-2.0-dev \ - dtc \ - libgomp \ - libgomp-dev \ - libgomp-staticdev \ - libstdc++-staticdev \ - ${TCLIBC}-staticdev \ - " - -TOOLCHAIN_HOST_TASK += " \ - nativesdk-dtc \ - "