summaryrefslogtreecommitdiffstats
path: root/meta-sys940x/recipes-core
Commit message (Collapse)AuthorAgeFilesLines
* meta-intel: Drop PRINC usageRichard Purdie2013-06-241-1/+0
| | | | | | | | 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>
* init-ifupdown: move network interfaces file for fri2 and sys940xDarren Hart2013-04-183-0/+0
| | | | | | | | 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>
* netbase: Use machine override for netbase genmac dependency1.4_M5.rc1Darren Hart2013-03-081-1/+2
| | | | | | | | 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>
* meta-sys940x: Catch up with netbase 4.47 -> 5.0 upgradeRichard Purdie2012-07-111-0/+0
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* netbase: put sys940x specific interfaces file in MACHINE directoryJoshua Lock2012-02-103-2/+12
| | | | | | | | | | | | 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>
* netbase: Add interfaces with RANDOM_MAC for sys940x* machinesDarren Hart2012-02-032-0/+13
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>