mirror of
git://git.yoctoproject.org/meta-rockchip.git
synced 2025-07-05 05:04:47 +02:00
Configure branch / defconfig
This commit is contained in:
parent
a37879bade
commit
48362faf04
|
@ -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)"
|
||||
|
|
|
@ -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}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user