From: Nitin A Kamble <[email protected]> Here is a pull request to enable v3.8 of linux-yocto kernel for these meta-intel BSPs: crownbay, crownbay-noemgd fri2, fri2-noemgd, emenlow, emenlow-noemgd, sys940x, sys940x-noemgd, chiefriver, nuc, sugarbay, jasperforest
These commits have been built & tested to work as expected on the respective BSPs. Also one more commit for gst-va-intel recipe is made to avoid a build warning. Thanks, Nitin The following changes since commit 570ab0c828cec1aa8e4d6bb6b16b456483d23601: sys940x: linux-yocto-dev recipe extension (2013-03-04 16:55:34 -0600) are available in the git repository at: git://git.yoctoproject.org/meta-intel-contrib nitin/misc http://git.yoctoproject.org/cgit.cgi/meta-intel-contrib/log/?h=nitin/misc Nitin A Kamble (17): chiefriver: linux-yocto_3.8 recipe extension crownbay: linux-yocto_3.8 recipe extension emenlow: linux-yocto_3.8 recipe extension fri2: linux-yocto_3.8 recipe extension nuc: linux-yocto_3.8 recipe extension sugarbay: linux-yocto_3.8 recipe extension sys940x: linux-yocto_3.8 recipe extension jasperforest: linux-yocto_3.8 recipe extension chiefriver: move BSP to the v3.8 kernel crownbay crownbay-noemgd: move BSPs to the v3.8 kernel emenlow emenlow-noemgd: move BSPs to the v3.8 kernel fri2 fri2-noemgd: move BSPs to the v3.8 kernel jasperforest: move BSP to the v3.8 kernel nuc: move BSP to the v3.8 kernel sugarbay: move BSP to the v3.8 kernel sys940x sys940x-noemgd: move BSPs to the v3.8 kernel gst-va-intel: avoid warning regarding ALLOW_EMPTY .../recipes-multimedia/gstreamer/gst-va-intel.bb | 6 ++++- meta-chiefriver/conf/machine/chiefriver.conf | 2 +- .../recipes-kernel/linux/linux-yocto_3.8.bbappend | 10 +++++++++ meta-crownbay/conf/machine/crownbay-noemgd.conf | 2 +- meta-crownbay/conf/machine/crownbay.conf | 2 +- .../recipes-kernel/linux/linux-yocto_3.8.bbappend | 20 ++++++++++++++++++ meta-emenlow/conf/machine/emenlow-noemgd.conf | 2 +- meta-emenlow/conf/machine/emenlow.conf | 2 +- .../recipes-kernel/linux/linux-yocto_3.8.bbappend | 20 ++++++++++++++++++ meta-fri2/conf/machine/fri2-noemgd.conf | 2 +- meta-fri2/conf/machine/fri2.conf | 2 +- .../recipes-kernel/linux/linux-yocto_3.8.bbappend | 20 ++++++++++++++++++ meta-jasperforest/conf/machine/jasperforest.conf | 2 +- .../recipes-kernel/linux/linux-yocto_3.8.bbappend | 9 ++++++++ meta-nuc/conf/machine/nuc.conf | 2 +- .../recipes-kernel/linux/linux-yocto_3.8.bbappend | 12 ++++++++++ meta-sugarbay/conf/machine/sugarbay.conf | 2 +- .../recipes-kernel/linux/linux-yocto_3.8.bbappend | 9 ++++++++ meta-sys940x/conf/machine/sys940x-noemgd.conf | 2 +- meta-sys940x/conf/machine/sys940x.conf | 2 +- .../recipes-kernel/linux/linux-yocto_3.8.bbappend | 22 ++++++++++++++++++++ 21 files changed, 139 insertions(+), 13 deletions(-) create mode 100644 meta-chiefriver/recipes-kernel/linux/linux-yocto_3.8.bbappend create mode 100644 meta-crownbay/recipes-kernel/linux/linux-yocto_3.8.bbappend create mode 100644 meta-emenlow/recipes-kernel/linux/linux-yocto_3.8.bbappend create mode 100644 meta-fri2/recipes-kernel/linux/linux-yocto_3.8.bbappend create mode 100644 meta-jasperforest/recipes-kernel/linux/linux-yocto_3.8.bbappend create mode 100644 meta-nuc/recipes-kernel/linux/linux-yocto_3.8.bbappend create mode 100644 meta-sugarbay/recipes-kernel/linux/linux-yocto_3.8.bbappend create mode 100644 meta-sys940x/recipes-kernel/linux/linux-yocto_3.8.bbappend -- 1.7.3.4 _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
