diff options
author | Darren Hart <dvhart@linux.intel.com> | 2010-10-07 13:04:23 -0700 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-10-08 16:56:44 +0100 |
commit | c449c78c25eacb17797097377802af291247b8c0 (patch) | |
tree | 25594e946b96df4a03ca9f40368dc93b64706f49 /meta/recipes-core | |
parent | 5f17c07331fd0bfcc5aba87587ede385bd896c47 (diff) | |
download | poky-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-core')
-rw-r--r-- | meta/recipes-core/tasks/task-poky-tools.bb | 6 | ||||
-rw-r--r-- | meta/recipes-core/uclibc/uclibc-0.9.30.1/atom-pc/uClibc.machine (renamed from meta/recipes-core/uclibc/uclibc-0.9.30.1/netbook/uClibc.machine) | 0 |
2 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-core/tasks/task-poky-tools.bb b/meta/recipes-core/tasks/task-poky-tools.bb index 9181941bf7..0a2533c525 100644 --- a/meta/recipes-core/tasks/task-poky-tools.bb +++ b/meta/recipes-core/tasks/task-poky-tools.bb | |||
@@ -4,7 +4,7 @@ | |||
4 | 4 | ||
5 | DESCRIPTION = "Tools tasks for Poky" | 5 | DESCRIPTION = "Tools tasks for Poky" |
6 | LICENSE = "MIT" | 6 | LICENSE = "MIT" |
7 | PR = "r7" | 7 | PR = "r8" |
8 | 8 | ||
9 | PACKAGES = "\ | 9 | PACKAGES = "\ |
10 | task-poky-tools-debug \ | 10 | task-poky-tools-debug \ |
@@ -52,14 +52,14 @@ RRECOMMENDS_task-poky-tools-profile = "\ | |||
52 | # exmap-server | 52 | # exmap-server |
53 | 53 | ||
54 | # At present we only build lttng-ust on | 54 | # At present we only build lttng-ust on |
55 | # qemux86/qemux86-64/qemuppc/emenlow/netbook since upstream liburcu | 55 | # qemux86/qemux86-64/qemuppc/emenlow/atom-pc since upstream liburcu |
56 | # (which is required by lttng-ust) may not build on other platforms, like | 56 | # (which is required by lttng-ust) may not build on other platforms, like |
57 | # MIPS and qemu ARMv5te that poky uses now. | 57 | # MIPS and qemu ARMv5te that poky uses now. |
58 | RDEPENDS_task-poky-tools-profile_append_qemux86 = " valgrind lttng-ust" | 58 | RDEPENDS_task-poky-tools-profile_append_qemux86 = " valgrind lttng-ust" |
59 | RDEPENDS_task-poky-tools-profile_append_qemux86-64 = " lttng-ust" | 59 | RDEPENDS_task-poky-tools-profile_append_qemux86-64 = " lttng-ust" |
60 | RDEPENDS_task-poky-tools-profile_append_qemuppc = " lttng-ust" | 60 | RDEPENDS_task-poky-tools-profile_append_qemuppc = " lttng-ust" |
61 | RDEPENDS_task-poky-tools-profile_append_emenlow = " lttng-ust" | 61 | RDEPENDS_task-poky-tools-profile_append_emenlow = " lttng-ust" |
62 | RDEPENDS_task-poky-tools-profile_append_netbook = " lttng-ust" | 62 | RDEPENDS_task-poky-tools-profile_append_atom-pc = " lttng-ust" |
63 | 63 | ||
64 | RDEPENDS_task-poky-tools-testapps = "\ | 64 | RDEPENDS_task-poky-tools-testapps = "\ |
65 | blktool \ | 65 | blktool \ |
diff --git a/meta/recipes-core/uclibc/uclibc-0.9.30.1/netbook/uClibc.machine b/meta/recipes-core/uclibc/uclibc-0.9.30.1/atom-pc/uClibc.machine index 5df15f94cb..5df15f94cb 100644 --- a/meta/recipes-core/uclibc/uclibc-0.9.30.1/netbook/uClibc.machine +++ b/meta/recipes-core/uclibc/uclibc-0.9.30.1/atom-pc/uClibc.machine | |||