summaryrefslogtreecommitdiffstats
path: root/meta-nuc
AgeCommit message (Collapse)Author
2014-09-04meta-intel BSPs: include meta-intel.incNitin A Kamble
To get common intel BSP configurations such as user land microcode loading support, each Intel BSP configuration needs to include the meta-intel.inc file. With the exception of few, many of the meta-intel BSP configuration files already include the meta-intel.inc file. With this commit now, all the remaining BSPs from the meta-intel layer also include the meta-intel.inc file. The Intel platforms BSPs hosted outside of the meta-intel layer, such as minnow, need to include the meta-intel.inc file to get the common features from the meta-intel layer. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Reviewed-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
2014-07-24nuc: add 'efi' to MACHINE_FEATURESCorneliu Stoicescu
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>
2014-06-10BSP READMEs: correct the mailing list addressNitin A Kamble
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>
2014-04-04nuc: use common kernelsNitin A Kamble
Now the common kernel recipes are working for the NUC BSP, use it in place of the BSP specific kernel. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2014-04-04common/linux-yocto_3.10: update SRCREVS to 3.10.35-ltsiNitin A Kamble
Update the SRCREV to the latest available for 3.10. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2014-04-04nuc: change the default kernel to v3.14Nitin A Kamble
Use the latest linux-yocto kernel for the nuc BSP. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2014-04-04nuc: linux-yocto_3.14 recipeNitin A Kamble
Enable the linux-yocto_3.14 recipe for the nuc BSP. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2014-04-04Make LINUX_VERSION machine specificNitin A Kamble
Make all the LINUX_VERSION variables in various kernel recipes machine specific to avoid name-space pollution. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2014-04-02nuc: Update linux-yocto 3.10 SRCREV (3.10.34-LTSI)Nitin A Kamble
Update to the HEAD of standard/base (3.10.34-LTSI). This also works around an open issue with do_validate_branches where feature branches are reset the HEAD of the machine branch if they contain that commit. The common linux-yocto_3.10 kernel is not able to find root device on the NUC platform. Hence the NUC BSP is not yet updated to use the common kernel. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Acked-by: Darren Hart <dvhart@linux.intel.com>
2014-03-12Remove linux-yocto 3.8 bbappendsDarren Hart
The current development branch (for 1.6) supports 3.10 and -dev linux-yocto kernels. Delete all the lingering 3.8 kernel recipes. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2014-03-12Remove linux-yocto 3.4 bbappendsDarren Hart
The current development branch (for 1.6) supports 3.10 and -dev linux-yocto kernels. Delete all the lingering 3.4 kernel recipes. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2014-03-12nuc BSP: include AMT 8+ supportNitin A Kamble
Include support for Intel Active Management Technology version 8+ on the NUC BSP. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2014-02-05intel-common: Make using intel-common override opt-inDarren Hart
Currently the intel-core*-common.inc files also include the intel-common-pkgarch.inc, forcing the introduction of the intel-common PACKAGE_ARCH. Coupling this with the addition of the intel-common MACHINE_OVERRIDE, means that even MACHINE_ARCH packages can be influenced by intel-common overrides, which is not desirable. Remove the intel-common-pkgarch.inc from the intel-core*common.inc include files, requiring BSPs wanting to use the intel-common mechanism to explicitly include it. This obviates the need to reset the linux-yocto PACKAGE_ARCH to MACHINE_ARCH. Signed-off-by: Darren Hart <dvhart@linux.intel.com> Cc: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-01-27nuc: Set PACKAGE_ARCH to MACHINE_ARCH explicitlyDarren Hart
The new intel-common.inc sets the default of the PACKAGE_ARCH for the linux-yocto kernel recipes to DEFAULTTUNE_kernel. Revert the existing recipes to MACHINE_ARCH until they can be removed in favor of a more unified mechanism. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2014-01-27nuc: Use corei7 tuningDarren Hart
Ivy Bridge based CPUs benefit from the new corei7 tune file. Update the XSERVER_* variables to use the new naming. Signed-off-by: Darren Hart <dvhart@linux.intel.com> Cc: Nitin A Kamble <nitin.a.kamble@intel.com>
2014-01-06meta-nuc: Use the symlink to the actual image in READMETom Zanussi
Using the image symlink when dd'ing is more convenient for the user - update the documentation to reflect that. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-12-20linux-yocto-3.10: Update SRCREVs for 3.10.19Tom Zanussi
Fixes [YOCTO 5679] Bump the SRCREVs to address the lttng-modules build failure introduced by the oe-core/poky commit: lttng-modules: Update to 2.3.3 version This updates all the BSPs that were at the same machine SRCREV in one shot. Signed-off-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-11-14nuc: linux-yocto-3.10: update kernel srcrevsNitin A Kamble
Updating kernel srcrevs to the latest HEADs of the kernel branches. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-10-18nuc: linux-yocto_3.10: update srcrevsNitin A Kamble
Using the latest HEADS of the git branches of the v3.10 linux-yocto kernel repository. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-10-09BSP READMEs: change the language of the compliance sectionNitin A Kamble
Use "Yocto Project Compatible" in place of "compliance" as suggested by Jeffrey Osier Mixon. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-10-03nuc: linux-yocto v3.8 & v3.10 update srcrevsyocto_1.5_M5.rc81.5_M5.rc81.5_M5.rc7Nitin A Kamble
Use the latest branch HEADs for srcrevs in these kernel recipes. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-09-23nuc: update linux-yocto_3.10 kernel to 3.10.11Nitin A Kamble
Update the kernel recipe src-revs to 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@intel.com>
2013-09-19nuc: remove xserver-xf86-configRoss Burton
This file appears to be derived from a stale copy of the atom-pc xorg.conf which was either redundant (setting values to the default), pointlessly hard-coding (specifying video driver when X can auto-probe), or actively harmful (disabling hotplugged input devices). Nothing in this file needs to be specified, so delete it and let X auto-configure itself. Signed-off-by: Ross Burton <ross.burton@intel.com>
2013-09-06nuc: move BSP to the v3.10 kernelNitin A Kamble
Now a v3.10 linux yocto kernel recipe is available for this BSP, so make the newer kernel as the default kernel. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
2013-09-06nuc: linux-yocto_3.10 recipe extensionNitin A Kamble
Provide the nuc BSP specific extension for the linux-yocto_3.10 recipe from the oecore layer. This configures the right git branches of the kernel repository for the nuc BSP. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
2013-09-05nuc: mention required opengl distro feature in the README1.5_M4.rc31.5_M4.final1.5_M4Nitin A Kamble
Mention that if the distro policy does not list 'opengl' in the DISTRO_FEATURES, then one needs to do it in local.conf. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Acked-by: Darren Hart <dvhart@linux.intel.com>
2013-08-12nuc:linux-yocto-3.8: update meta branch srcrevNitin A Kamble
This fixes USB autosuspend issues related to non-responsive mice & keyboards. Fixes bug: [YOCTO #4992] Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2013-07-19nuc: update the kernel commit IDs of kernel branchesNitin A Kamble
Using the latest HEADs of the kernel branches. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-06-25meta-nuc: don't install lms8 as NUC doesn't support AMTRoss Burton
The NUC doesn't support Active Management Technology, so don't install lms8 as part of the machine recommendations. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
2013-06-24meta-intel: Drop PRINC usageRichard Purdie
With the switch to the PR server we don't need to use PRINC. This patch matches a change to OE-Core to bump the PR values of the appropriate core recipes so PR values don't go backwards. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-06-17nuc: update 3.4 kernel SRCREVsNitin A Kamble
Updating the kernel branch SRCREVs to use latest HEAD commits of the respective kernel branches. This updates this BSPs v3.4 kernel to version 3.4.46. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
2013-06-12nuc: update kernel srcrev to v3.8.13Nitin A Kamble
Update this BSP's kernel to the latest linux-yocto-3.8 version of v3.8.13 Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-06-12nuc: use package lms8 insted of lms for AMTNitin A Kamble
Now there are 2 versions of lms packages, so use the lms8 package which matches with the version 8 of the AMT/MEI firmware on some of the NUC BSP compatible hardware such as DQ77BK board. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-06-10nuc: linux-yocto_3.8: update kernel SRCREVsNitin A Kamble
Updating the kernel branch SRCREVs to use latest HEAD commits of the respective kernel branches. This updates this BSPs v3.8 kernel to version 3.8.11. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-06-07nuc: fix AMT feature specification in linux-yocto recipeNitin A Kamble
A bug in the kernel tools was silently ignoring the AMT kernel feature specified in kernel recipe. Fix this AMT kernel specification so that it gets considered in the kernel build. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
2013-03-29nuc: update v3.8 kernel recipe commits to v3.8.4Nitin A Kamble
And specify the LINUX_VERSION corresponding to the kernel branch commits. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-03-06nuc: move BSP to the v3.8 kernelNitin A Kamble
Now the v3.8 kernel recipes are available in the oecore & meta-intel layers. And also the v3.8 kernel is validated for this BSP. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-03-06nuc: linux-yocto_3.8 recipe extensionNitin A Kamble
Provide the nuc BSP specific extension for the linux-yocto_3.8 recipe from the oecore layer. This configures the right git branches of the kernel repository for the nuc BSP. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-03-04nuc: linux-yocto-dev recipe extensionNitin A Kamble
Provide the nuc BSP specific extension for the linux-yocto-dev recipe from the oecore layer. This configures the right git branches of the kernel repository for the nuc BSP. This commit is addressing this bug: [YOCTO #3931] Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-02-04meta-intel: remove kernel AUTOREVsTom Zanussi
Using AUTOREV turns out to cause problems with unreproducible autobuilder builds and unwanted network access. This patch removes kernel AUTOREVs and locks down SRCREVs and LINUX_VERSIONs. Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
2013-02-01nuc.conf: use the new method for specifying VA codecsNitin A Kamble
This replaces the old VA_FEATURES method for specifying codecs. These VA codecs are included in the image when the image has 'hwcodec' in the IMAGE_FEATURES variable. One can disable the VA features by redefining the IMAGE_FEATURES variable in local.conf. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-01-19BSP layer READMEs: fix the YP Compliance linkNitin A Kamble
The link has changed on the yoctoproject website, updating the URL in the BSP layer READMEs. This fixes the bug: [Yocto #3730] Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-01-07layer.conf: Use .= for adding to BBPATH and += to BBFILESKhem 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>
2012-12-14meta-nuc: include wifi chip microcode package in nuc.confNitin A Kamble
Add the microcode package needed to enable the Centrino Advanced-N 6235 card to nuc.conf. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-12-14meta-nuc: init script for configuring HDMI audioNitin A Kamble
Provide an init script to check at boot time which HDMI port is connected and configure the default ALSA audio out to that port. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-12-14meta-nuc: disable serial port configNitin A Kamble
There is no serial port on the NUC, so remove the serial port configuration to avoid these kind of errors in the /var/log/messages: Dec 12 19:06:06 nuc auth.err getty: ttyS0: ioctl: Input/output error Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-12-14meta-nuc: provide a working alsa config for the nuc BSPNitin A Kamble
The nuc supports audio only via the HDMI ports. This provides an alsa sound configuration where HDMI0 port is set as a default sound out device. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-12-14meta-nuc: provide a working xorg.conf for the nuc BSPNitin A Kamble
Provide a working xorg.conf for the nuc BSP. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-12-14meta-nuc: add kernel recipe for nuc BSPNitin A Kamble
Reuse the kernel support of chiefriver, and extend it to use additional kernel features like wifi. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-12-14meta-nuc: provide a formfactor for the nuc BSPNitin A Kamble
Provide a formfactor configuration for the nuc BSP. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>