<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-fsl-ppc.git/recipes-append, branch master-next</title>
<subtitle>Mirror of git.yoctoproject.org/meta-fsl-ppc</subtitle>
<id>https://git.enea.com/cgit/linux/meta-fsl-ppc.git/atom?h=master-next</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-fsl-ppc.git/atom?h=master-next'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-fsl-ppc.git/'/>
<updated>2013-07-10T03:22:18+00:00</updated>
<entry>
<title>change layout to follow oe-core guidelines of recipes</title>
<updated>2013-07-10T03:22:18+00:00</updated>
<author>
<name>Ting Liu</name>
<email>b28495@freescale.com</email>
</author>
<published>2013-07-08T03:08:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-fsl-ppc.git/commit/?id=851c7ff26de131b871bd5a64274c1a2b13d60fc3'/>
<id>urn:sha1:851c7ff26de131b871bd5a64274c1a2b13d60fc3</id>
<content type='text'>
Follow the rules defined in:
http://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/recipes.txt

recipes-bsp          - Anything with links to specific hardware or
                       hardware configuration information
recipes-connectivity - Libraries and applications related to
                       communication with other devices
recipes-core         - What's needed to build a basic working Linux
                       image including commonly used dependencies
recipes-devtools     - Tools primarily used by the build system (but can
                       also be used on targets)
recipes-extended     - Applications which whilst not essential add
                       features compared to the alternatives in
                       core. May be needed for full tool functionality
                       or LSB compliance.
recipes-gnome        - All things related to the GTK+ application
                       framework
recipes-graphics     - X and other graphically related system libraries
recipes-kernel       - The kernel and generic applications/libraries
                       with strong kernel dependencies
recipes-lsb4         - Recipes added for the sole purpose of supporting
                       the Linux Standard Base (LSB) 4.x
recipes-multimedia   - Codecs and support utilties for audio, images and
                       video
recipes-rt           - Provides package and image recipes for using and
                       testing the PREEMPT_RT kernel
recipes-qt           - All things related to the Qt application
                       framework
recipes-sato         - The Sato demo/reference UI/UX, its associated
                       apps and configuration
recipes-support      - Recipes used by other recipes but that are not
                       directly included in images
recipes-dpaa         - recipes related to fsl dpaa feature
recipes-virtualization - recipes related to fsl virtualization feature

Signed-off-by: Ting Liu &lt;b28495@freescale.com&gt;
</content>
</entry>
<entry>
<title>busybox: drop bbappend (only set PRINC) as oe-core upgrade</title>
<updated>2013-07-06T04:02:35+00:00</updated>
<author>
<name>Ting Liu</name>
<email>b28495@freescale.com</email>
</author>
<published>2013-07-06T02:27:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-fsl-ppc.git/commit/?id=55f7692b69fe273aa41f7362a9324c80515d7b52'/>
<id>urn:sha1:55f7692b69fe273aa41f7362a9324c80515d7b52</id>
<content type='text'>
Signed-off-by: Ting Liu &lt;b28495@freescale.com&gt;
</content>
</entry>
<entry>
<title>netbase: remove netbase bbappend</title>
<updated>2013-05-07T02:20:03+00:00</updated>
<author>
<name>Chunrong Guo</name>
<email>B40290@freescale.com</email>
</author>
<published>2013-05-06T08:14:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-fsl-ppc.git/commit/?id=923783954b0466ca7b29dfa3ee052d6768331aa1'/>
<id>urn:sha1:923783954b0466ca7b29dfa3ee052d6768331aa1</id>
<content type='text'>
     * netbase was updated from 5.0 to 5.1 in oe-core,
       so as our bbappend only contained a PRINC,
       we can drop it now without breaking upgrade path

