summaryrefslogtreecommitdiffstats
path: root/meta-crownbay
Commit message (Collapse)AuthorAgeFilesLines
* meta-intel: update kernel SRCREVs and pin LINUX_VERSIONTom Zanussi2012-10-292-8/+12
| | | | | | | | | | Update all the linux-yocto .bbappends with the latest kernel SRCREVs and add explicit LINUX_VERSIONs for the 1.3 release, to prevent a mismatch between the kernel version actually used in the machine branch vs the version the recipe uses for the kernel image, which can change with stable updates. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* crownbay: add WEBTITLE & Compliance informationNitin A Kamble2012-10-253-1/+14
| | | | | | | | The WEBTITLE will be used to publish the BSP on the Yocto Project Website. And adding the Yocto Project Compliance information for the 1.3 release. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel: fix VA_FEATURES assignment in machine configsTom Zanussi2012-10-251-1/+1
| | | | | | | | | 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>
* meta-intel: don't require commercial licenses for gstreamer-vaapiRoss Burton2012-10-221-2/+1
| | | | | | | | 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>
* crownbay: update kernel repo srcrevsNitin A Kamble2012-10-161-4/+4
| | | | | | | | Keeping up2date with the latest HEADs of the branches from kernel v3.4 repository Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel: update maintainers of various BSPsNitin A Kamble2012-10-121-1/+1
| | | | | | | | BSP maintainership for following BSPs is now transitioned from Tom to Nitin sugarbay, emenlow, crownbay, jasperforest, chiefriver Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-crownbay: specify the 8.0.4 version as preferred version of mesa-driNitin A Kamble2012-10-121-1/+1
| | | | | | | | | | | | | Avoid following warnings while building crownbay BSPs: NOTE: preferred version 7.11 of mesa-dri not available (for item virtual/libgl) NOTE: versions of mesa-dri available: 2:8.0.4 2:8.0.4+git1+c1f4867c89adb1a6b19d66ec8ad146115909f0a7 This commit addresses one of the issue reported on the bug: [YOCTO #3238] Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* Fix use of PRINC in meta-intel BSPs1.3_M5.rc4Darren Hart2012-10-091-1/+1
| | | | | | | | | | | | | | Replaces all uses of PRINC with the form: PRINC := "${@int(PRINC) + N}" Where N is the previously assigned value plus one to ensure a monotonically increasing PRINC value. Signed-off-by: Darren Hart <dvhart@linux.intel.com> Acked-by: Tom Zanussi <tom.zanussi@intel.com> CC: Saul Wold <sgw@linux.intel.com> CC: Nitin Kamble <nitin.a.kamble@intel.com>
* crownbay: uprev v3.4 kernel commit idsNitin A Kamble2012-10-081-4/+4
| | | | | Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* crownbay.conf: add kernel parameters for EMGD video accelerationNitin A Kamble2012-10-081-1/+1
| | | | | | | | | | | This is recommended in the EMGD User Guide. My understanding is that, the emgd kernel driver need to allocate memory dynamically, and the "vmalloc=256MB" parameter ensures enough will be available for the driver. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-crownbay: remove 3.0 kernel supportTom Zanussi2012-10-042-37/+0
| | | | | | | There's no need to support linux-yocto-3.0 for crownbay any more, so remove the 3.0 bbappends. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-crownbay: remove -rt smp options from recipe-spaceTom Zanussi2012-10-041-4/+0
| | | | | | | SMP support is now configured in the kernel branch, remove it from recipe-space. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-crownbay: add 3.4 rt supportTom Zanussi2012-10-041-0/+16
| | | | | | Add the -rt version of linux-yocto-3.4. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel: use FILESEXTRAPATHS for xserver-xf86-config bbappendsTom Zanussi2012-10-021-2/+1
| | | | | | | | The xserver-xf86-config .bbappends are still using FILESPATH - update them to use FILESEXTRAPATHS as recommended by the Poky Reference Manual and BSP Developer's Guides. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel: make video acceleration choice dependent on LICENSE_FLAGSTom Zanussi2012-09-152-1/+17
| | | | | | | | | | | | 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>
* meta-intel: remove task-core-tools-profile.bbappendTom Zanussi2012-09-041-3/+0
| | | | | | | | | | | | | | | | | | | | The functionality previously added by these bbappends was already handled in task-core-tools-profile.bb (now packagegroup-core-tools-profile.bb), so remove these. SYSTEMTAP = "systemtap" SYSTEMTAP_mips = "" LTTNGUST = "lttng-ust" LTTNGUST_mips = "" RDEPENDS_${PN} = "\ ${PROFILETOOLS} \ ${LTTNGUST} \ ${SYSTEMTAP} \ ${VALGRIND} \ Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel: use va-impl-intel MACHINE_FEATURETom Zanussi2012-08-301-1/+1
| | | | | | | 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>
* meta-intel.inc: have appropriate BSPs use itTom Zanussi2012-08-291-0/+1
| | | | | | | | 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>
* crownbay: fix KBRANCHTom Zanussi2012-08-241-1/+1
| | | | | | | | | KBRANCH_crownbay is set to standard/default/crownbay, which isn't even a 3.4 branch. Set it to standard/crownbay, which is. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* crownbay: make v3.4 the default kernel1.3_M3.rc21.3_M3.final1.3_M3Nitin A Kamble2012-07-312-2/+2
| | | | | | Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com> Tested-by: Tom Zanussi <tom.zanussi@intel.com>
* crownbay: add recipe extension for linux-yocto-3.4Nitin A Kamble2012-07-311-0/+20
| | | | | | | | | | | | | Add emgd branch info in git src_uri At build time, the emgd-1.14 branch is merged with the crownbay bsp kernel source branch to get emgd kernel driver's support. Reference it in the src_uri, and its commit-id to be used, so that any changes in the emgd branch will not affect build unknowingly. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com> Tested-by: Tom Zanussi <tom.zanussi@intel.com>
* emgd-driver-bin: upgrade from 1.10 to 1.14Nitin A Kamble2012-07-311-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 1.14 is the latest released driver for emgd. This change is tested on crownbay machine. Add runtime dependency to libxcb-dri2 Otherwise the libxcb-dri2.so is not getting installed, and video acceleration of emgd does not work. It is dynamic dependency of emgd_drv_video.so put files in gstreamer-0.10/.debug directory to the debug package. It avoids debug files packaging warnings. add downloadfilename param to SRC_URI As the url does not have the filename of the tarball, specify it here so that updated wget bitbake fetcher can save the downloaded file accordingly. BTW now EDC has also published another download URL on our request: http://edc.intel.com/App_Shared/Downloads/LIN_IEMGD_1_14_GOLD_2443.tgz And update emgd driver version in the README. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com> Tested-by: Tom Zanussi <tom.zanussi@intel.com>
* crownbay: update kernel SRCREVsTom Zanussi2012-07-101-4/+4
| | | | | | | To pick up most recent changes, including the matching kernel changes for the perf-scripting/perf-tui features. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-crownbay: remove linux-yocto-2.6.37 .bbappendTom Zanussi2012-06-111-15/+0
| | | | | | | linux-yocto-2.6.37.bb was removed from oe-core, so remove the corresponding .bbappend from meta-crownbay. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* 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>