Configure branch / defconfig

This commit is contained in:
Julien CHAUVEAU 2014-04-07 14:14:05 +02:00
parent a37879bade
commit 48362faf04
2 changed files with 10 additions and 0 deletions

View File

@ -4,5 +4,6 @@
require recipes-kernel/linux/linux-rockchip-3.0.inc
SRCBRANCH = "radxa-rock/linux"
DEFCONFIG = "rk3188_radxa_rock_defconfig"
COMPATIBLE_MACHINE = "(radxa-rock)"

View File

@ -7,5 +7,14 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
inherit kernel
SRCBRANCH ?= "rockchip-3.0"
DEFCONFIG ?= "rk3188_steak_defconfig"
SRC_URI = "git://github.com/linux-rockchip/rockchip-3.0.git;branch=${SRCBRANCH}"
SRCREV_pn-${PN} = "${AUTOREV}"
S = "${WORKDIR}/git"
kernel_do_configure() {
make -C "${S}" ${DEFCONFIG}
}