mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
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:
committed by
Samuel Ortiz
parent
3e045793c7
commit
e5c53ce035
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -15,4 +15,4 @@ do_configure() {
|
||||
}
|
||||
|
||||
|
||||
COMPATIBLE_MACHINE = "eee901"
|
||||
COMPATIBLE_MACHINE = "netbook"
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user