From c449c78c25eacb17797097377802af291247b8c0 Mon Sep 17 00:00:00 2001 From: Darren Hart Date: Thu, 7 Oct 2010 13:04:23 -0700 Subject: 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 Cc: Bruce Ashfield Signed-off-by: Darren Hart Signed-off-by: Richard Purdie --- meta/recipes-kernel/linux/linux-netbook_2.6.33.2.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'meta/recipes-kernel/linux/linux-netbook_2.6.33.2.bb') diff --git a/meta/recipes-kernel/linux/linux-netbook_2.6.33.2.bb b/meta/recipes-kernel/linux/linux-netbook_2.6.33.2.bb index 9b0fd9aaa..b0ee13704 100644 --- a/meta/recipes-kernel/linux/linux-netbook_2.6.33.2.bb +++ b/meta/recipes-kernel/linux/linux-netbook_2.6.33.2.bb @@ -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}" -- cgit v1.2.3