aboutsummaryrefslogtreecommitdiffstats
path: root/meta-crownbay
AgeCommit message (Collapse)Author
2013-03-21layer.conf: Use .= for adding to BBPATH and += to BBFILESdanny-8.0.1Khem Raj
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> Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2013-03-20crownbay: add missing emgd video componentsTom Zanussi
The 1.16 version of EMGD split the video components up, which now need to be added individually to VA_FEATURES. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-03-20crownbay: Update to EMGD 1.16Darren Hart
Use the recipe-space mechanism for adding emgd as a KERNEL_FEATURE. Update to the 1.16 version and update all the SRCREV's accordingly. Include the EMGD branch in the SRC_URI and SRCREV for the crownbay machine. Signed-off-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-02-12BSP README.sources: update the URL of the source tarballNitin A Kamble
Instead of the denzil release specify the location of the source tarball of danny release. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-10-29meta-intel: update kernel SRCREVs and pin LINUX_VERSIONTom Zanussi
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>
2012-10-25crownbay: add WEBTITLE & Compliance informationNitin A Kamble
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>
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-10-16crownbay: update kernel repo srcrevsNitin A Kamble
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>
2012-10-12meta-intel: update maintainers of various BSPsNitin A Kamble
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>
2012-10-12meta-crownbay: specify the 8.0.4 version as preferred version of mesa-driNitin A Kamble
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>
2012-10-09Fix use of PRINC in meta-intel BSPs1.3_M5.rc4Darren Hart
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>
2012-10-08crownbay: uprev v3.4 kernel commit idsNitin A Kamble
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-10-08crownbay.conf: add kernel parameters for EMGD video accelerationNitin A Kamble
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>
2012-10-04meta-crownbay: remove 3.0 kernel supportTom Zanussi
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>
2012-10-04meta-crownbay: remove -rt smp options from recipe-spaceTom Zanussi
SMP support is now configured in the kernel branch, remove it from recipe-space. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-10-04meta-crownbay: add 3.4 rt supportTom Zanussi
Add the -rt version of linux-yocto-3.4. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-10-02meta-intel: use FILESEXTRAPATHS for xserver-xf86-config bbappendsTom Zanussi
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>
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-09-04meta-intel: remove task-core-tools-profile.bbappendTom Zanussi
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>
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-08-24crownbay: fix KBRANCHTom Zanussi
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>
2012-07-31crownbay: make v3.4 the default kernel1.3_M3.rc21.3_M3.final1.3_M3Nitin A Kamble
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>
2012-07-31crownbay: add recipe extension for linux-yocto-3.4Nitin A Kamble
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>
2012-07-31emgd-driver-bin: upgrade from 1.10 to 1.14Nitin A Kamble
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>
2012-07-10crownbay: update kernel SRCREVsTom Zanussi
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>
2012-06-11meta-crownbay: remove linux-yocto-2.6.37 .bbappendTom Zanussi
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>
2012-05-30meta-intel: update some kernel SRCREVsTom Zanussi
Update linux-yocto_3.2 kernel SRCREVS for crownbay, emenlow, fishriver, jasperforest, sugarbay, and chiefriver. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-05-30meta-crownbay: use gst-va-intel and va-intel and gst-va-mixvideoTom Zanussi
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>
2012-05-25meta-intel: update README.sources with denzil linkTom Zanussi
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>
2012-05-23linux-yocto_3.0: Update KMACHINE and KBRANCH to play nice with new kerntoolsDarren Hart
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>
2012-05-17meta-intel: update some kernel SRCREVsTom Zanussi
Update linux-yocto_3.2 kernel SRCREVS for crownbay, emenlow, fishriver, jasperforest, and sugarbay. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-05-08meta-crownbay: remove smp options from recipe-spaceTom Zanussi
SMP support is now configured in the kernel branch, remove it from recipe-space. Signed-off-by: Tom Zanussi <tom.zanussi@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-18meta-crownbay: switch to linux-yocto-3.2 kernelTom Zanussi
Switch crownbay and crownbay-noemgd to the 3.2 kernel. Signed-off-by: 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-02-07meta-intel: rename all task-core-tools.bbappend to ↵Tom Zanussi
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>
2012-01-30meta-intel: update some kernel SRCREVsTom Zanussi
Update linux-yocto_3.0 kernel SRCREVS for crownbay, emenlow, fishriver, fri2, jasperforest, and sugarbay. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-01-30meta-crownbay: update READMETom Zanussi
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>
2012-01-30meta-crownbay: remove PREFERRED_VERSION for emgd-driver-binTom Zanussi
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>
2011-12-05meta-crownbay: use gst-va-intelTom Zanussi
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>
2011-12-01meta-crownbay: update README with EMGD video plugin instructionsTom Zanussi
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>
2011-12-01meta-intel: update kernel SRCREVsTom Zanussi
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>
2011-12-01meta-crownbay: remove 2.6.34 .bbappendTom Zanussi
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>
2011-12-01meta-intel: add Patches section to BSP READMEsTom Zanussi
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>
2011-11-21meta-intel: update READMEs with layer dependency listTom Zanussi
Add a new 'Dependencies' section listing all the layer dependencies for each BSP. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-11-21meta-crownbay: 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-21meta-intel: update READMEs with new layer infoTom Zanussi
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>