]> code.ossystems Code Review - meta-freescale.git/commit
busybox: remove SDK specific bits
authorTing Liu <b28495@freescale.com>
Tue, 12 Mar 2013 09:20:30 +0000 (09:20 +0000)
committerMatthew McClintock <msm-oss@mcclintock.net>
Fri, 15 Mar 2013 01:49:33 +0000 (20:49 -0500)
commit3ef01d17a7618811a29912e993abaf3ee2fb12f1
treed578422ebbbb205907f241ce2249df90f57a2bca
parent572c8e76d921c502c4d4ce37a1da46ddddd8b192
busybox: remove SDK specific bits

There are three kinds of SDK specific bits:
(1) deleted: busybox-1.20.2/busybox-1.19.4-ubi-user-h.patch
This patch is just a workground to fix busybox 1.9 builds when enabling
ubi applets (disabled by default in Yocto). The actual fix exists in
kernel, but was not applied on fsl kernel git tree for SDK 1.3.x. This
patch restored a compatible mtd/ubi-user.h into busybox. Now the kernel
fix was already included in Yocto:
http://git.yoctoproject.org/cgit/cgit.cgi/linux-yocto-3.2/commit/?id=f210735fe2f17a6225432ee3d1239bcf23a8659c
http://git.yoctoproject.org/cgit/cgit.cgi/linux-yocto-3.4/commit/?id=f210735fe2f17a6225432ee3d1239bcf23a8659c
http://git.yoctoproject.org/cgit/cgit.cgi/linux-yocto-3.8/commit/?id=f210735fe2f17a6225432ee3d1239bcf23a8659c
    commit f210735fe2f17a6225432ee3d1239bcf23a8659c
    headers_install: fix __packed in exported kernel headers
And fsl SDK 1.4 will based on kernel 3.8 which also include this commit.
So this patch can be dropped.

(2) deleted: busybox-1.20.2/defconfig-fsl
This defconfig is SDK specific. Remove it.

(3) deleted: busybox-1.20.2/inetd{.conf}
There is already submitted patches for this, but not applied:
[PATCH] busybox: Add inetd related files
http://patches.openembedded.org/patch/33233/
http://patches.openembedded.org/patch/33235/
The issue still exist and we will send new patches.

Signed-off-by: Ting Liu <b28495@freescale.com>
meta-fsl-ppc/recipes-append/busybox/busybox-1.20.2/busybox-1.19.4-ubi-user-h.patch [deleted file]
meta-fsl-ppc/recipes-append/busybox/busybox-1.20.2/defconfig-fsl [deleted file]
meta-fsl-ppc/recipes-append/busybox/busybox-1.20.2/inetd [deleted file]
meta-fsl-ppc/recipes-append/busybox/busybox-1.20.2/inetd.conf [deleted file]
meta-fsl-ppc/recipes-append/busybox/busybox_1.20.2.bbappend