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-bsp | |
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-bsp')
-rw-r--r-- | meta/recipes-bsp/formfactor/files/atom-pc/machconfig (renamed from meta/recipes-bsp/formfactor/files/netbook/machconfig) | 0 | ||||
-rw-r--r-- | meta/recipes-bsp/formfactor/formfactor_0.0.bb | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-bsp/formfactor/files/netbook/machconfig b/meta/recipes-bsp/formfactor/files/atom-pc/machconfig index bef4ce3c9b..bef4ce3c9b 100644 --- a/meta/recipes-bsp/formfactor/files/netbook/machconfig +++ b/meta/recipes-bsp/formfactor/files/atom-pc/machconfig | |||
diff --git a/meta/recipes-bsp/formfactor/formfactor_0.0.bb b/meta/recipes-bsp/formfactor/formfactor_0.0.bb index bee1b380aa..7a3fa3f700 100644 --- a/meta/recipes-bsp/formfactor/formfactor_0.0.bb +++ b/meta/recipes-bsp/formfactor/formfactor_0.0.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | DESCRIPTION = "Device formfactor information" | 1 | DESCRIPTION = "Device formfactor information" |
2 | SECTION = "base" | 2 | SECTION = "base" |
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | PR = "r18" | 4 | PR = "r19" |
5 | 5 | ||
6 | SRC_URI = "file://config file://machconfig" | 6 | SRC_URI = "file://config file://machconfig" |
7 | S = "${WORKDIR}" | 7 | S = "${WORKDIR}" |