summaryrefslogtreecommitdiffstats
path: root/recipes-core
Commit message (Collapse)AuthorAgeFilesLines
* eudev: make eudev bbappend version genericZhenhua Luo2016-06-141-0/+0
| | | | | | eudev_3.1.5.bbappend -> eudev_%.bbappend Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
* rename udev to eudev to align with change in pokyZhenhua Luo2016-03-033-41/+30
| | | | Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
* udev-rules-qoriq: put patches to universe locationTing Liu2016-01-082-0/+0
| | | | | | Fix [Yocto: #8802] Signed-off-by: Ting Liu <ting.liu@nxp.com>
* udev-rules-qoriq: remove useless automount.rulesTing Liu2015-12-231-23/+0
| | | | | | Signed-off-by: Ting Liu <ting.liu@freescale.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com> Acked-by: Otavio Salvador <otavio@ossystems.com.br>
* udev-rules-qoriq: restrict COMPATIBLE_MACHINE to qoriq-ppcTing Liu2015-12-231-0/+1
| | | | | | | | | | | | | The autobuilder does a universe fetch with the meta-fsl-* layers enabled, and gets errors when MACHINE=qemux86. Restrict COMPATIBLE_MACHINE to skip this recipe. Fix [Yocto: #8802] Signed-off-by: Ting Liu <ting.liu@freescale.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com> Acked-by: Otavio Salvador <otavio@ossystems.com.br>
* udev-rules-qoriq: avoid conflict with udev-extraconfTing Liu2015-08-131-5/+0
| | | | | | | | udev-extraconf installs file mount.blacklist too. rpm/ndb bits should go into udev-extraconf recipes, otherwise there will be file conflict. Signed-off-by: Ting Liu <ting.liu@freescale.com> Acked-by: Otavio Salvador <otavio@ossystems.com.br>
* t1023: name DPAA FMan eth port as fmN-macNTing Liu2015-07-201-0/+1
| | | | | | | Apply the rule which is the same with t1024 and all e6500 boards. Signed-off-by: Ting Liu <ting.liu@freescale.com> Acked-by: Otavio Salvador <otavio@ossystems.com.br>
* sysvinit: remove obsolete bbappendTing Liu2015-01-141-1/+0
| | | | Signed-off-by: Ting Liu <ting.liu@freescale.com>
* udev-extraconf: replace bbappend with own recipeTing Liu2015-01-085-15/+23
| | | | | | | * 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: not automount network block devicesTing Liu2014-08-061-0/+2
| | | | | | | | | | | | The nbd devices are set up loop devices, we first have dead device nodes, then later we attach stuff behind them. At the time of the udev creation event, nothing works at nbd devices. This avoids unnecessary boot error msg: | nbd0: Attempted send on closed socket | end_request: I/O error, dev nbd0, sector 0 Signed-off-by: Ting Liu <ting.liu@freescale.com>
* udev[-extraconf]: skip mmc rpmb partitionsTing Liu2014-08-063-4/+53
| | | | | | | | | | | | | | | | | | | In FSL SDK 1.6 Kernel, mmc driver has created a new partition with "mmcblkXrpmb" if device expresses it support of RPMB. RPMB (Replay Protected Memory Block), A signed access to a Replay Protected Memory Block is provided. This function provides means for the system to store data to the specific memory area in an authenticated and replay protected manner. In that case, any read/write access to this partition device will report errors which will not impact any fuction. add rules to skip it, avoid the below error msg: | mmcblk0rpmb: retrying using single block read | mmcblk0rpmb: error -110 transferring data 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>
* init-ifupdown: use customized interfaces for qoriq-ppcTing Liu2014-07-232-0/+8
| | | | | | | the file is same with the one for qemuarm in poky/meta/, only define loopback interface. Signed-off-by: Ting Liu <b28495@freescale.com>
* remove PRINC use in meta-fsl-ppcChunrong Guo2014-05-053-6/+2
| | | | Signed-off-by: Chunrong Guo <B40290@freescale.com>
* Use generic bbappend filesdaisyOtavio Salvador2014-04-231-0/+0
| | | | | | | | | | | 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 <otavio@ossystems.com.br>
* 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>
* Revert "e500v2: workaround for ICE of gcc-4.8.x"chunrong guo2013-09-032-41/+0
| | | | | | | | | | *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 <B40290@freescale.com>
* coreutils: fix the segfault issue of dd on e500v2 targetsZhenhua Luo2013-08-202-0/+41
| | | | | | | | | 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 <zhenhua.luo@freescale.com>
* change layout to follow oe-core guidelines of recipesTing Liu2013-07-102-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* 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-112-3/+25
| | | | | | | | | | 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-113-0/+70
Signed-off-by: Ting Liu <b28495@freescale.com>