Hi all,
supposing that this patch series is for meta-rockchip (next time add a prefix meta-rockchip, as it is explained in the README) 2017-01-19 11:09 GMT+01:00 Jacob Chen <jacob-c...@iotwrt.com>: > Rockchip 4.4 kernel is currently the latest version of the rockchip > offical kernel, > will be an upstream tracking branch. > We regularly release the kernel through github. > It support all rockchip 64-bit chips and a few 32-bit chips. > Could you be more precise ? if some SoCs are better supported by this kernel instead the mainline kernel, we can consider to accept this recipe and use it for a set of boards. > > Signed-off-by: Jacob Chen <jacob-c...@iotwrt.com> > --- > 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..ca3674e > --- /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.41" > +# 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 = "(rk3288)" > +deltask kernel_configme > > +KBUILD_DEFCONFIG = "rockchip_linux_defconfig" > > I think that you can move this to a machine file... (for the board that use linux-rockchip) Thanks, Romain
-- _______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto