Commit Graph

1134 Commits

Author SHA1 Message Date
Nitin A Kamble
c939705c18 Remove all the changes related to the proprietary EMGD graphics driver
As all the EMGD based BSPs have been retired, there is no need for the
proprietary EMGD support in the meta-intel layer.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
2014-09-16 20:12:28 -05:00
Nitin A Kamble
964d5daa7c Remove fri2 machine support
The fri2 machine has been retired with this commit. This does not affect
the fri2-noemgd machine and it is supported as usual.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
2014-09-16 20:12:13 -05:00
Nitin A Kamble
5f67993caf Remove crownbay machine support
The crownbay machine has been retired with this commit. This does not affect
the crownbay-noemgd machine and it is supported as usual.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
2014-09-16 20:12:01 -05:00
Nitin A Kamble
db201e33a4 Remove emenlow machine support
The emenlow machine has been retired with this commit. This does not affect
the emenlow-noemgd machine and it is supported as usual.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
2014-09-16 20:11:53 -05:00
Ross Burton
200ebb54f4 iucode-tools: remove non-ASCII characters
package_deb doesn't yet handle non-ASCII characters in control files, so remove
a unicode "registered trademark" character.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2014-09-09 09:33:09 -05:00
Chang Rebecca Swee Fun
563672f37c meta-valleyisland: Update linux-yocto v3.10 SRCREV to v3.10.43
Use the latest HEADs of the git branches from the linux-yocto
v3.10 kernel repository.

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>
2014-09-08 16:13:02 -05:00
Nitin A Kamble
50abd223b6 meta-intel BSPs: enable microcode loading support for images
For the BSPs using the meta-intel.inc file enable the early boot-time kernel
as well as the user space microcode loading support.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
2014-09-04 08:46:42 -05:00
Nitin A Kamble
7a6c460519 intel-microcode: a recipe for Intel microcode datafile
This recipe provides the microcode datafile for Intel Processors.

The recipe provides:
 1. microcode.dat file for microcode updating from user space with the
    iucode-tool utility.
 2. the microcode cpio file which gets bundled with the initrd to support
    microcode loading at early boot time.

