mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
netbook: Correct netbook build by moving netbook configuration from moblin to meta
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
This commit is contained in:
@@ -13,7 +13,7 @@ MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost ext2 ext3 x86 wifi \
|
||||
|
||||
KERNEL_IMAGETYPE = "bzImage"
|
||||
|
||||
PREFERRED_PROVIDER_virtual/kernel ?= "linux-moblin"
|
||||
PREFERRED_PROVIDER_virtual/kernel ?= "linux-netbook"
|
||||
PREFERRED_PROVIDER_virtual/libx11 ?= "libx11-trim"
|
||||
PREFERRED_PROVIDER_virtual/libgl ?= "mesa-dri"
|
||||
PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xf86-dri-lite"
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION = "2.6 Linux Development Kernel for moblin Atom based platforms"
|
||||
DESCRIPTION = "2.6 Linux Development Kernel for Atom based platforms"
|
||||
SECTION = "kernel"
|
||||
LICENSE = "GPL"
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
require linux-moblin.inc
|
||||
require linux-netbook.inc
|
||||
|
||||
PR = "r1"
|
||||
|
||||
Reference in New Issue
Block a user