summaryrefslogtreecommitdiffstats
path: root/recipes-dpaa/eth-config
Commit message (Collapse)AuthorAgeFilesLines
* eth-config: update to c1a4b3aTing Liu2016-06-231-2/+2
| | | | | | | Changelog: c1a4b3a dpaa_eth: add hash PCD files for LS1043ARDB Signed-off-by: Ting Liu <ting.liu@nxp.com>
* eth-config: fix host contamination warningsZhenhua Luo2016-06-011-0/+2
| | | | | | | | | Fix the following host contamination warnings: | eth-config: /eth-config/xxx is owned by uid 1000, which is the same as | the user running bitbake. This may be due to host contamination | [host-user-contaminated] Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
* eth-config: set CLEANBROKEN to 1Ting Liu2015-12-281-0/+2
| | | | | | | 'make clean' not supported. Signed-off-by: Ting Liu <ting.liu@freescale.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
* eth-config: update to revision 1d6ad16Ting Liu2015-07-201-2/+2
| | | | | | | | | | | This import the following changes: 1d6ad16 eth_config: Remove support for T1040RDB/QDS, T1042RDB, T1042RDB-PI c51e333 eth_config: Add support for T1042D4RDB 9736329 eth_config: Add support for T1040D4RDB 10b5f51 eth_config: Add support for T1023RDB Signed-off-by: Ting Liu <ting.liu@freescale.com> Acked-by: Otavio Salvador <otavio@ossystems.com.br>
* eth-config: update to revision 8040e0bZhenhua Luo2015-01-071-9/+7
| | | | | | | | | | | | | | | | This includes following fixes: 8040e0b eth_config: Add COPYING file 7e7c062 eth_config: Added Makefile 05d30e6 eth_config: Update Shared-Mac config file to new port notation 1777d0a eth_config: General refactoring of config/policy files 8a34b20 eth_config: Moved config/policy files to obsolete folder Update recipe to match the code changes: * change copyright to "BSD & GPLv2+" * call "oe_runmake install" in do_install Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* eth-config: fix wrong md5sum of license fileTing Liu2014-07-081-1/+1
| | | | | | license file has no changes. Signed-off-by: Ting Liu <b28495@freescale.com>
* Freescale-EULA: fix awq weird characterTing Liu2014-04-231-1/+1
| | | | | Signed-off-by: Ting Liu <ting.liu@freescale.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* eth-config: update SHA for SDK 1.5Zhenhua Luo2014-01-121-1/+1
| | | | Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* change layout to follow oe-core guidelines of recipesTing Liu2013-07-101-0/+19
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>