aboutsummaryrefslogtreecommitdiffstats
path: root/meta-fri2/conf
AgeCommit message (Collapse)Author
2012-10-25meta-intel: fix VA_FEATURES assignment in machine configsTom Zanussi
commit 2231d38 (meta-intel: make video acceleration choice dependent on LICENSE_FLAGS) inadvertently also changed '?=' to a hard assignment, making it hard to override as intended. This changes it back. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-10-22meta-intel: don't require commercial licenses for gstreamer-vaapiRoss Burton
Now that gstreamer-vaapi doesn't depend on ffmpeg, it can always be recommended by the machine configuration. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-09-24fri2: Update to Linux 3.4 and EMGD 1.14Darren Hart
Update the fri2 machines to use linux-yocto 3.4 and EMGD 1.14. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2012-09-15meta-intel: have fri2 and sys940x prefer emgd-1.10Tom Zanussi
fri2 and sys940x need to use emgd-1.10 instead of the newer 1.14. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-09-15meta-intel: make video acceleration choice dependent on LICENSE_FLAGSTom Zanussi
The gst-ffmpeg recipe in oe-core had LICENSE_FLAGS added to make it "commercial", so to avoid build errors the BSPs that use it (via the gst-va-intel VA_FEATURE) should only include it if the user has added "commercial" to LICENSE_FLAGS_WHITELIST when building. This adds a conditional to detect that, along with a NOTE in the README to explain the need for the flag. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-08-30meta-intel: use va-impl-intel MACHINE_FEATURETom Zanussi
Explicitly specify the va-impl-intel MACHINE_FEATURE, and update the mixvideo uses with the feature rename. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-08-29meta-intel.inc: have appropriate BSPs use itTom Zanussi
ia32-base.inc no longer contains everything these BSPs need - some of what was in that file is now in meta-intel.inc, so we need to include that too. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-06-06meta-fri2: add video accelerationTom Zanussi
This adds the video acceleration components needed to enable EMGD video acceleration. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com> Acked-by: Darren Hart <dvhart@linux.intel.com>
2012-05-30fri2: Conditionally assign virtual/kernel=linux-yoctoDarren Hart
Allow overriding of the PREFERRED_PROVIDER_virtual/kernel by using the ?= operator rather than the = operator. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2012-05-07fri2: Prefer linux-yocto 3.2Darren Hart
Update the Fish River Island II BSPs to build using linux-yocto_3.2 by default. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2012-04-25common/meta-graphics: Add xf86-input-evdev 2.6.0Richard Purdie
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>
2012-03-20fri2: Update serial console settingsDarren Hart
With the pch_uart changes now in tree, update the machine config to make use of it. Trick syslinux into using the port by IO address and a magic baud rate. Signed-off-by: Darren Hart <dvhart@linux.intel.com> CC: Tom Zanussi <tom.zanussi@intel.com>
2012-02-24meta-intel: add LAYERDEPENDS for layers needing the meta-intel common layer1.2_M3.rc11.2_M3Paul Eggleton
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>
2012-02-24meta-intel: replace "include" with "require"Paul Eggleton
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>
2012-01-30meta-fri2: remove PREFERRED_VERSION for emgd-driver-binTom Zanussi
fri2 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>
2011-12-07fri2: Comment framebuffer APPEND settingDarren Hart
Note that the vesafb will only be used when booting via legacy PCBIOS. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2011-12-07fri2: Add pcbios and efi to MACHINE_FEATURESDarren Hart
Enable both legacy pcbios and efi booting for live images using the new bootimg and grub-efi code. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2011-12-07fri2: include linux-firmware for iwlwifi in imagesDarren Hart
Include the firmware package for the iwlwifi card for task-base based images using the MACHINE_EXTRA_RRECOMMENDS variable. This will exclude the firmware from being installed in core-image-minimal, but it doesn't have the tooling required to connect over wifi anyway. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2011-12-07fri2: use ttyS0,115200 for serial console and syslinuxDarren Hart
The FRI2 has an optional serial expansion board. Enable the use of this as a console for both syslinux and the OS. Note: while the settings all appear to be correct, the serial port is not working on my test device in syslinux or the getty. The kernel messages do make their way to the serial port after PCI initialization. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2011-11-21meta-fri2: remove common from BBFILESTom Zanussi
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>
2011-11-21Have fri2-noemgd.conf use the common ia32-base .inc file andTom Zanussi
remove the open-coded machine settings. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-11-21Have fri2.conf use the common ia32-base .inc file and remove theTom Zanussi
open-coded machine settings. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-11-15meta-intel: remove virtual/xserver-xf86 referencesTom Zanussi
These are now deprecated (in favor of just virtual/xserver), so remove them. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-10-16fri2-noemgd: set boot vga modeTom Zanussi
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>
2011-10-16fri2: set boot vga modeTom Zanussi
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>
2011-10-15meta-fri2: xserver-xorg renaming updatesTom Zanussi
Update fri2 and fri2-noemgd to reflect the new xserver-xorg naming. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-09-14meta-intel: update BSPs to use grub2Tom Zanussi
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>
2011-08-25meta-fri2: add common/recipes-graphics to BBFILESTom Zanussi
Add common/recipes-graphics so fri2 can pick up the EMGD bits in emgd-driver-bin. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-08-25meta-fri2: add EMGD 1.8 capabilities to fri2Tom Zanussi
This patch essentially adds a new EMGD-capable 'fri2' machine to meta-fri2. The current version with vesa graphics will become fri2-noemgd; fri2 will become the version with EMGD graphics. This patch does the fri2->fri2-noemgd renaming and adds the new files for fri2, and updates the necessary .bbappends to support both fri2 and fri2-noemgd. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-08-20meta-intel: change PREFERRED_VERSIONsTom Zanussi
Change PREFERRED_VERSION_linux-yocto to a form that will pick up the new numbering scheme. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-08-11allow override of kernel providerDarren Hart
Allow users or layers to override PREFERRED_PROVIDER_virtual/kernel. This is required to use the linux-yocto-rt kernel, for example. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2011-08-03meta-fri2: add 3g and wifi featuresTom Zanussi
Make sure the 3g and wifi bits get added. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-08-03meta-fri2: new layer for Fish River Island II (E6XX/EG20T) systemsTom Zanussi
This layer provides support for E6XX + EG20T Intel systems. Currently it supports only vesa graphics, which will be upgraded shortly. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>