Skip to content

Commit

Permalink
linux-omap3-pandora 2.6.39: Add 2.6.39.1 kernel for the OpenPandora.
Browse files Browse the repository at this point in the history
  • Loading branch information
djwillis committed Jun 7, 2011
1 parent 9945ab7 commit 2311e5c
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions recipes-kernel/linux/linux-omap3-pandora_2.6.39.bb
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
require linux.inc

DESCRIPTION = "Linux kernel for the OpenPandora handheld"
KERNEL_IMAGETYPE = "uImage"

COMPATIBLE_MACHINE = "omap3-pandora"

# This is on the pandora-39 branch
SRCREV = "d8b37c1f19414bac470fa23eea562d35a38cff5b"

SRC_URI = " \
git://git.openpandora.org/pandora-kernel.git;protocol=git;branch=pandora-39 \
"

PV = "2.6.39-pandora+${PR}+git${SRCREV}"

S = "${WORKDIR}/git"

# NOTE: We pull in the default config from the OP kernel GIT tree and keep that config in sync the needs of OE in-tree.
# It does mean we do not ship the usual defconfig in the OE tree.

KERNEL_DEFCONFIG = "omap3_pandora_defconfig"

do_configure_prepend() {
install -m 0644 ${S}/arch/${ARCH}/configs/${KERNEL_DEFCONFIG} ${WORKDIR}/defconfig || die "No default configuration for ${MACHINE} / ${KERNEL_DEFCONFIG} available."
}

0 comments on commit 2311e5c

Please sign in to comment.