summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel
diff options
context:
space:
mode:
authorDarren Hart <dvhart@linux.intel.com>2010-10-07 13:04:23 -0700
committerRichard Purdie <rpurdie@linux.intel.com>2010-10-08 16:56:44 +0100
commitc449c78c25eacb17797097377802af291247b8c0 (patch)
tree25594e946b96df4a03ca9f40368dc93b64706f49 /meta/recipes-kernel
parent5f17c07331fd0bfcc5aba87587ede385bd896c47 (diff)
downloadpoky-c449c78c25eacb17797097377802af291247b8c0.tar.gz
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>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r--meta/recipes-kernel/linux/linux-netbook-2.6.33.2/defconfig-atom-pc (renamed from meta/recipes-kernel/linux/linux-netbook-2.6.33.2/defconfig-netbook)0
-rw-r--r--meta/recipes-kernel/linux/linux-netbook.inc2
-rw-r--r--meta/recipes-kernel/linux/linux-netbook_2.6.33.2.bb6
3 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-kernel/linux/linux-netbook-2.6.33.2/defconfig-netbook b/meta/recipes-kernel/linux/linux-netbook-2.6.33.2/defconfig-atom-pc
index cbb453513b..cbb453513b 100644
--- a/meta/recipes-kernel/linux/linux-netbook-2.6.33.2/defconfig-netbook
+++ b/meta/recipes-kernel/linux/linux-netbook-2.6.33.2/defconfig-atom-pc
diff --git a/meta/recipes-kernel/linux/linux-netbook.inc b/meta/recipes-kernel/linux/linux-netbook.inc
index 71ea1d3e62..05a21d49dd 100644
--- a/meta/recipes-kernel/linux/linux-netbook.inc
+++ b/meta/recipes-kernel/linux/linux-netbook.inc
@@ -14,4 +14,4 @@ do_configure() {
14 14
15} 15}
16 16
17COMPATIBLE_MACHINE = "(netbook|menlow)" 17COMPATIBLE_MACHINE = "(atom-pc|menlow)"
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 9b0fd9aaa2..b0ee13704c 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 @@
1require linux-netbook.inc 1require linux-netbook.inc
2 2
3PR = "r1" 3PR = "r2"
4 4
5DEFAULT_PREFERENCE = "-1" 5DEFAULT_PREFERENCE = "-1"
6DEFAULT_PREFERENCE_netbook = "1" 6DEFAULT_PREFERENCE_atom-pc = "1"
7 7
8SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \ 8SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \
9 file://linux-2.6.29-dont-wait-for-mouse.patch;patch=1 \ 9 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 \
103 file://rtl8192_no_autoconnect.patch;patch=1 \ 103 file://rtl8192_no_autoconnect.patch;patch=1 \
104 file://rtl8192_no_WAP_unassoc.patch;patch=1 \ 104 file://rtl8192_no_WAP_unassoc.patch;patch=1 \
105# file://defconfig-menlow \ 105# file://defconfig-menlow \
106 file://defconfig-netbook" 106 file://defconfig-atom-pc"
107 107
108S = "${WORKDIR}/linux-${PV}" 108S = "${WORKDIR}/linux-${PV}"