aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-core
AgeCommit message (Collapse)Author
2014-01-13udev-extraconf: update udev rules for fsl dpaa boardZhenhua Luo
* 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 <zhenhua.luo@freescale.com> Signed-off-by: Cristian Sovaiala <cristian.sovaiala@freescale.com>
2014-01-13change layout to follow oe-core guidelines of recipesTing Liu
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 <b28495@freescale.com>
2013-07-03udev-extraconf: fix the name conflict of macless and PCIe Ethernet port in slot3Zhenhua Luo
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 <zhenhua.luo@freescale.com>
2013-07-03udev-extraconf: unify the name of PCIe Ethernet port for DPAA targetsZhenhua Luo
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 <zhenhua.luo@freescale.com> Change-Id: Ia2a9cc3eb5b6c49e911bb6cc067a2d2d3cfaec0a
2013-03-11udev-extraconf: add rule to rename network interfaces for t4/b4Ting Liu
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 <b19537@freescale.com> Signed-off-by: Ioana Radulescu <ruxandra.radulescu@freescale.com> Signed-off-by: Ting Liu <b28495@freescale.com>
2013-03-11udev-extraconf: move rules from udev and netbaseTing Liu
Signed-off-by: Ting Liu <b28495@freescale.com>