<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-fsl-ppc.git/recipes-core, branch daisy</title>
<subtitle>Mirror of git.yoctoproject.org/meta-fsl-ppc</subtitle>
<id>https://git.enea.com/cgit/linux/meta-fsl-ppc.git/atom?h=daisy</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-fsl-ppc.git/atom?h=daisy'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-fsl-ppc.git/'/>
<updated>2014-04-23T14:00:02+00:00</updated>
<entry>
<title>Use generic bbappend files</title>
<updated>2014-04-23T14:00:02+00:00</updated>
<author>
<name>Otavio Salvador</name>
<email>otavio@ossystems.com.br</email>
</author>
<published>2014-04-22T13:00:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-fsl-ppc.git/commit/?id=299f84cceccacd84651c1cefc1c34e66fb598a96'/>
<id>urn:sha1:299f84cceccacd84651c1cefc1c34e66fb598a96</id>
<content type='text'>
This uses the % wildcard for recipe matching, this easy the update of
recipe versions and maintenance.

 - udev-extraconf_1.0.bbappend
 - xserver-xf86-config_0.1.bbappend
 - lttng-modules_2.3.3.bbappend

Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
</entry>
<entry>
<title>udev-extraconf: update udev rules for fsl dpaa board</title>
<updated>2013-10-10T02:27:07+00:00</updated>
<author>
<name>Zhenhua Luo</name>
<email>zhenhua.luo@freescale.com</email>
</author>
<published>2013-10-09T07:33:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-fsl-ppc.git/commit/?id=a242f6557d209916838c25d33cf4dc03dd554cac'/>
<id>urn:sha1:a242f6557d209916838c25d33cf4dc03dd554cac</id>
<content type='text'>
* For PCIe ports, renaming breaks the ability to look at the PCIe driver's boot
  output to determine what its ethN is, disable it.
* For macless ports, rename to maclessN instead of ethN
* extend renaming rules to fsl_dpa* as shared-mac driver may be named
  as fsl_dpa_shared. macless interfaces will not match on this rule as they
  do not have device address. legacy interfaces' names are not affected by
  this change.

Signed-off-by: Zhenhua Luo &lt;zhenhua.luo@freescale.com&gt;
Signed-off-by: Cristian Sovaiala &lt;cristian.sovaiala@freescale.com&gt;
</content>
</entry>
<entry>
<title>Revert "e500v2: workaround for ICE of gcc-4.8.x"</title>
<updated>2013-09-03T03:12:53+00:00</updated>
<author>
<name>chunrong guo</name>
<email>b40290@freescale.com</email>
</author>
<published>2013-08-28T09:29:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-fsl-ppc.git/commit/?id=1ddf5e66c635e086864ce15931628ce1a2d6ff0a'/>
<id>urn:sha1:1ddf5e66c635e086864ce15931628ce1a2d6ff0a</id>
<content type='text'>
*This reverts commit 	93c57323edc118eb8905980348ad3888664f2382
   and commit efd344473c277eab8c1bae56120779983aba6176
  *The reason for reverting this is:
   the below patch fix this problem.
   the patch url is : http://patches.openembedded.org/patch/56803/

Signed-off-by: Chunrong Guo &lt;B40290@freescale.com&gt;
</content>
</entry>
<entry>
<title>coreutils: fix the segfault issue of dd on e500v2 targets</title>
<updated>2013-08-20T09:49:32+00:00</updated>
<author>
<name>Zhenhua Luo</name>
<email>zhenhua.luo@freescale.com</email>
</author>
<published>2013-08-19T09:16:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-fsl-ppc.git/commit/?id=efd344473c277eab8c1bae56120779983aba6176'/>
<id>urn:sha1:efd344473c277eab8c1bae56120779983aba6176</id>
<content type='text'>
Since double-float is disabled for e500v2 targets build due to ICE
of gcc-4.8.1, accordingly %Ld format of sprintf is disabled.

Address Bug 4910 - [p1022ds]urandom: segmentation fault

Signed-off-by: Zhenhua Luo &lt;zhenhua.luo@freescale.com&gt;
</content>
</entry>
<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>udev-extraconf: fix the name conflict of macless and PCIe Ethernet port in slot3</title>
<updated>2013-06-28T02:50:11+00:00</updated>
<author>
<name>Zhenhua Luo</name>
<email>zhenhua.luo@freescale.com</email>
</author>
<published>2013-06-27T09:24:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-fsl-ppc.git/commit/?id=2644ed071df1dc11b49c2d0c317dc40fdeaafd1c'/>
<id>urn:sha1:2644ed071df1dc11b49c2d0c317dc40fdeaafd1c</id>
<content type='text'>
Currently both macless0 port and PCIe Ethernet port in slot3 use "eth2",
update udev rules to rename macless0 to eth4.

Signed-off-by: Zhenhua Luo &lt;zhenhua.luo@freescale.com&gt;
</content>
</entry>
<entry>
<title>udev-extraconf: unify the name of PCIe Ethernet port for DPAA targets</title>
<updated>2013-06-28T02:49:49+00:00</updated>
<author>
<name>Zhenhua Luo</name>
<email>zhenhua.luo@freescale.com</email>
</author>
<published>2013-06-27T09:20:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-fsl-ppc.git/commit/?id=da802b01c7f0b62337d2f808856a671a86bb9760'/>
<id>urn:sha1:da802b01c7f0b62337d2f808856a671a86bb9760</id>
<content type='text'>
In kernel-3.8, PCIe Ethernet port is the last one to be brought up,
so the name of PCIe Ethernet card is ethN(N is variant) instead of eth0.
The udev rules update is to unify the PCIe Ethernet port of DPAA targets:
    Ethernet card in PCIe slot0: eth0
    Ethernet card in PCIe slot1: eth1
    Ethernet card in PCIe slot2: eth2
    Ethernet card in PCIe slot3: eth3

Signed-off-by: Zhenhua Luo &lt;zhenhua.luo@freescale.com&gt;
Change-Id: Ia2a9cc3eb5b6c49e911bb6cc067a2d2d3cfaec0a
</content>
</entry>
<entry>
<title>udev-extraconf: add rule to rename network interfaces for t4/b4</title>
<updated>2013-03-12T04:31:17+00:00</updated>
<author>
<name>Ting Liu</name>
<email>b28495@freescale.com</email>
</author>
<published>2013-03-09T15:32:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-fsl-ppc.git/commit/?id=3c090cb953ea4d4a596f1dc84d0d4c61b8c54a2d'/>
<id>urn:sha1:3c090cb953ea4d4a596f1dc84d0d4c61b8c54a2d</id>
<content type='text'>
Since on FManv3 a MEMAC can be configured either as 1G or 10G, rename
all interfaces on T4/B4 to "fmX-macY", with X in the range 1..2 and
Y in the range 1..10.

Signed-off-by: Zhenhua Luo &lt;b19537@freescale.com&gt;
Signed-off-by: Ioana Radulescu &lt;ruxandra.radulescu@freescale.com&gt;
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>
</feed>