[ YOCTO #5114 ]

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Acked-by: Darren Hart <dvhart@linux.intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
2014-09-04 08:46:30 -05:00
Nitin A Kamble
495db912ac iucode-tool: a new recipe for loading Intel CPU microcode
iucode_tool is a program to manipulate Intel i686 and X86-64 processor
microcode update collections, and to use the kernel facilities to update
the microcode on Intel system processors.

Signed-off-by: Ross Burton <ross.burton@intel.com>
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-09-04 08:44:50 -05:00
Nitin A Kamble
a328027153 meta-intel BSPs: include meta-intel.inc
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-09-04 08:44:26 -05:00
Josep Puigdemont
b89a7c533d linux-yocto: Use _append when overrides are used
Some modules in the KERNEL_MODULE_AUTOLOAD list were removed when including
the meta-intel layer. It turns out the problem happens due to using the +=
operator together with machine overrides. Using _append_machine fixes this.

Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.com>
Acked-By: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2014-09-02 16:05:02 -05:00
Chang Rebecca Swee Fun
00de64dbe0 meta-crystalforest: Update README with new build settings
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>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2014-08-27 11:44:11 -05:00
Chan Wei Sern
dfabd49c1f meta-crystalforest: Merge machine conf
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>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2014-08-27 11:44:02 -05:00
Ross Burton
579cd30427 gstreamer-vaapi: fix builds against GStreamer 1.4
Take a patch from upstream to fix configure when building against GStreamer 1.4.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
2014-08-18 14:21:20 -05:00
Darren Hart
7d94715788 linux-yocto-dev: Remove LINUX_VERSION
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>
2014-07-29 14:28:55 -07:00
Ross Burton
67b7f6f3a0 gstreamer-vaapi: Upgrade to 0.5.8
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>
2014-07-28 16:23:28 +00:00
Ross Burton
c3a5385bd0 gstreamer-vaapi: Switch gstreamer-vaapi-1.0 to GStreamer 1.2 API
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>
2014-07-28 16:23:21 +00:00
Ross Burton
90a6fd2da2 libva-intel-driver: Upgrade to 1.3.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>
2014-07-28 16:23:03 +00:00
Ross Burton
d7027a65fd libva: Upgrade to 1.3.1
Routine package upgrade.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2014-07-28 16:22:47 +00:00
Corneliu Stoicescu
ccdb428b71 nuc: add 'efi' to MACHINE_FEATURES
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-07-24 10:20:56 -05:00
Chan Wei Sern
c249763d3c meta-intel/common: Initial Intel DPDK recipe under recipes-extended
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>
2014-07-17 15:18:30 -05:00
Chan Wei Sern
fef1cbc31c meta-mohonpeak: Fix README on building mohonpeak BSP layer
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>
2014-07-16 10:57:56 -05:00
Darren Hart
05dd98cf5c linux-yocto: Make KERNEL_MODULE_AUTOLOAD machine specific
BSP linux-yocto bbappend files should make all variable updates with
machine-specific overrides. As it stands, building qemux86 with
meta-intel in BBLAYERS will add uio and iwlwifi to
KERNEL_MODULES_AUTOLOAD. This corrects that.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2014-06-26 14:22:10 +00:00
Nitin A Kamble
76f5298812 meta-tlk: using wildcard bbappend for linux-yocto
Thanks to Ross Burton for this suggestion.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2014-06-23 09:47:57 -05:00
Nitin A Kamble
bf97ece14e linux-yocto recipes: fix use of module_autoload_* vars
oecore/poky layer changed, needing replacement of all the module_autoload_*
recipe variables by the KERNEL_MODULE_AUTOLOAD variable.

This fixes these kind of buildtime errors coming from the meta-intel layer:

ERROR: KERNEL_MODULE_AUTOLOAD has replaced module_autoload_iwlwifi, please replace it!

Addresses bug:
[YOCTO #6460]

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2014-06-23 09:47:47 -05:00
Nitin A Kamble
6aa0c6a6a7 Provide a time limited kernel extension for the v3.14 kernel
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>
2014-06-12 12:00:09 -05:00
Tom Zanussi
58182940dc Revert "common: Update linux-yocto v3.10 recipes SRCREVs to v3.10.41"
This reverts commit b3f1ad8705.

The reverted commit causes a build problem for lttng-modules -
reverting until fixed and tested.
2014-06-11 16:42:26 -05:00
Tom Zanussi
132efaad01 Revert "common: Update linux-yocto v3.14 recipe SRCREVs to v3.14.5"
This reverts commit d18d04b779.

The reverted commit causes a build problem for lttng-modules -
reverting until fixed and tested.
2014-06-11 16:41:49 -05:00
Nitin A Kamble
1901fe3001 BSP READMEs: correct the mailing list address
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-06-10 15:23:49 -05:00
Nitin A Kamble
b3f1ad8705 common: Update linux-yocto v3.10 recipes SRCREVs to v3.10.41
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>
2014-06-10 15:23:39 -05:00
Nitin A Kamble
d18d04b779 common: Update linux-yocto v3.14 recipe SRCREVs to v3.14.5
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>
2014-06-10 15:23:33 -05:00
Nitin A Kamble
1d0a9e0931 common: Delete linux-yocto-rt_3.14.bb from meta-intel layer
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>
2014-06-10 15:23:23 -05:00
Tom Zanussi
936a59024d meta-crystalforest: Fix README mismatch mailing list name and address
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>
2014-06-09 13:57:22 -05:00
Tom Zanussi
247e412f12 meta-romley: Fix README mismatch mailing list name and address
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>
2014-06-09 13:57:14 -05:00
Chan Wei Sern
9f592ad1b5 meta-romley: fix email address for romley maintainer
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>
2014-06-05 12:08:34 -05:00
Chan Wei Sern
c14bd3a5be meta-crystalforest: fix email address for crystalforest maintainer
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>
2014-06-05 12:08:23 -05:00
Chan Wei Sern
50023dc895 meta-valleyisland: Add linux-yocto 3.10 recipe
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>
2014-05-24 18:07:29 -05:00
Darren Hart
0c80a8a3b3 emenlow: Remove SRCREVs from linux-yocto-dev, drop emgd for -dev
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>
2014-05-22 22:56:46 -07:00
Darren Hart
cf103a8a57 fri2: Drop linux-yocto-dev bbappend
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>
2014-05-22 22:56:46 -07:00
Darren Hart
78b8b73e0a crownbay: Drop linux-yocto-dev bbappend
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>
2014-05-22 22:56:46 -07:00
Darren Hart
8b4ab82ba0 intel-common: Remove SRCREVs from linux-yocto-dev
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>
2014-05-22 22:56:46 -07:00
Nitin A Kamble
34c888d3c1 emenlow: update SRCREVs for the linux-yocto_3.14 recipe
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>
2014-05-22 14:32:07 -05:00
Nitin A Kamble
6e939e64f3 common: update SRCREVs for the linux-yocto_3.14 recipe
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>
2014-05-22 14:31:56 -05:00
Nitin A Kamble
d240d1928f common: update SRCREVs of the linux-yocto-rt_3.14.bbappend recipe
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>
2014-05-22 14:31:48 -05:00
Nitin A Kamble
ed8d06940d common: update SRCREVs for linux-yocto-rt_3.14 recipe
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>
2014-05-22 14:31:39 -05:00
Nitin A Kamble
6a89ebc1f7 fri2: update SRCREVs for the linux-yocto_3.10 recipe
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>
2014-05-22 14:31:25 -05:00
Nitin A Kamble
4f681f4cc7 emenlow: update SRCREVs for the linux-yocto_3.10 recipe
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>
2014-05-22 14:31:18 -05:00
Nitin A Kamble
764453068d crownbay: update SRCREVs for the linux-yocto_3.10 recipe
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>
2014-05-22 14:31:03 -05:00
Nitin A Kamble
879b6307cd emenlow: fix typos in the linux-yocto-rt_3.10 recipe
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>
2014-05-22 14:30:48 -05:00
Nitin A Kamble
b42c8d109a common: update the SRCREVs for the linux-yocto-rt_3.10 recipe
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>
2014-05-22 14:30:39 -05:00