summaryrefslogtreecommitdiffstats
path: root/meta-n450/conf
Commit message (Collapse)AuthorAgeFilesLines
* n450: Update to linux-yocto_3.8 (3.8.4)Darren Hart2013-04-021-1/+1
| | | | | | | Update n450 to use the latest available linux-yoct recipe, 3.8.4. Build and boot tested. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* layer.conf: Use .= for adding to BBPATH and += to BBFILESKhem Raj2013-01-071-2/+2
| | | | | | | | | | | | | | | | | | | | Fixes parsing errors which is appearing after this commit to meta-openembedded http://cgit.openembedded.org/meta-openembedded/commit/?id=3c21a46020bd0816579648f684c41dbd6333583e This triggers exception NameError: name 'base_contains' is not defined without this change Avoid the immediate expansion operator (:=) which caused base_contains added in the previous commit to fail to expand at the time the meta-intel layer configs are parsed and replace it with one of the append operators (.= or +=) that allows for delayed variable expansion. Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Tom Zanussi <tom.zanussi@intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* n450: Add WEBTITLE and boilerplate READMEDarren Hart2012-10-311-1/+3
| | | | | | | | The WEBTITLE will be used to publish the BSP on the Yocto Project website. Add a boilerplate README including the Yocto Project compliance information for the 1.3 release. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* layer.conf: Clarify BBFILES comments regarding recipe-* directoriesTrevor Woerner2012-08-151-1/+1
| | | | | | | | The recipes are no longer stored in a "packages" directory but in directories under recipes-*. Signed-off-by: Trevor Woerner <twoerner@gmail.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* n450: Update to linux-yocto 3.2Darren Hart2012-05-071-0/+3
| | | | | | | Update the PREFERRED_VERSION to 3.2. Drop cfg/smp.scc as this is now included in common-pc. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* meta-intel: add LAYERDEPENDS for layers needing the meta-intel common layer1.2_M3.rc11.2_M3Paul Eggleton2012-02-241-0/+2
| | | | | | | | | These layers all contain machine configuration that depends on having the meta-intel common layer enabled as well, so use LAYERDEPENDS in the layer configuration for each one to make this explicit. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel: replace "include" with "require"Paul Eggleton2012-02-241-2/+2
| | | | | | | | | We want a failure to occur if the files specified in these statements can't be found (e.g. when there is a misconfiguration), so use require instead of include. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* n450-audio: drop this machine specific recipe in favour of alsa-stateJoshua Lock2012-01-171-2/+0
| | | | | Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* n450: drop ROOTLESS_X as it breaks XDarren Hart2011-12-091-2/+0
| | | | | | | | | | | | | | | | | | | | Fixes [YOCTO #1797] Building with ROOTLESS_X results in X failing start with the following error: i915 0000:00:02.0: VGA-1: EDID block 0 invalid. (EE) AIGLX error: dlopen of /usr/lib/dri/i915_dri.so failed (/usr/lib/dri/i915_dri) (EE) AIGLX: reverting to software rendering (EE) AIGLX error: dlopen of /usr/lib/dri/swrast_dri.so failed (/usr/lib/dri/swrast) (EE) GLX: could not load software renderer The n450 BSP is the only BSP in meta-intel using ROOTLESS_X. Dropping it restores functionality and brings it inline with the rest of the BSPs. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* Have n450.conf use the common ia32-base .inc file and remove theTom Zanussi2011-11-211-33/+6
| | | | | | open-coded machine settings. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel: remove virtual/xserver-xf86 referencesTom Zanussi2011-11-151-1/+0
| | | | | | | These are now deprecated (in favor of just virtual/xserver), so remove them. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-n450: xserver-xorg renaming updatesTom Zanussi2011-10-151-3/+9
| | | | | | Update n450 to reflect the new xserver-xorg naming. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel: update BSPs to use grub2Tom Zanussi2011-09-141-0/+3
| | | | | | | | grub2 is now the default, so explicit preferred entries are unnecessary. It also needs to be installed in the rootfs, so we need to add it as a dependency. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* n450: update linux-yocto PREFERRED_VERSION to 3.0%Darren Hart2011-09-071-1/+1
| | | | | | | | Avoid bitbake warnings about 3.0+git% not being available. The kernel version contains the stable release as well (e.g. 3.0.4), so use the now standard 3.0% to select the latest 3.0 release of the linux-yocto kernel recipe. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* n450: decouple from meta-yocto atom-pc machine configDarren Hart2011-08-191-4/+28
| | | | | | | | | | | | | | | Fixes [YOCTO 1353] The meta-yocto atom-pc is a more generic BSP than is needed for the Intel n450. Decouple the n450.conf from the meta-yocto atom-pc.conf. Add a linux-yocto_3.0.bbappend recipe. In the process: o remove MACHINE_FEATURES wifi and add serial o specify linux-yocto version 3.0 o specify linux-libc-headers-yocto Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* n450: use linux-yocto (2.6.37) by defaultDarren Hart2011-04-271-1/+1
| | | | | Signed-off-by: Darren Hart <dvhart@linux.intel.com> Acked-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* n450: revamp audio mixer init scriptDarren Hart2011-03-121-0/+2
| | | | | | | | | | | | Fixes [YOCTO #798] n450-audiofix suffered from various problems, including not getting installed. This patch adds it via MACHINE_EXTRA_RRECOMMENDS and cleans up the various bugs in the implementation. The structure has been renamed and the comments updated for consistency. This should be considered a stop-gap measure, as something along the lines of oe's alsa-state is a far better solution. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* meta-n450: Add new BSP for BlackSand / n450Saul Wold2011-01-032-0/+23
Signed-off-by: Saul Wold <sgw@linux.intel.com>