summaryrefslogtreecommitdiffstats
path: root/meta-sys940x/recipes-core
AgeCommit message (Collapse)Author
2013-06-24meta-intel: Drop PRINC usageRichard Purdie
With the switch to the PR server we don't need to use PRINC. This patch matches a change to OE-Core to bump the PR values of the appropriate core recipes so PR values don't go backwards. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-04-18init-ifupdown: move network interfaces file for fri2 and sys940xDarren Hart
With the split of netbase and init-ifupdown, the interfaces file needs to get moved. Signed-off-by: Darren Hart <dvhart@linux.intel.com> Acked-by: Tom Zanussi <tom.zanussi@linux.intel.com>
2013-03-08netbase: Use machine override for netbase genmac dependency1.4_M5.rc1Darren Hart
Without the machine override, the genmac dependency will be pulled in whenever the layer is included, regardless of MACHINE. Reported-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2012-07-11meta-sys940x: Catch up with netbase 4.47 -> 5.0 upgradeRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-02-10netbase: put sys940x specific interfaces file in MACHINE directoryJoshua Lock
Move the interfaces file to a MACHINE appropriate subdirectory of files so that: a) base.bbclass appropriately marks the resultant package MACHINE specific. b) builds for alternative MACHINES whilst this layer is enabled don't get the sys940x interfaces file Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2012-02-03netbase: Add interfaces with RANDOM_MAC for sys940x* machinesDarren Hart
These machines have no MAC in the hardware and require that it be set manually. Specify RANDOM_MAC for the eth0 interface which the genmac init script will replace with RANDOM_MAC on first boot. Signed-off-by: Darren Hart <dvhart@linux.intel.com>