summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* valleyisland: Update kernel SRCREV to version 3.10.43tzanussi/valleyisland-64-testChang Rebecca Swee Fun2014-09-121-13/+14
| | | | | | | | | Use the latest HEADs of the git branches from linux-yocto-3.10 kernel repository. This update also include updating feature branch used to valleyisland-io-3.0. Signed-off-by: Chang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-crystalforest: Update README with new build settingsChang Rebecca Swee Fun2014-08-271-14/+8
| | | | | | | | | | | After introducing new machine conf file, bitbake will take "crystalforest" as the MACHINE name in build/local.conf. This patch is to update the README with this new build settings for users who need to build crystalforest images. Signed-off-by: Chang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com> Acked By: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-crystalforest: Merge machine confChan Wei Sern2014-08-272-36/+10
| | | | | | | | | | | | Machine configuration for both crystalforest-gladden and crystalforest-server platforms are sharing similiar settings. This patch is to merge the machine conf by creating one machine configuration file namely crystalforest.conf. Signed-off-by: Chan Wei Sern <wei.sern.chan@intel.com> Signed-off-by: Chang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com> Acked By: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* linux-yocto-dev: Remove LINUX_VERSIONDarren Hart2014-07-291-2/+2
| | | | | | | | | | | | | | The SRCREV lines were removed in: 8b4ab82 intel-common: Remove SRCREVs from linux-yocto-dev The LINUX_VERSION override should have been removed/commented at the same time as it is of course directly tied to the SRCREV. Reported-by: Paul Gortmaker <paul.gortmaker@windriver.com> Acked-by: Tom Zanussi <tom.zanussi@linux.intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com> (cherry picked from commit 7d9471578801d571ceca9e54bbdf22cb84284ff9)
* gstreamer-vaapi: Upgrade to 0.5.8Ross Burton2014-07-287-26/+2036
| | | | | | | | | | | For the 0.10 variant: - Drop wayland-compile patch merged upstream - Add files which were missing in the tarball - Disable Wayland support as it doesn't build Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com> (cherry picked from commit 67b7f6f3a03ddbdcf66823eb5a236edbc0aa4858)
* gstreamer-vaapi: Switch gstreamer-vaapi-1.0 to GStreamer 1.2 APIRoss Burton2014-07-281-1/+1
| | | | | | | | | The dependencies have moved form plugins-bad to plugins-base, and require API 1.2 to build. This matches OE-Core. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com> (cherry picked from commit c3a5385bd09ea0dd711ef8af1bda8b91e281b601)
* libva-intel-driver: Upgrade to 1.3.2Ross Burton2014-07-281-2/+2
| | | | | | | | | | Routine package upgrade. Tested on the MinnowBoard-Max with 4 h264 2k streams. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com> (cherry picked from commit 90a6fd2da2e7f1a1400087f3999aa2d178cf754b)
* libva: Upgrade to 1.3.1Ross Burton2014-07-282-8/+6
| | | | | | | | Routine package upgrade. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com> (cherry picked from commit d7027a65fd491af46ac4287d66bc34d02d2a2c48)
* nuc: add 'efi' to MACHINE_FEATURESCorneliu Stoicescu2014-07-251-1/+1
| | | | | | | | In order to use GummiBootTarget target controller for hardware automation, we need 'efi' in MACHINE_FEATURES. Signed-off-by: Corneliu Stoicescu <corneliux.stoicescu@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel/common: Initial Intel DPDK recipe under recipes-extendedChan Wei Sern2014-07-174-0/+288
| | | | | | | | | | | | | | | | This is an initial version of Intel Data Plane Development Kits (DPDK) recipe support. This recipe is targetting on Intel DPDK v1.6.0r2. This recipe is created under meta-intel/common because Intel DPDK can be commonly used several Intel BSP platforms such as Romley, Crystal-Forest & Mohon-peak. We resolved examples apps build failure found in v1.6.0-r2 by cherry-picking patches from v1.7.0 as they are not planned to be fixed in v1.6.0-r2. The example app build failure are found in qos_sched, eal_flags_autotest and cmdline_autotest. Signed-off-by: Chan Wei Sern <wei.sern.chan@intel.com> Acked-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-mohonpeak: Fix README on building mohonpeak BSP layerChan Wei Sern2014-07-161-1/+0
| | | | | | | | | | By following this bblayer preparation instruction will cause bitbake to fail during parsing stage. So to fix this, need to remove the extra line of yocto/meta-intel/meta-isg. Signed-off-by: Chan Wei Sern <wei.sern.chan@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com> Acked-By: Nitin A Kamble <nitin.a.kamble@intel.com>
* Provide a time limited kernel extension for the v3.14 kernel1.0-daisy-1.6.1Nitin A Kamble2014-06-121-0/+1
| | | | | | | This enables the tlk feature for the v3.14 kernel. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* Revert "common: Update linux-yocto v3.10 recipes SRCREVs to v3.10.41"Tom Zanussi2014-06-112-12/+12
| | | | | | | This reverts commit 1c63f3db93c599df5493310fef986afa40a48934. The reverted commit causes a build problem for lttng-modules - reverting until fixed and tested.
* Revert "common: Update linux-yocto v3.14 recipe SRCREVs to v3.14.5"Tom Zanussi2014-06-112-12/+12
| | | | | | | This reverts commit a75a32710e3b77eb4056082113f1e4a64917276f. The reverted commit causes a build problem for lttng-modules - reverting until fixed and tested.
* BSP READMEs: correct the mailing list addressNitin A Kamble2014-06-106-12/+12
| | | | | | | | The emails regarding this layer need to go to the meta-intel mailing list and not to the Yocto mailing list. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* common: Update linux-yocto v3.10 recipes SRCREVs to v3.10.41Nitin A Kamble2014-06-102-12/+12
| | | | | | | Use the latest HEADs of the git branches from the kernel repository. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* common: Update linux-yocto v3.14 recipe SRCREVs to v3.14.5Nitin A Kamble2014-06-102-12/+12
| | | | | | | Use the latest HEADs of the git branches from the kernel repository. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* common: Delete linux-yocto-rt_3.14.bb from meta-intel layerNitin A Kamble2014-06-101-26/+0
| | | | | | | Instead use the one from the oecore layer from the daisy or master branch. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* meta-crystalforest: Fix README mismatch mailing list name and addressTom Zanussi2014-06-051-2/+2
| | | | | | | The instructions say to send e-mail to the Yocto list but use the meta-intel mailing list address; use meta-intel for the name as well. Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* meta-romley: Fix README mismatch mailing list name and addressTom Zanussi2014-06-051-2/+2
| | | | | | | The instructions say to send e-mail to the Yocto list but use the meta-intel mailing list address; use meta-intel for the name as well. Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* meta-romley: fix email address for romley maintainerChan Wei Sern2014-06-051-1/+1
| | | | | | | Use meta-intel@yoctoproject.org as maintainer's email address. Signed-off-by: Chan Wei Sern <wei.sern.chan@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* meta-crystalforest: fix email address for crystalforest maintainerChan Wei Sern2014-06-051-1/+1
| | | | | | | Use meta-intel@yoctoproject.org as maintainer's email address. Signed-off-by: Chan Wei Sern <wei.sern.chan@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* meta-valleyisland: Add linux-yocto 3.10 recipeChan Wei Sern2014-05-241-0/+35
| | | | | | | | | | | | | | | | | Added linux-yocto 3.10 due to it cannot be shared with common intel recipe kernel. The reason cannot be shared as for valleyisland case has additional feature that is still pending to pull into LTS/LTSI and hence it cannot be merged into "standard/base". For this particular reason, a feature branch of "valleyisland-io-1.0" is introduced to include additional feature. However in order to make it more align with intel common recipe kernel,machine branch is pointing to "standard/base" and SRCREV for meta remains closest as possible. Signed-off-by: Chan Wei Sern <wei.sern.chan@intel.com> Signed-off-by: Chang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com> Acked-By: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* emenlow: Remove SRCREVs from linux-yocto-dev, drop emgd for -devDarren Hart2014-05-221-14/+3
| | | | | | | | | | | | The default AUTOREV mechanism is thwarted by SRCREV overrides in bbappends. -dev is intended to be built using AUTOREV unless overriden by the user in local.conf or similar. Use the defaults in the bbappends. Drop emgd from the emenlow bbappend, but keep emenlow-noemgd as it uses gma500 which causes issues with the other BSPs. Signed-off-by: Darren Hart <dvhart@linux.intel.com> (cherry picked from commit 0c80a8a3b39c5366499af19060bcf8fd23643219)
* fri2: Drop linux-yocto-dev bbappendDarren Hart2014-05-221-21/+0
| | | | | | | | There is no emgd support in this version of -dev and fri2-noemgd can use the core2-32-intel-common kernel. Drop the linux-yocto-dev.bbappend. Signed-off-by: Darren Hart <dvhart@linux.intel.com> (cherry picked from commit cf103a8a575fb396be3142816163e031ddc37280)
* crownbay: Drop linux-yocto-dev bbappendDarren Hart2014-05-221-21/+0
| | | | | | | | There is no emgd support in this version of -dev and crownbay-noemgd can use the core2-32-intel-common kernel. Drop the linux-yocto-dev.bbappend. Signed-off-by: Darren Hart <dvhart@linux.intel.com> (cherry picked from commit 78b8b73e0a6e0cfd091211373ff6a1abbba25dea)
* intel-common: Remove SRCREVs from linux-yocto-devDarren Hart2014-05-221-4/+4
| | | | | | | | | The default AUTOREV mechanism is thwarted by SRCREV overrides in bbappends. -dev is intended to be built using AUTOREV unless overriden by the user in local.conf or similar. Use the defaults in the bbappends. Signed-off-by: Darren Hart <dvhart@linux.intel.com> (cherry picked from commit 8b4ab82ba06f58028d66133f233193768c1ad1e1)
* emenlow: update SRCREVs for the linux-yocto_3.14 recipeNitin A Kamble2014-05-221-3/+3
| | | | | | | | Use the latest HEADs of the kernel branches from the kernel repository. And also update the LINUX_VERSION accordingly. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* common: update SRCREVs for the linux-yocto_3.14 recipeNitin A Kamble2014-05-221-6/+6
| | | | | | | | Use the latest HEADs of the kernel branches from the kernel repository. And also update the LINUX_VERSION accordingly. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* common: update SRCREVs of the linux-yocto-rt_3.14.bbappend recipeNitin A Kamble2014-05-221-2/+2
| | | | | | | Use the latest HEADs of the branches from the kernel repository. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* common: update SRCREVs for linux-yocto-rt_3.14 recipeNitin A Kamble2014-05-221-1/+1
| | | | | | | Use the latest HEADs of the branches from the kernel repository. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* fri2: update SRCREVs for the linux-yocto_3.10 recipeNitin A Kamble2014-05-221-2/+2
| | | | | | | Use the latest HEADs of the kernel repository branches. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* emenlow: update SRCREVs for the linux-yocto_3.10 recipeNitin A Kamble2014-05-221-2/+2
| | | | | | | Use the latest HEADs of the kernel repository branches. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* crownbay: update SRCREVs for the linux-yocto_3.10 recipeNitin A Kamble2014-05-221-2/+2
| | | | | | | Use the latest HEADs of the kernel repository branches. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* emenlow: fix typos in the linux-yocto-rt_3.10 recipeNitin A Kamble2014-05-221-5/+5
| | | | | | | The v3.10 rt recipe is for the emenlow-noemgd BSP and not for the emenlow BSP. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* common: update the SRCREVs for the linux-yocto-rt_3.10 recipeNitin A Kamble2014-05-221-2/+2
| | | | | | | Use the latest HEADs of the kernel repository branches. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* fri2: update SRCREVs for linux-yocto-rt_3.10 recipeNitin A Kamble2014-05-221-2/+2
| | | | | | | Use the latest HEADs of the kernel repository branches. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* calgary-corpus: inherit allarchRoss Burton2014-05-211-0/+2
| | | | | | Signed-off-by: Ross Burton <ross.burton@intel.com> Acked-by: Ong Boon Leong <boon.leong.ong@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* calgary-corpus: clean up unpack logicRoss Burton2014-05-211-16/+8
| | | | | | | | | As with canterbury-corpus, use SRC_URI parameters to unpack correctly instead of doing it by hand. Signed-off-by: Ross Burton <ross.burton@intel.com> Acked-by: Ong Boon Leong <boon.leong.ong@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* canterbury-corpus: make packages allarchRoss Burton2014-05-211-1/+1
| | | | | | | | | | | The files in this package don't depend on a target architecture, so mark it as allarch. Also drop PR as r0 is the default. Signed-off-by: Ross Burton <ross.burton@intel.com> Acked-by: Ong Boon Leong <boon.leong.ong@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* canterbury-corpus: rationalise unpack logicRoss Burton2014-05-211-13/+6
| | | | | | | | | Instead of manually unpacking, use the subdir parameter to put the tarball into the right directory. Signed-off-by: Ross Burton <ross.burton@intel.com> Acked-by: Ong Boon Leong <boon.leong.ong@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* canterbury-corpus: don't skip all QA testsRoss Burton2014-05-211-8/+4
| | | | | | | | | | | Instead of setting ERROR_QA to "" (disabling all tests, instead of just the problematic ones), adding nothing to WARN_QA (cruft from previous revisions), and also marking do_package_qa as noexec (which doesn't work), just set INSANE_SKIP to skip the specific tests that fail with this package. Signed-off-by: Ross Burton <ross.burton@intel.com> Acked-by: Ong Boon Leong <boon.leong.ong@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* common: Update linux-yocto-3.10 meta branch SRCREVChan Wei Sern2014-05-211-2/+2
| | | | | | | | This is to use latest HEAD of meta branch due to recent commit from romley to make AMT/mei configuration built as module. Signed-off-by: Chan Wei Sern <wei.sern.chan@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* romley: Update README with device note and MAINTAINERChan Wei Sern2014-05-211-3/+43
| | | | | | | | | | Added supported BIOS version of Romley platform and added a list of supported I/O devices in README. Updated a workaround for broken ME firmware found in RoseCity board to solve reboot issue. Updated the MAINTAINER info. Signed-off-by: Chan Wei Sern <wei.sern.chan@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* crystalforest: Update README with device note and MAINTAINERChan Wei Sern2014-05-211-6/+28
| | | | | | | | | | Added supported BIOS version of CrystalForest-Server,HiglandForest and CrystalForest-Gladden platform and added a list of supported I/O devices in README. Updated the MAINTAINER info. Signed-off-by: Chan Wei Sern <wei.sern.chan@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* haswell-wc: Update README with device notesChang Rebecca Swee Fun2014-05-211-0/+20
| | | | | | | | Added supported BIOS version of Sharkbay platform and added a list of supported I/O devices in README. Signed-off-by: Chang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* mohonpeak: Update README with device notesChang Rebecca Swee Fun2014-05-211-0/+19
| | | | | | | | Added BIOS version used for Mohonpeak testing and also added the legacy block drivers supported. Signed-off-by: Chang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* valleyisland: README added device notes and updated BIOS versionChang Rebecca Swee Fun2014-05-211-8/+19
| | | | | | | | README for meta-valleyisland is updated with latest BIOS external release. Also added BIOS setting steps to turn on HD Audio support. Signed-off-by: Chang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* meta-isg: update MAINTAINERS fileChang Rebecca Swee Fun2014-05-211-0/+8
| | | | | | | | Update MAINTAINERS files in meta-isg layer with MOHONPEAK and VALLEYISLAND maintainer's name and email address. Signed-off-by: Chang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* intel-common: Update linux-yocto 3.14-rt machine SRCREVsTom Zanussi2014-05-212-6/+6
| | | | | | This also brings the kernel version up to 3.14.4. Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>