1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-01 00:59:48 +00:00

Rename MACHINE=netbook to MACHINE=atom-pc

In preparation for the more generic atom-pc, rename the netbook machine and all
the relevant overrides. Leave the linux-netbook kernel recipe intact and as the
default kernel for the atom-pc machine.  A future patch will convert this over
to linux-wrs and likely remove the linux-netbook kernel recipe.

Cc: Tom Zanussi <tom.zanussi@intel.com>
Cc: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Darren Hart
2010-10-07 13:04:23 -07:00
committed by Richard Purdie
parent 5f17c07331
commit c449c78c25
16 changed files with 32 additions and 32 deletions
+1 -1
View File
@@ -14,4 +14,4 @@ do_configure() {
}
COMPATIBLE_MACHINE = "(netbook|menlow)"
COMPATIBLE_MACHINE = "(atom-pc|menlow)"
@@ -1,9 +1,9 @@
require linux-netbook.inc
PR = "r1"
PR = "r2"
DEFAULT_PREFERENCE = "-1"
DEFAULT_PREFERENCE_netbook = "1"
DEFAULT_PREFERENCE_atom-pc = "1"
SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \
file://linux-2.6.29-dont-wait-for-mouse.patch;patch=1 \
@@ -103,6 +103,6 @@ SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \
file://rtl8192_no_autoconnect.patch;patch=1 \
file://rtl8192_no_WAP_unassoc.patch;patch=1 \
# file://defconfig-menlow \
file://defconfig-netbook"
file://defconfig-atom-pc"
S = "${WORKDIR}/linux-${PV}"