Signed-off-by: Chunrong Guo &lt;B40290@freescale.com&gt;
</content>
</entry>
<entry>
<title>busybox: remove SDK specific bits</title>
<updated>2013-03-15T01:49:33+00:00</updated>
<author>
<name>Ting Liu</name>
<email>b28495@freescale.com</email>
</author>
<published>2013-03-12T09:20:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-fsl-ppc.git/commit/?id=8289ecd6699ebc12c35d9e42d329cf6ff77e1e33'/>
<id>urn:sha1:8289ecd6699ebc12c35d9e42d329cf6ff77e1e33</id>
<content type='text'>
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 &lt;b28495@freescale.com&gt;
</content>
</entry>
<entry>
<title>udev-extraconf: move rules from udev and netbase</title>
<updated>2013-03-12T04:29:27+00:00</updated>
<author>
<name>Ting Liu</name>
<email>b28495@freescale.com</email>
</author>
<published>2013-03-09T15:32:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-fsl-ppc.git/commit/?id=e7d2ba01fbd087f4a6a46d59b501f2a3c6e215ad'/>
<id>urn:sha1:e7d2ba01fbd087f4a6a46d59b501f2a3c6e215ad</id>
<content type='text'>
Signed-off-by: Ting Liu &lt;b28495@freescale.com&gt;
</content>
</entry>
<entry>
<title>procps: remove customized sysctl.conf which is SDK specific</title>
<updated>2013-03-09T00:02:49+00:00</updated>
<author>
<name>Ting Liu</name>
<email>b28495@freescale.com</email>
</author>
<published>2013-03-08T15:28:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-fsl-ppc.git/commit/?id=a745325a19d359856eb4d77390e4e4cc69e5f415'/>
<id>urn:sha1:a745325a19d359856eb4d77390e4e4cc69e5f415</id>
<content type='text'>
It was added to disable rp_filter to enhance ASF IP forward
performance, which is really fsl SDK specific.

Signed-off-by: Ting Liu &lt;b28495@freescale.com&gt;
</content>
</entry>
<entry>
<title>sysvinit: remove SDK specific bits</title>
<updated>2013-03-09T00:01:35+00:00</updated>
<author>
<name>Ting Liu</name>
<email>b28495@freescale.com</email>
</author>
<published>2013-03-08T15:28:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-fsl-ppc.git/commit/?id=6a36408201f40a460ace4e84669ad7c762e6c457'/>
<id>urn:sha1:6a36408201f40a460ace4e84669ad7c762e6c457</id>
<content type='text'>
This is fsl SDK specific, and was recommended to go to SDK layer:
http://patches.openembedded.org/patch/34623/

Signed-off-by: Ting Liu &lt;b28495@freescale.com&gt;
</content>
</entry>
<entry>
<title>libxml2_2.9.0.bbappend: remove a bbappends that's no longer required</title>
<updated>2013-01-30T22:51:54+00:00</updated>
<author>
<name>Matthew McClintock</name>
<email>msm@freescale.com</email>
</author>
<published>2012-11-26T21:45:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-fsl-ppc.git/commit/?id=20e98c37cfb88ad1f5ce6ad47ad3f9fe58f6a0ba'/>
<id>urn:sha1:20e98c37cfb88ad1f5ce6ad47ad3f9fe58f6a0ba</id>
<content type='text'>
Signed-off-by: Matthew McClintock &lt;msm@freescale.com&gt;
</content>
</entry>
<entry>
<title>libxml: update the version number to 2.9.0 to match the upgrade in poky</title>
<updated>2012-12-04T19:17:36+00:00</updated>
<author>
<name>Zhenhua Luo</name>
<email>b19537@freescale.com</email>
</author>
<published>2012-11-23T10:10:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-fsl-ppc.git/commit/?id=3f4e3e1d8f8ed719fc59be3cf0aadefb19f934bb'/>
<id>urn:sha1:3f4e3e1d8f8ed719fc59be3cf0aadefb19f934bb</id>
<content type='text'>
upgrade the version to 2.9.0 to fix following version mismatch issue:
ERROR: No recipes available for:
  /srv/home/pokybuild/yocto-autobuilder/yocto-slave/p1022ds/build/yocto/meta-fsl-ppc/recipes-append/libxml/libxml2_2.8.0.bbappend

[YOCTO #3476]

Signed-off-by: Zhenhua Luo &lt;b19537@freescale.com&gt;
</content>
</entry>
<entry>
<title>sysvinit: move bbappend from meta-fsl-ppc-private to meta-fsl-ppc</title>
<updated>2012-11-13T17:21:49+00:00</updated>
<author>
<name>Zhenhua Luo</name>
<email>b19537@freescale.com</email>
</author>
<published>2012-09-19T15:33:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-fsl-ppc.git/commit/?id=64a98336d0f697d4b9e25b0a2fac92910ddae473'/>
<id>urn:sha1:64a98336d0f697d4b9e25b0a2fac92910ddae473</id>
<content type='text'>
    the bbappend is appled for fsl machines

Signed-off-by: Zhenhua Luo &lt;b19537@freescale.com&gt;
</content>
</entry>
</feed>
