summaryrefslogtreecommitdiff
path: root/meta/packages/linux/linux-moblin_2.6.27-rc6.bb
diff options
context:
space:
mode:
authorSamuel Ortiz <sameo@linux.intel.com>2008-10-21 16:01:02 +0200
committerSamuel Ortiz <sameo@openedhand.com>2008-10-21 16:01:02 +0200
commite5c53ce035eb36fc1b416e9971582a45754844be (patch)
tree4d14d39f2e5f5c4a371a17563155b3f6bd2f0e93 /meta/packages/linux/linux-moblin_2.6.27-rc6.bb
parent3e045793c740cbac302c2077cc839f1a64c03bc2 (diff)
downloadopenembedded-core-e5c53ce035eb36fc1b416e9971582a45754844be.tar.gz
openembedded-core-e5c53ce035eb36fc1b416e9971582a45754844be.tar.bz2
openembedded-core-e5c53ce035eb36fc1b416e9971582a45754844be.tar.xz
openembedded-core-e5c53ce035eb36fc1b416e9971582a45754844be.zip
netbook: changed platform name from eee901 to netbook
We want to have a more generic platform definition. The netbook machine one currently supports the eee901 and the aspire one. We also moved the machine and netbook image definitions to meta-moblin.
Diffstat (limited to 'meta/packages/linux/linux-moblin_2.6.27-rc6.bb')
-rw-r--r--meta/packages/linux/linux-moblin_2.6.27-rc6.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/packages/linux/linux-moblin_2.6.27-rc6.bb b/meta/packages/linux/linux-moblin_2.6.27-rc6.bb
index 31c5ab7ed..cdcd42cd7 100644
--- a/meta/packages/linux/linux-moblin_2.6.27-rc6.bb
+++ b/meta/packages/linux/linux-moblin_2.6.27-rc6.bb
@@ -1,9 +1,9 @@
require linux-moblin.inc
-PR = "r3"
+PR = "r4"
DEFAULT_PREFERENCE = "-1"
-DEFAULT_PREFERENCE_eee901 = "1"
+DEFAULT_PREFERENCE_netbook = "1"
SRC_URI = "${KERNELORG_MIRROR}pub/linux/kernel/v2.6/linux-2.6.26.tar.bz2 \
${KERNELORG_MIRROR}pub/linux/kernel/v2.6/testing/patch-2.6.27-rc6.bz2;patch=1 \
@@ -49,6 +49,6 @@ SRC_URI = "${KERNELORG_MIRROR}pub/linux/kernel/v2.6/linux-2.6.26.tar.bz2 \
file://0040-fastboot-fix-issues-and-improve-output-of-bootgraph.patch;patch=1 \
file://0041-r8169-8101e.patch;patch=1 \
file://0042-intelfb-945gme.patch;patch=1 \
- file://defconfig-eee901"
+ file://defconfig-netbook"
S = "${WORKDIR}/linux-2.6.26"