* [PATCH 1/7] crownbay: customize the xorg.conf for the flat panel on the corwnbay kit
2012-07-18 14:49 [PATCH 0/7] meta-intel userland changes for corwnbay & emgd 1.14 nitin.a.kamble
@ 2012-07-18 14:49 ` nitin.a.kamble
2012-07-18 14:49 ` [PATCH 2/7] ia32-base.inc: also take -dev package of emgd nitin.a.kamble
` (5 subsequent siblings)
6 siblings, 0 replies; 10+ messages in thread
From: nitin.a.kamble @ 2012-07-18 14:49 UTC (permalink / raw)
To: yocto, bruce.ashfield, tom.zanussi
From: Nitin A Kamble <nitin.a.kamble@intel.com>
The kit has Auo 800x600 LCD screen. Configuring Xorg for it.
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
---
.../xserver-xf86-config/crownbay/xorg.conf | 14 ++++++++++++++
1 files changed, 14 insertions(+), 0 deletions(-)
diff --git a/meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-config/crownbay/xorg.conf b/meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-config/crownbay/xorg.conf
index 662f60f..f81b466 100644
--- a/meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-config/crownbay/xorg.conf
+++ b/meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-config/crownbay/xorg.conf
@@ -4,12 +4,26 @@
## DriverVer=
##
+# AUO G084SN05 V8 lcd flat panel
+Section "Monitor"
+ Identifier "Monitor0"
+ VendorName "Auo"
+ HorizSync 33.6 - 48.3
+ VertRefresh 60.0 - 60.0
+ Option "DPMS"
+EndSection
+
Section "Screen"
Identifier "Screen0"
Device "IntelEMGD-0"
Monitor "Monitor0"
+
+ # for the AUO flat screen
SubSection "Display"
+ Depth 24
+ Modes "800x600"
EndSubSection
+
EndSection
# Primary (First/only) display
--
1.7.3.4
^ permalink raw reply related [flat|nested] 10+ messages in thread* [PATCH 2/7] ia32-base.inc: also take -dev package of emgd
2012-07-18 14:49 [PATCH 0/7] meta-intel userland changes for corwnbay & emgd 1.14 nitin.a.kamble
2012-07-18 14:49 ` [PATCH 1/7] crownbay: customize the xorg.conf for the flat panel on the corwnbay kit nitin.a.kamble
@ 2012-07-18 14:49 ` nitin.a.kamble
2012-07-19 15:28 ` Tom Zanussi
2012-07-18 14:49 ` [PATCH 3/7] emgd-driver-bin: upgrade from 1.10 to 1.14 nitin.a.kamble
` (4 subsequent siblings)
6 siblings, 1 reply; 10+ messages in thread
From: nitin.a.kamble @ 2012-07-18 14:49 UTC (permalink / raw)
To: yocto, bruce.ashfield, tom.zanussi
From: Nitin A Kamble <nitin.a.kamble@intel.com>
emgd-driver-bin recipe provides emgd-driver-bin, emgd-driver-bin-dev
& emgd-driver-bin-dbg packages. For emgd driver to work it also need
library files from emgd-driver-bin-dev package. This change makes sure
this -dev package is also added for emgd driver.
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
---
conf/machine/include/ia32-base.inc | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/conf/machine/include/ia32-base.inc b/conf/machine/include/ia32-base.inc
index 99ac352..7d9413a 100644
--- a/conf/machine/include/ia32-base.inc
+++ b/conf/machine/include/ia32-base.inc
@@ -57,6 +57,7 @@ XSERVER_IA32_I965 = "xf86-video-intel \
"
XSERVER_IA32_EMGD = "emgd-driver-bin \
+ emgd-driver-bin-dev \
"
XSERVER_IA32_VESA = "xf86-video-vesa"
--
1.7.3.4
^ permalink raw reply related [flat|nested] 10+ messages in thread* Re: [PATCH 2/7] ia32-base.inc: also take -dev package of emgd
2012-07-18 14:49 ` [PATCH 2/7] ia32-base.inc: also take -dev package of emgd nitin.a.kamble
@ 2012-07-19 15:28 ` Tom Zanussi
2012-07-21 2:31 ` Tom Zanussi
0 siblings, 1 reply; 10+ messages in thread
From: Tom Zanussi @ 2012-07-19 15:28 UTC (permalink / raw)
To: nitin.a.kamble; +Cc: yocto
On Wed, 2012-07-18 at 07:49 -0700, nitin.a.kamble@intel.com wrote:
> From: Nitin A Kamble <nitin.a.kamble@intel.com>
>
> emgd-driver-bin recipe provides emgd-driver-bin, emgd-driver-bin-dev
> & emgd-driver-bin-dbg packages. For emgd driver to work it also need
> library files from emgd-driver-bin-dev package. This change makes sure
> this -dev package is also added for emgd driver.
>
> Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
> ---
> conf/machine/include/ia32-base.inc | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/conf/machine/include/ia32-base.inc b/conf/machine/include/ia32-base.inc
> index 99ac352..7d9413a 100644
> --- a/conf/machine/include/ia32-base.inc
> +++ b/conf/machine/include/ia32-base.inc
> @@ -57,6 +57,7 @@ XSERVER_IA32_I965 = "xf86-video-intel \
> "
>
> XSERVER_IA32_EMGD = "emgd-driver-bin \
> + emgd-driver-bin-dev \
> "
>
I think this is the same problem as 1.10 - you shouldn't have to pull in
the -dev package to get those two .so files, which are in the
emgd-bin-2443-1.10.i586.rpm and not the -dev rpm:
/usr/lib/dri/emgd_dri.so
/usr/lib/dri/emgd_drv_video.so
/usr/lib/libEGL.so.1.5.15.3226
/usr/lib/libEMGD2d.so.1.5.15.3226
/usr/lib/libEMGDOGL.so.1.5.15.3226
/usr/lib/libEMGDScopeServices.so.1.5.15.3226
/usr/lib/libEMGDegl.so.1.5.15.3226
/usr/lib/libGLES_CM.so.1.5.15.3226
/usr/lib/libGLESv2.so.1.5.15.3226
/usr/lib/libOpenVG.so.1.5.15.3226
/usr/lib/libOpenVGU.so.1.5.15.3226
/usr/lib/libPVRScopeServices.so
/usr/lib/libemgdPVR2D_DRIWSEGL.so.1.5.15.3226
/usr/lib/libemgdglslcompiler.so.1.5.15.3226
/usr/lib/libemgdsrv_init.so.1.5.15.3226
/usr/lib/libemgdsrv_um.so.1.5.15.3226
/usr/lib/xorg/modules/drivers/emgd_drv.so
/usr/share/doc/emgd/emgd-cb.conf
/usr/share/doc/emgd/emgd-rv.conf
/usr/share/doc/emgd/license.txt
/usr/share/doc/emgd/readme.txt
/usr/share/man/man4/emgd.4.gz
So those two .so files are now going into the -dev package when before
they weren't. I think the package reordering changes are what broke the
current recipe:
commit f68cbf56d8f2a45ce44a59d0411cdda8ec7e2c36
Author: Saul Wold <sgw@linux.intel.com>
Date: Tue Jun 5 04:52:21 2012 -0700
bitbake.conf: reorder PACKAGES list
This change re-orders the PACKAGES list to move PN to the end of the
list
this will ensure that base package gets the final bits since the
packaging
is greedy. We can then have -dev and other package get bits first.
And probably some similar fix to the bunch of 'clean up FILE after
PACKAGE reorder' commits would get things back to how they were. Should
I file a bug for this?
Tom
> XSERVER_IA32_VESA = "xf86-video-vesa"
^ permalink raw reply [flat|nested] 10+ messages in thread* Re: [PATCH 2/7] ia32-base.inc: also take -dev package of emgd
2012-07-19 15:28 ` Tom Zanussi
@ 2012-07-21 2:31 ` Tom Zanussi
0 siblings, 0 replies; 10+ messages in thread
From: Tom Zanussi @ 2012-07-21 2:31 UTC (permalink / raw)
To: nitin.a.kamble; +Cc: yocto
On Thu, 2012-07-19 at 10:28 -0500, Tom Zanussi wrote:
> On Wed, 2012-07-18 at 07:49 -0700, nitin.a.kamble@intel.com wrote:
> > From: Nitin A Kamble <nitin.a.kamble@intel.com>
> >
> > emgd-driver-bin recipe provides emgd-driver-bin, emgd-driver-bin-dev
> > & emgd-driver-bin-dbg packages. For emgd driver to work it also need
> > library files from emgd-driver-bin-dev package. This change makes sure
> > this -dev package is also added for emgd driver.
> >
> > Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
> > ---
> > conf/machine/include/ia32-base.inc | 1 +
> > 1 files changed, 1 insertions(+), 0 deletions(-)
> >
> > diff --git a/conf/machine/include/ia32-base.inc b/conf/machine/include/ia32-base.inc
> > index 99ac352..7d9413a 100644
> > --- a/conf/machine/include/ia32-base.inc
> > +++ b/conf/machine/include/ia32-base.inc
> > @@ -57,6 +57,7 @@ XSERVER_IA32_I965 = "xf86-video-intel \
> > "
> >
> > XSERVER_IA32_EMGD = "emgd-driver-bin \
> > + emgd-driver-bin-dev \
> > "
> >
>
> I think this is the same problem as 1.10 - you shouldn't have to pull in
> the -dev package to get those two .so files, which are in the
> emgd-bin-2443-1.10.i586.rpm and not the -dev rpm:
>
> /usr/lib/dri/emgd_dri.so
> /usr/lib/dri/emgd_drv_video.so
> /usr/lib/libEGL.so.1.5.15.3226
> /usr/lib/libEMGD2d.so.1.5.15.3226
> /usr/lib/libEMGDOGL.so.1.5.15.3226
> /usr/lib/libEMGDScopeServices.so.1.5.15.3226
> /usr/lib/libEMGDegl.so.1.5.15.3226
> /usr/lib/libGLES_CM.so.1.5.15.3226
> /usr/lib/libGLESv2.so.1.5.15.3226
> /usr/lib/libOpenVG.so.1.5.15.3226
> /usr/lib/libOpenVGU.so.1.5.15.3226
> /usr/lib/libPVRScopeServices.so
> /usr/lib/libemgdPVR2D_DRIWSEGL.so.1.5.15.3226
> /usr/lib/libemgdglslcompiler.so.1.5.15.3226
> /usr/lib/libemgdsrv_init.so.1.5.15.3226
> /usr/lib/libemgdsrv_um.so.1.5.15.3226
> /usr/lib/xorg/modules/drivers/emgd_drv.so
> /usr/share/doc/emgd/emgd-cb.conf
> /usr/share/doc/emgd/emgd-rv.conf
> /usr/share/doc/emgd/license.txt
> /usr/share/doc/emgd/readme.txt
> /usr/share/man/man4/emgd.4.gz
>
> So those two .so files are now going into the -dev package when before
> they weren't. I think the package reordering changes are what broke the
> current recipe:
>
> commit f68cbf56d8f2a45ce44a59d0411cdda8ec7e2c36
> Author: Saul Wold <sgw@linux.intel.com>
> Date: Tue Jun 5 04:52:21 2012 -0700
>
> bitbake.conf: reorder PACKAGES list
>
> This change re-orders the PACKAGES list to move PN to the end of the
> list
> this will ensure that base package gets the final bits since the
> packaging
> is greedy. We can then have -dev and other package get bits first.
>
> And probably some similar fix to the bunch of 'clean up FILE after
> PACKAGE reorder' commits would get things back to how they were. Should
> I file a bug for this?
>
I pushed the fix for this to meta-intel/master, which you should be able
to reuse for emgd 1.14.
Tom
> Tom
>
>
> > XSERVER_IA32_VESA = "xf86-video-vesa"
>
>
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
^ permalink raw reply [flat|nested] 10+ messages in thread
* [PATCH 3/7] emgd-driver-bin: upgrade from 1.10 to 1.14
2012-07-18 14:49 [PATCH 0/7] meta-intel userland changes for corwnbay & emgd 1.14 nitin.a.kamble
2012-07-18 14:49 ` [PATCH 1/7] crownbay: customize the xorg.conf for the flat panel on the corwnbay kit nitin.a.kamble
2012-07-18 14:49 ` [PATCH 2/7] ia32-base.inc: also take -dev package of emgd nitin.a.kamble
@ 2012-07-18 14:49 ` nitin.a.kamble
2012-07-18 14:49 ` [PATCH 4/7] crownbay: update emgd driver version in the README nitin.a.kamble
` (3 subsequent siblings)
6 siblings, 0 replies; 10+ messages in thread
From: nitin.a.kamble @ 2012-07-18 14:49 UTC (permalink / raw)
To: yocto, bruce.ashfield, tom.zanussi
From: Nitin A Kamble <nitin.a.kamble@intel.com>
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
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
---
...-driver-bin_1.10.bb => emgd-driver-bin_1.14.bb} | 13 +++++++------
1 files changed, 7 insertions(+), 6 deletions(-)
rename common/recipes-graphics/xorg-xserver/{emgd-driver-bin_1.10.bb => emgd-driver-bin_1.14.bb} (92%)
diff --git a/common/recipes-graphics/xorg-xserver/emgd-driver-bin_1.10.bb b/common/recipes-graphics/xorg-xserver/emgd-driver-bin_1.14.bb
similarity index 92%
rename from common/recipes-graphics/xorg-xserver/emgd-driver-bin_1.10.bb
rename to common/recipes-graphics/xorg-xserver/emgd-driver-bin_1.14.bb
index 53a43cd..1db92f6 100644
--- a/common/recipes-graphics/xorg-xserver/emgd-driver-bin_1.10.bb
+++ b/common/recipes-graphics/xorg-xserver/emgd-driver-bin_1.14.bb
@@ -1,9 +1,9 @@
-SUMMARY = "EMGD 1.10 xserver binaries"
-DESCRIPTION = "EMGD 1.10 includes some userspace binaries that use non-free \
+SUMMARY = "EMGD 1.14 xserver binaries"
+DESCRIPTION = "EMGD 1.14 includes some userspace binaries that use non-free \
licensing, which are now available via a non-click-through downloadable \
tarball, and is what this recipe now uses. Since it is a non-free license, \
-this recipe is marked as 'License_emgd-driver-bin_1.10' and you need to add \
-to LICENSE_FLAGS_WHITELIST += \"License_emgd-driver-bin_1.10\" to your \
+this recipe is marked as 'License_emgd-driver-bin_1.14' and you need to add \
+to LICENSE_FLAGS_WHITELIST += \"License_emgd-driver-bin_1.14\" to your \
local.conf in order to enable it in a build."
LICENSE = "Intel-binary-only"
LICENSE_FLAGS = "license_${PN}_${PV}"
@@ -16,8 +16,9 @@ EMGD_VIDEO_PLUGIN_DIR = "../common/video_plugin"
LIC_FILES_CHKSUM = "file://${WORKDIR}/${EMGD_LIC_DIR}/License.txt;md5=b54f01caaf8483b3cb60c0c40f2bf22d"
DEPENDS = "rpm-native xz-native"
+RDEPENDS = "libxcb-dri2"
-SRC_URI = "https://edc.intel.com/App_Shared/Downloads/LIN_EMGD_1_10_RC_2209.tgz"
+SRC_URI = "https://edc.intel.com/App_Shared/Downloads/LIN_IEMGD_1_14_GOLD_2443.tgz"
SRC_URI[md5sum] = "e4a38d9efa0b086ae21b68145c4db4e9"
SRC_URI[sha256sum] = "acea5f0f93a31553553428623c007d7ed0c604cf715fd87dfe075751da4be548"
@@ -27,7 +28,7 @@ INSANE_SKIP_${PN} = "ldflags"
FILES_${PN} += "${libdir}/dri ${libdir}/gstreamer-0.10 ${libdir}/xorg/modules/drivers"
FILES_${PN}-dev += "${libdir}/dri ${libdir}/xorg/modules/drivers"
-FILES_${PN}-dbg += "${libdir}/xorg/modules/drivers/.debug ${libdir}/dri/.debug"
+FILES_${PN}-dbg += "${libdir}/xorg/modules/drivers/.debug ${libdir}/dri/.debug ${libdir}/gstreamer-0.10/.debug"
S = "${WORKDIR}/${EMGD_RPM_DIR}"
--
1.7.3.4
^ permalink raw reply related [flat|nested] 10+ messages in thread* [PATCH 4/7] crownbay: update emgd driver version in the README
2012-07-18 14:49 [PATCH 0/7] meta-intel userland changes for corwnbay & emgd 1.14 nitin.a.kamble
` (2 preceding siblings ...)
2012-07-18 14:49 ` [PATCH 3/7] emgd-driver-bin: upgrade from 1.10 to 1.14 nitin.a.kamble
@ 2012-07-18 14:49 ` nitin.a.kamble
2012-07-18 14:49 ` [PATCH 5/7] crownbay: add recipe extension for linux-yocto-3.4 nitin.a.kamble
` (2 subsequent siblings)
6 siblings, 0 replies; 10+ messages in thread
From: nitin.a.kamble @ 2012-07-18 14:49 UTC (permalink / raw)
To: yocto, bruce.ashfield, tom.zanussi
From: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
---
meta-crownbay/README | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/meta-crownbay/README b/meta-crownbay/README
index b56c79a..2521432 100644
--- a/meta-crownbay/README
+++ b/meta-crownbay/README
@@ -6,7 +6,7 @@ The Crown Bay platform consists of the Intel Atom Z6xx processor,
plus the Intel EG20T Platform Controller Hub (Tunnel Creek + Topcliff).
It also supports the E6xx embedded on-chip graphics via the Intel
-Embedded Media and Graphics Driver (EMGD) 1.10 Driver.
+Embedded Media and Graphics Driver (EMGD) 1.14 Driver.
Dependencies
@@ -63,7 +63,7 @@ common metadata shared between BSPs) e.g.:
The meta-crownbay layer contains support for two different machine
configurations. These configurations are identical except for the fact
that the one prefixed with 'crownbay' makes use of the
-Intel-proprietary EMGD 1.10 graphics driver, while the one prefixed
+Intel-proprietary EMGD 1.14 graphics driver, while the one prefixed
with 'crownbay-noemgd' does not.
If you want to enable the layer that supports EMGD graphics add the
@@ -73,10 +73,10 @@ following to the local.conf file:
The 'crownbay' machine includes the emgd-driver-bin package, which has
a proprietary license that must be whitelisted by adding the string
-"license_emgd-driver-bin_1.10" to the LICENSE_FLAGS_WHITELIST variable
+"license_emgd-driver-bin_1.14" to the LICENSE_FLAGS_WHITELIST variable
in your local.conf. For example:
- LICENSE_FLAGS_WHITELIST = "license_emgd-driver-bin_1.10"
+ LICENSE_FLAGS_WHITELIST = "license_emgd-driver-bin_1.14"
If you want to enable the layer that does not support EMGD graphics
add the following to the local.conf file:
--
1.7.3.4
^ permalink raw reply related [flat|nested] 10+ messages in thread* [PATCH 5/7] crownbay: add recipe extension for linux-yocto-3.4
2012-07-18 14:49 [PATCH 0/7] meta-intel userland changes for corwnbay & emgd 1.14 nitin.a.kamble
` (3 preceding siblings ...)
2012-07-18 14:49 ` [PATCH 4/7] crownbay: update emgd driver version in the README nitin.a.kamble
@ 2012-07-18 14:49 ` nitin.a.kamble
2012-07-18 14:49 ` [PATCH 6/7] crownbay: make v3.4 the default kernel nitin.a.kamble
2012-07-18 14:49 ` [PATCH 7/7] crownbay: update kernel meta SRC_REV nitin.a.kamble
6 siblings, 0 replies; 10+ messages in thread
From: nitin.a.kamble @ 2012-07-18 14:49 UTC (permalink / raw)
To: yocto, bruce.ashfield, tom.zanussi
From: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
---
.../recipes-kernel/linux/linux-yocto_3.4.bbappend | 26 ++++++++++++++++++++
1 files changed, 26 insertions(+), 0 deletions(-)
create mode 100644 meta-crownbay/recipes-kernel/linux/linux-yocto_3.4.bbappend
diff --git a/meta-crownbay/recipes-kernel/linux/linux-yocto_3.4.bbappend b/meta-crownbay/recipes-kernel/linux/linux-yocto_3.4.bbappend
new file mode 100644
index 0000000..86f8c79
--- /dev/null
+++ b/meta-crownbay/recipes-kernel/linux/linux-yocto_3.4.bbappend
@@ -0,0 +1,26 @@
+FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
+
+COMPATIBLE_MACHINE_crownbay = "crownbay"
+KMACHINE_crownbay = "crownbay"
+KBRANCH_crownbay = "standard/default/crownbay"
+
+COMPATIBLE_MACHINE_crownbay-noemgd = "crownbay-noemgd"
+KMACHINE_crownbay-noemgd = "crownbay"
+KBRANCH_crownbay-noemgd = "standard/crownbay"
+
+SRCREV_machine_pn-linux-yocto_crownbay ?= "6297e4c1d57e1063bfce297c2e12392348598559"
+SRCREV_meta_pn-linux-yocto_crownbay ?= "31f082cd1ad3f52d0ec07526084199fe8eb76a1b"
+
+SRCREV_machine_pn-linux-yocto_crownbay-noemgd ?= "6297e4c1d57e1063bfce297c2e12392348598559"
+SRCREV_meta_pn-linux-yocto_crownbay-noemgd ?= "31f082cd1ad3f52d0ec07526084199fe8eb76a1b"
+
+# It is often nice to have a local clone of the kernel repos, to
+# allow patches to be staged, branches created, etc. Modify
+
+# KSRC_linux_yocto_3_4 to point to your local clone as appropriate.
+KSRC_linux_yocto_3_4 ?= "/srv/home/nitin/prj/linux-yocto-3.4.git"
+SRC_URI = "git://${KSRC_linux_yocto_3_4};protocol=file;nocheckout=1;branch=${KBRANCH},meta;name=machine,meta"
+
+#SRCREV_machine_${MACHINE}="${AUTOREV}"
+#SRCREV_meta="${AUTOREV}"
+LOCALCOUNT = "0"
--
1.7.3.4
^ permalink raw reply related [flat|nested] 10+ messages in thread* [PATCH 6/7] crownbay: make v3.4 the default kernel
2012-07-18 14:49 [PATCH 0/7] meta-intel userland changes for corwnbay & emgd 1.14 nitin.a.kamble
` (4 preceding siblings ...)
2012-07-18 14:49 ` [PATCH 5/7] crownbay: add recipe extension for linux-yocto-3.4 nitin.a.kamble
@ 2012-07-18 14:49 ` nitin.a.kamble
2012-07-18 14:49 ` [PATCH 7/7] crownbay: update kernel meta SRC_REV nitin.a.kamble
6 siblings, 0 replies; 10+ messages in thread
From: nitin.a.kamble @ 2012-07-18 14:49 UTC (permalink / raw)
To: yocto, bruce.ashfield, tom.zanussi
From: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
---
meta-crownbay/conf/machine/crownbay-noemgd.conf | 2 +-
meta-crownbay/conf/machine/crownbay.conf | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta-crownbay/conf/machine/crownbay-noemgd.conf b/meta-crownbay/conf/machine/crownbay-noemgd.conf
index af85b00..4c869ee 100644
--- a/meta-crownbay/conf/machine/crownbay-noemgd.conf
+++ b/meta-crownbay/conf/machine/crownbay-noemgd.conf
@@ -4,7 +4,7 @@
#@DESCRIPTION: Machine configuration for Crown Bay systems, without Intel-proprietary graphics bits
# i.e. E660 + EG20T
-PREFERRED_VERSION_linux-yocto ?= "3.2%"
+PREFERRED_VERSION_linux-yocto ?= "3.4%"
require conf/machine/include/tune-atom.inc
require conf/machine/include/ia32-base.inc
diff --git a/meta-crownbay/conf/machine/crownbay.conf b/meta-crownbay/conf/machine/crownbay.conf
index a39d037..7d5e597 100644
--- a/meta-crownbay/conf/machine/crownbay.conf
+++ b/meta-crownbay/conf/machine/crownbay.conf
@@ -4,7 +4,7 @@
#@DESCRIPTION: Machine configuration for Crown Bay systems
# i.e. E660 + EG20T
-PREFERRED_VERSION_linux-yocto ?= "3.2%"
+PREFERRED_VERSION_linux-yocto ?= "3.4%"
require conf/machine/include/tune-atom.inc
require conf/machine/include/ia32-base.inc
--
1.7.3.4
^ permalink raw reply related [flat|nested] 10+ messages in thread* [PATCH 7/7] crownbay: update kernel meta SRC_REV
2012-07-18 14:49 [PATCH 0/7] meta-intel userland changes for corwnbay & emgd 1.14 nitin.a.kamble
` (5 preceding siblings ...)
2012-07-18 14:49 ` [PATCH 6/7] crownbay: make v3.4 the default kernel nitin.a.kamble
@ 2012-07-18 14:49 ` nitin.a.kamble
6 siblings, 0 replies; 10+ messages in thread
From: nitin.a.kamble @ 2012-07-18 14:49 UTC (permalink / raw)
To: yocto, bruce.ashfield, tom.zanussi
From: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
---
.../recipes-kernel/linux/linux-yocto_3.4.bbappend | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta-crownbay/recipes-kernel/linux/linux-yocto_3.4.bbappend b/meta-crownbay/recipes-kernel/linux/linux-yocto_3.4.bbappend
index 86f8c79..b7711b3 100644
--- a/meta-crownbay/recipes-kernel/linux/linux-yocto_3.4.bbappend
+++ b/meta-crownbay/recipes-kernel/linux/linux-yocto_3.4.bbappend
@@ -9,10 +9,10 @@ KMACHINE_crownbay-noemgd = "crownbay"
KBRANCH_crownbay-noemgd = "standard/crownbay"
SRCREV_machine_pn-linux-yocto_crownbay ?= "6297e4c1d57e1063bfce297c2e12392348598559"
-SRCREV_meta_pn-linux-yocto_crownbay ?= "31f082cd1ad3f52d0ec07526084199fe8eb76a1b"
+SRCREV_meta_pn-linux-yocto_crownbay ?= "7af6129aeecf1a10b3133414f1b097c71748b2af"
SRCREV_machine_pn-linux-yocto_crownbay-noemgd ?= "6297e4c1d57e1063bfce297c2e12392348598559"
-SRCREV_meta_pn-linux-yocto_crownbay-noemgd ?= "31f082cd1ad3f52d0ec07526084199fe8eb76a1b"
+SRCREV_meta_pn-linux-yocto_crownbay-noemgd ?= "7af6129aeecf1a10b3133414f1b097c71748b2af"
# It is often nice to have a local clone of the kernel repos, to
# allow patches to be staged, branches created, etc. Modify
--
1.7.3.4
^ permalink raw reply related [flat|nested] 10+ messages in thread