mirror of
git://git.yoctoproject.org/meta-rockchip.git
synced 2025-07-19 12:49:03 +02:00
25 lines
788 B
BlitzBasic
25 lines
788 B
BlitzBasic
# Copyright (C) 2015 Romain Perier
|
|
# Released under the MIT license (see COPYING.MIT for the terms)
|
|
|
|
inherit kernel
|
|
require recipes-kernel/linux/linux-yocto.inc
|
|
|
|
DEPENDS += "lzop-native"
|
|
|
|
SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git;branch=linux-4.1.y \
|
|
file://defconfig"
|
|
|
|
SRCREV = "${AUTOREV}"
|
|
# Override this variable in order to don't pass --noallconfig to configme,
|
|
# which restarts configuration from scratch most of the time
|
|
KCONFIG_MODE = " "
|
|
LINUX_VERSION = "4.1"
|
|
# Override local version in order to use the one generated by linux build system
|
|
# And not "yocto-standard"
|
|
LINUX_VERSION_EXTENSION = ""
|
|
PR = "r1"
|
|
PV = "${LINUX_VERSION}"
|
|
|
|
# Include only supported boards for now
|
|
COMPATIBLE_MACHINE = "(radxarock|marsboard-rk3066|firefly-rk3288)"
|