diff options
author | 2013-03-25 15:58:21 -0700 | |
---|---|---|
committer | 2013-03-26 07:38:01 -0500 | |
commit | 2e8760d272aa2c62b41cbf768445c99569604c5e (patch) | |
tree | e5ce409ebb59fdc6be6334c485cee73efc0caa0e | |
parent | ec1c37099bac3252a6f50ca394900e9b3019a673 (diff) | |
download | meta-intel-2e8760d272aa2c62b41cbf768445c99569604c5e.tar.gz meta-intel-2e8760d272aa2c62b41cbf768445c99569604c5e.tar.bz2 meta-intel-2e8760d272aa2c62b41cbf768445c99569604c5e.zip |
romley romley-ivb: Move BSPs to the v3.8 kernel1.4_M5.rc21.4_M5
Now the v3.8 kernel recipes are available in the oecore & meta-intel layers.
And also the v3.8 kernel is validated for these BSPs.
Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com>
-rw-r--r-- | meta-romley/conf/machine/romley-ivb.conf | 2 | ||||
-rw-r--r-- | meta-romley/conf/machine/romley.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-romley/conf/machine/romley-ivb.conf b/meta-romley/conf/machine/romley-ivb.conf index bf9dd9f0..a0971227 100644 --- a/meta-romley/conf/machine/romley-ivb.conf +++ b/meta-romley/conf/machine/romley-ivb.conf @@ -8,7 +8,7 @@ # i.e. Xeon E5-2600 and E5-2400 + Intel CC604/C602-J -PREFERRED_VERSION_linux-yocto ?= "3.4%" +PREFERRED_VERSION_linux-yocto ?= "3.8%" require conf/machine/include/tune-x86_64.inc require conf/machine/include/ia32-base.inc diff --git a/meta-romley/conf/machine/romley.conf b/meta-romley/conf/machine/romley.conf index bce8d4de..3a835e00 100644 --- a/meta-romley/conf/machine/romley.conf +++ b/meta-romley/conf/machine/romley.conf @@ -8,7 +8,7 @@ # i.e. Xeon E5-2600 and E5-2400 + Intel CC604/C602-J -PREFERRED_VERSION_linux-yocto ?= "3.4%" +PREFERRED_VERSION_linux-yocto ?= "3.8%" require conf/machine/include/tune-x86_64.inc require conf/machine/include/ia32-base.inc |