summaryrefslogtreecommitdiffstats
path: root/meta-crownbay
Commit message (Collapse)AuthorAgeFilesLines
* meta-intel: update some kernel SRCREVsTom Zanussi2012-05-301-4/+4
| | | | | | | Update linux-yocto_3.2 kernel SRCREVS for crownbay, emenlow, fishriver, jasperforest, sugarbay, and chiefriver. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-crownbay: use gst-va-intel and va-intel and gst-va-mixvideoTom Zanussi2012-05-301-1/+5
| | | | | | | | | | Have crownbay use gst-va-intel and va-intel so we can easily test and make use of the video acceleration capabilities of this machine. Also have it use the gst-va-mixvideo so the emgd mixvideo components get selected. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel: update README.sources with denzil linkTom Zanussi2012-05-251-1/+1
| | | | | | | Update the README.sources for all the meta-intel BSPs to reflect final Yocto tarball location for denzil. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* linux-yocto_3.0: Update KMACHINE and KBRANCH to play nice with new kerntoolsDarren Hart2012-05-231-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | The 3.0 based boards are lazy compared to our new modern ones. Without this patch, the linux-yocto-3.0 kernel do_patch() task would fail with: /srv/home/pokybuild/yocto-autobuilder/yocto-slave/cedartrail/build/build/tmp/sysroots/x86_64-linux/usr/bin/updateme: line 434: yocto/standard/cedartrail-standard.scc: No such file or directory Setting the KBRANCH explicitly avoids this issue. This brings the following recipes inline with the fri2 and sys940x BSPs. Fix proposed by Bruce Ashfield. Testing: Built linux-yocto_3.0 for all machines involved, including the nopvr, noemgd variants. All built linux-yocto_3.0 successfully. Signed-off-by: Darren Hart <dvhart@linux.intel.com> CC: Tom Zanussi <tom.zanussi@intel.com> CC: Bruce Ashfield <bruce.ashfield@windriver.com> CC: Kishore Bodke <kishore.k.bodke@intel.com>
* meta-intel: update some kernel SRCREVsTom Zanussi2012-05-171-4/+4
| | | | | | | Update linux-yocto_3.2 kernel SRCREVS for crownbay, emenlow, fishriver, jasperforest, and sugarbay. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-crownbay: remove smp options from recipe-spaceTom Zanussi2012-05-081-2/+0
| | | | | | | SMP support is now configured in the kernel branch, remove it from recipe-space. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* common/meta-graphics: Add xf86-input-evdev 2.6.0Richard Purdie2012-04-251-0/+1
| | | | | | | This is needed by the pvr graphics stacks since newer versions won't build with the older xserver those platforms are using. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-crownbay: switch to linux-yocto-3.2 kernelTom Zanussi2012-03-184-0/+41
| | | | | | Switch crownbay and crownbay-noemgd to the 3.2 kernel. Signed-off-by: Tom Zanussi <tom.zanussi@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-242-4/+4
| | | | | | | | | 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>
* meta-intel: rename all task-core-tools.bbappend to ↵Tom Zanussi2012-02-071-0/+0
| | | | | | | | | task-core-tools-profile.bbappend task-core-tools.bbappend was split into three, one of which is profile. Rename accordingly. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel: update some kernel SRCREVsTom Zanussi2012-01-301-4/+4
| | | | | | | Update linux-yocto_3.0 kernel SRCREVS for crownbay, emenlow, fishriver, fri2, jasperforest, and sugarbay. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-crownbay: update READMETom Zanussi2012-01-301-85/+12
| | | | | | | | | | | The new emgd-driver-bin_1.10 recipe no longer requires manually extracting and installing emgd binaries, so remove the section that deals with that. It does require a new LICENSE_FLAGS_WHITELIST entry in local.conf, so add instructions detailing that. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-crownbay: remove PREFERRED_VERSION for emgd-driver-binTom Zanussi2012-01-301-1/+0
| | | | | | | | crownbay specifies a preferred version of 1.8 for emgd, but there's really no reason to do that at this point - it should be able to use the new 1.10 version. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-crownbay: use gst-va-intelTom Zanussi2011-12-051-0/+2
| | | | | | | Have crownbay use gst-va-intel so we can easily test and make use of the video acceleration capabilities of this machine. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-crownbay: update README with EMGD video plugin instructionsTom Zanussi2011-12-011-6/+21
| | | | | | | Adding support for video acceleration means some new components need to be installed - update the instructions to reflect that. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel: update kernel SRCREVsTom Zanussi2011-12-011-4/+4
| | | | | | | Update linux-yocto_3.0 kernel SRCREVS for crownbay, emenlow, fishriver, fri2, jasperforest, sugarbay, and romley. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-crownbay: remove 2.6.34 .bbappendTom Zanussi2011-12-011-15/+0
| | | | | | | The linux-2.6.34 recipe was removed, so the .append needs to be removed as well. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel: add Patches section to BSP READMEsTom Zanussi2011-12-011-0/+11
| | | | | | | Based on community input, it might be more user-friendly to have some basic information about submitting patches in the BSP README itself. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel: update READMEs with layer dependency listTom Zanussi2011-11-211-0/+18
| | | | | | | Add a new 'Dependencies' section listing all the layer dependencies for each BSP. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-crownbay: remove common from BBFILESTom Zanussi2011-11-211-3/+1
| | | | | | | metadata in /common is now pulled in by the meta-intel layer, so remove it here. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel: update READMEs with new layer infoTom Zanussi2011-11-211-1/+3
| | | | | | | | | The affected BSPs now need to access common metadata in locations off of the top level of meta-intel, so need to add meta-intel itself to their layer configuration. This updates the READMEs for those BSPs to mention that. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* Have crownbay-noemgd.conf use the common ia32-base .inc file andTom Zanussi2011-11-211-37/+5
| | | | | | remove the open-coded machine settings. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* Have crownbay.conf use the common ia32-base .inc file and remove theTom Zanussi2011-11-211-36/+6
| | | | | | open-coded machine settings. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel: remove virtual/xserver-xf86 referencesTom Zanussi2011-11-152-2/+0
| | | | | | | These are now deprecated (in favor of just virtual/xserver), so remove them. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel: update kernel SRCREVsTom Zanussi2011-11-141-4/+4
| | | | | | | Update linux-yocto_3.0 kernel SRCREVS for crownbay, emenlow, fishriver, fri2, jasperforest, sugarbay, and romley. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-crownbay: allow linux-yocto-rt to be used for crownbayTom Zanussi2011-10-281-0/+10
| | | | | | | The crownbay linux-yocto-rt .bbappend is missing settings needed for use with crownbay - this adds them. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-crownbay: add linux-yocto-rt_3.0.bbappendTom Zanussi2011-10-281-0/+10
| | | | | | | | | commit 061f3187e8cbec70d5970928b6e8252cb0958f4a (meta-intel: move emgd-driver-bin_1.8 to common) somehow mistakenly removed the unrelated linux-yocto-rt_3.0.bbappend from meta-crownbay. This adds it back. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-crownbay: README correctionTom Zanussi2011-10-251-0/+5
| | | | | | | | In the instructions for manually extracting the binaries from the EMGD Linux tarball, an additional step for removing the emgd_drv_video shared library is necessary; this adds it for crownbay. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* crownbay: set boot vga modeTom Zanussi2011-10-161-0/+2
| | | | | | | Set boot params to get a vesafb 1024x768 graphics mode and can see the splash screen. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* crownbay-noemgd: set boot vga modeTom Zanussi2011-10-161-0/+2
| | | | | | | Set boot params to get a vesafb 1024x768 graphics mode and can see the splash screen. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel: update SRCREVsTom Zanussi2011-10-161-2/+2
| | | | | | | Update linux-yocto_3.0 kernel SRCREVS for crownbay, emenlow, fishriver, fri2, jasperforest, and sugarbay. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-crownbay: xserver-xorg renaming updatesTom Zanussi2011-10-152-7/+21
| | | | | | | Update crownbay and crownbay-noemgd to reflect the new xserver-xorg naming. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-crownbay: update README.sourcesTom Zanussi2011-10-041-2/+2
| | | | | | | Update README.sources to reflect final Yocto tarball location for edison. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel: update SRCREVsTom Zanussi2011-10-041-2/+2
| | | | | | | Update linux-yocto_3.0 kernel SRCREVS for crownbay, emenlow, fishriver, fri2, jasperforest, and sugarbay. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-crownbay: remove emgd-1.6Tom Zanussi2011-09-262-25/+0
| | | | | | emgd-1.6 is now obsoleted by emgd-1.8, so remove support for it. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel: update SRCREVsTom Zanussi2011-09-261-2/+2
| | | | | | | Update linux-yocto_3.0 kernel SRCREVS for crownbay, fishriver, fri2, jasperforest, and sugarbay. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel: update SRCREVsTom Zanussi2011-09-201-2/+2
| | | | | | | Update linux-yocto_3.0 kernel SRCREVS for crownbay, fishriver, fri2, jasperforest, and sugarbay. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel: update BSPs to use grub2Tom Zanussi2011-09-142-0/+4
| | | | | | | | 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>
* meta-intel: update SRCREVsTom Zanussi2011-09-141-2/+2
| | | | | | | Update linux-yocto_3.0 kernel SRCREVS for crownbay, fishriver, fri2, jasperforest, and sugarbay. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel: update SRCREVsTom Zanussi2011-09-061-4/+4
| | | | | | | Update linux-yocto_3.0 kernel SRCREVS for crownbay, fishriver, fri2, jasperforest, and sugarbay. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel: update SRCREVsTom Zanussi2011-09-061-4/+4
| | | | | | | Update linux-yocto_3.0 kernel SRCREVS for crownbay, fishriver, fri2, jasperforest, and sugarbay. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* crownbay: change preferred display orderTom Zanussi2011-09-042-2/+2
| | | | | | | | | The current PortOrder value assumes LVDS. Change the value to first try SDVO output, and fallback to LVDS if not present. Fixes [YOCTO #1430] Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-crownbay: update READMETom Zanussi2011-08-251-150/+31
| | | | | | | | | | | With the new emgd-driver-bin recipe, some of the extensive instructions on how to manually download and set up EMGD for the build are no longer necessary. Changes to reflect the new image names and a couple other minor cleanups are also included. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel: update meta-crownbay kernel SRCREVsTom Zanussi2011-08-251-4/+4
| | | | Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel: move emgd-driver-bin_1.8 to commonTom Zanussi2011-08-253-45/+0
| | | | | | | emgd-driver-bin will be shared by multiple BSPs, crownbay and fri2 to start with, so move them into /common. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-crownbay: xorg.conf changesTom Zanussi2011-08-252-1/+3
| | | | | | Update to the ced-generated xorg.conf for 1.8. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-crownbay: select emgd 1.8Tom Zanussi2011-08-251-1/+1
| | | | | | Change preferred version of emgd binaries to 1.8. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-crownbay: new recipe for emgd 1.8 driver binariesTom Zanussi2011-08-252-0/+35
| | | | | | This adds a new recipe for the emgd 1.8 driver binaries. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-crownbay: switch to linux-yocto 3.0 kernelTom Zanussi2011-08-243-0/+19
| | | | | | | Switch crownbay and crownbay-noemgd to the 3.0 kernel, lock it down, and update kernel SRCREVs. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>