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.
This commit is contained in:
Samuel Ortiz
2008-10-21 16:01:02 +02:00
committed by Samuel Ortiz
parent 3e045793c7
commit e5c53ce035
26 changed files with 5001 additions and 39 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -15,4 +15,4 @@ do_configure() {
}
COMPATIBLE_MACHINE = "eee901"
COMPATIBLE_MACHINE = "netbook"

View File

@@ -1,6 +1,6 @@
require linux-moblin.inc
PR = "r4"
PR = "r5"
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-rc1.bz2;patch=1 \
@@ -16,6 +16,6 @@ SRC_URI = "${KERNELORG_MIRROR}pub/linux/kernel/v2.6/linux-2.6.26.tar.bz2 \
file://0010_unionfs-2.4_for_2.6.27-rc1.patch;patch=1 \
file://0011_workaround_unidef_step.patch;patch=1 \
file://0012_intelfb_945gme.patch;patch=1 \
file://defconfig-eee901"
file://defconfig-netbook"
S = "${WORKDIR}/linux-2.6.26"

View File

@@ -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"