mirror of
https://git.yoctoproject.org/poky
synced 2026-06-10 04:00:28 +00:00
meta-moblin: Add initial menlow support
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,11 @@
|
||||
require linux-moblin.inc
|
||||
|
||||
PR = "r0"
|
||||
|
||||
DEFAULT_PREFERENCE = "-1"
|
||||
DEFAULT_PREFERENCE_menlow = "100"
|
||||
|
||||
SRC_URI = "git://git.moblin.org/projects/kernel-mid-2.6.24.git;protocol=git \
|
||||
file://defconfig-menlow"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
File diff suppressed because it is too large
Load Diff
@@ -14,5 +14,4 @@ do_configure() {
|
||||
|
||||
}
|
||||
|
||||
|
||||
COMPATIBLE_MACHINE = "netbook"
|
||||
COMPATIBLE_MACHINE = "(netbook|menlow)"
|
||||
|
||||
@@ -50,6 +50,7 @@ SRC_URI = "${KERNELORG_MIRROR}pub/linux/kernel/v2.6/linux-2.6.27.tar.bz2 \
|
||||
file://0041-r8169-8101e.patch;patch=1 \
|
||||
file://0042-intelfb-945gme.patch;patch=1 \
|
||||
file://0043-superreadahead-patch.patch;patch=1 \
|
||||
file://defconfig-menlow \
|
||||
file://defconfig-netbook"
|
||||
|
||||
S = "${WORKDIR}/linux-2.6.27"
|
||||
|
||||
Reference in New Issue
Block a user