Rockchip 4.4 kernel is currently the latest kernel from the rockchip offical. It supports all rockchip 64-bit chips and few 32-bit chips.
Signed-off-by: Jacob Chen <jacob-c...@iotwrt.com> Signed-off-by: ayaka <ay...@soulik.info> --- recipes-kernel/linux/linux-rockchip_4.4.bb | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 recipes-kernel/linux/linux-rockchip_4.4.bb diff --git a/recipes-kernel/linux/linux-rockchip_4.4.bb b/recipes-kernel/linux/linux-rockchip_4.4.bb new file mode 100644 index 0000000..18bbc7a --- /dev/null +++ b/recipes-kernel/linux/linux-rockchip_4.4.bb @@ -0,0 +1,20 @@ +# Copyright (C) 2017 Fuzhou Rockchip Electronics Co., Ltd +# Released under the MIT license (see COPYING.MIT for the terms) + +require recipes-kernel/linux/linux-yocto.inc + +SRC_URI = "git://github.com/rockchip-linux/kernel.git;branch=release-4.4;" + +SRCREV = "${AUTOREV}" +LINUX_VERSION = "4.4.52" +# 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 = "(rk3036|rk3288|rk3399)" +deltask kernel_configme + +KBUILD_DEFCONFIG = "rockchip_linux_defconfig" -- 2.7.4 -- _______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto