mirror of
https://git.yoctoproject.org/poky
synced 2026-06-09 03:40:18 +00:00
Add overo
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5477 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
require linux-omap2.inc
|
||||
|
||||
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/linux-omap3-git/${MACHINE}"
|
||||
|
||||
SRCREV = "de1121fdb899f762b9e717f44eaf3fae7c00cd3e"
|
||||
|
||||
PV = "2.6.27-rc6+${PR}+git${SRCREV}"
|
||||
PR = "r30"
|
||||
|
||||
SRC_URI = "git://source.mvista.com/git/linux-omap-2.6.git;branch=master;protocol=git \
|
||||
file://defconfig"
|
||||
|
||||
SRC_URI_append_beagleboard = " \
|
||||
file://no-empty-flash-warnings.patch;patch=1 \
|
||||
"
|
||||
|
||||
SRC_URI_append_omap3evm = " \
|
||||
file://no-empty-flash-warnings.patch;patch=1 \
|
||||
"
|
||||
|
||||
SRC_URI_append_overo = " \
|
||||
file://logo_linux_clut224.ppm \
|
||||
file://no-empty-flash-warnings.patch;patch=1 \
|
||||
file://overo.patch;patch=1 \
|
||||
"
|
||||
|
||||
COMPATIBLE_MACHINE = "beagleboard|omap3evm|overo"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
Reference in New Issue
Block a user