summaryrefslogtreecommitdiffstats
path: root/recipes-core/udev/udev-extraconf
Commit message (Collapse)AuthorAgeFilesLines
* udev-extraconf: replace bbappend with own recipeTing Liu2015-01-083-67/+0
| | | | | | | * introduce variable RULE for DPAA FMan ethernet ports name rule. * use 72-fsl-dpaa-persistent-networking.rules for t1024, same as e6500. Signed-off-by: Ting Liu <ting.liu@freescale.com>
* udev-extraconf: not automount disk partitionsTing Liu2014-08-063-0/+23
| | | | | | | | | | | | There is a bug found in FSL SDK: kernel can't boot up (or hang for a long time) when board connects with a HDD (has extended partition) via pcie sata controller card. avoid auto-mounting disk partitions. user can do it via fstab. And move all the customized rules to qoriq-ppc folers. Signed-off-by: Ting Liu <ting.liu@freescale.com>
* udev-extraconf: remove obsolete local.rulesTing Liu2014-08-061-42/+0
| | | | | | | local.rules was used for udev, and the content of this obsolete file was seperated (automount.rules/autonet.rules/...). Signed-off-by: Ting Liu <ting.liu@freescale.com>
* udev-extraconf: update udev rules for fsl dpaa boardZhenhua Luo2013-10-102-50/+38
| | | | | | | | | | | | | * 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>
* udev-extraconf: fix the name conflict of macless and PCIe Ethernet port in slot3Zhenhua Luo2013-06-282-2/+8
| | | | | | | 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>
* udev-extraconf: unify the name of PCIe Ethernet port for DPAA targetsZhenhua Luo2013-06-282-0/+12
| | | | | | | | | | | | | 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
* udev-extraconf: add rule to rename network interfaces for t4/b4Ting Liu2013-03-111-0/+21
| | | | | | | | | | 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>
* udev-extraconf: move rules from udev and netbaseTing Liu2013-03-112-0/+59
Signed-off-by: Ting Liu <b28495@freescale.com>