aboutsummaryrefslogtreecommitdiffstats
path: root/meta-yocto/conf/machine/mpc8315e-rdb.conf
AgeCommit message (Collapse)Author
2012-07-11meta-yocto: mpc8315e-rdb change preferred version to 3.4Paul Gortmaker
Update the yocto hardware reference platform to use the 3.4 kernel by default. This platform is supported in mainline, so no patch carry forward or similar is required. Tested via NFS booting the kernel on real hardware with 3.4.1 and things just work as-is. (From meta-yocto rev: fbe1be490172993140db31472d14652d8ed45624) Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-04-17meta-yocto: remove kernel26 machine feature usageTom Zanussi
kernel26 is now obsolete so remove it from the machine configs that use it. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-12-06conf/machine: Don't poke around providers which aren't machine specific/safeRichard Purdie
Machines shouldn't be poking around PREFERRED_PROVIDERS which aren't machine specific or at least machine safe. Kernels are machine specific and the xserver is selectable. libx11 and mesa are now really a distro choice and machine configurations shouldn't be poking around them as it just leads to corruption, conflicts and confusion. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-08-24meta-yocto: atom-pc/mpc8315e-rdb change preferred version to 3.0Bruce Ashfield
Updating two more yocto hardware reference platforms to use the 3.0 kernel by default. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-08-23mpc8315e-rdb: add kernel modules to rootfsJingdong Lu
Fix bug: [YOCTO #817] Add kernel modules to rootfs for mpc8315e. Signed-off-by: Jingdong Lu <jingdong.lu@windriver.com>
2011-08-18meta-yocto: allow for virtual/kernel overrideDarren Hart
Conditionally assign the PREFERRED_PROVIDER_virtual/kernel in the meta-yocto machine configs to allow the user or other layers to override it. This is required to use the linux-yocto-rt kernel, for example. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2011-07-26data|cooker: use saved environment variables when calling inheritFromOSJoshua Lock
Now that we have a pristine copy of the variables available at launch time we can use them when looking to inherit the OS's environment. (Bitbake rev: 21c21fcc5871e81d8d497b6baed605cdd74c4571) Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-07-25meta-yocto: Sync with TARGET_ARCH removal changesRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-07-22mpc8315e-rdb: Set TARGET_FPU correctKumar Gala
The MPC8315E has a e300c3 core in it with 'classic' or normal PPC floating point. 'SPE' floating point is what exists on the e500v2 core. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2011-05-27machine confs: Add xserver-kdrive as PREFERRED_PROVIDERSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-03-03meta-yocto: Move files inappropriate to OE-Core from metaRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>