diff options
author | Darren Hart <dvhart@linux.intel.com> | 2013-08-26 20:50:34 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-27 10:55:08 +0100 |
commit | ad8836134e92ee90526f6638b29c760999d5035e (patch) | |
tree | 576f72fc2ca405a8053aff50b377245e10b89fa7 /meta-yocto-bsp/conf/machine/genericx86.conf | |
parent | 36fc237ad7aaf7097698caaa2a19e49731eb1a21 (diff) | |
download | poky-ad8836134e92ee90526f6638b29c760999d5035e.tar.gz |
meta-yocto-bsp/genericx86: Update kernel, branch, KMACHINE, and SRCREV
For the genericx86 machine:
o Update the PREFERRED_VERSION for linux-yocto to 3.10
o Change the KBRANCH to common-pc/base
o Change the SRCREV to the HEAD
o Change the KMACHINE to a valid linux-yocto BSP name
(From meta-yocto rev: d26bfd7bf908d9ad622c1298c918ebf1db216e98)
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Cc: Ross Burton <ross.burton@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto-bsp/conf/machine/genericx86.conf')
-rw-r--r-- | meta-yocto-bsp/conf/machine/genericx86.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-yocto-bsp/conf/machine/genericx86.conf b/meta-yocto-bsp/conf/machine/genericx86.conf index 042f20623f..ff5cbc9cc8 100644 --- a/meta-yocto-bsp/conf/machine/genericx86.conf +++ b/meta-yocto-bsp/conf/machine/genericx86.conf | |||
@@ -10,7 +10,7 @@ MACHINE_FEATURES = "screen keyboard pci usbhost ext2 ext3 x86 wifi acpi alsa" | |||
10 | KERNEL_IMAGETYPE = "bzImage" | 10 | KERNEL_IMAGETYPE = "bzImage" |
11 | 11 | ||
12 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" | 12 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" |
13 | PREFERRED_VERSION_linux-yocto ?= "3.8%" | 13 | PREFERRED_VERSION_linux-yocto ?= "3.10%" |
14 | PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg" | 14 | PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg" |
15 | XSERVER ?= "xserver-xorg \ | 15 | XSERVER ?= "xserver-xorg \ |
16 | xserver-xorg-extension-glx \ | 16 | xserver-xorg-extension-glx \ |