Hello, 1. Autorev is bad, when linus will merge patch for the next merge window, it will break things. Use a fix git revision instead (or a branch from the stable tree) 2. rc8 is out :)
rk3288 is not a machine for me , can you really ensure that it will board for all rk3288-based board ? suppose that there is no DT support on upstream... that's wrong :) Thanks! Romain 2017-02-08 15:38 GMT+01:00 Eddie Cai <eddie.cai.li...@gmail.com>: > Add mainline kervel support. Now the version is 4.10.-rc7. > > Signed-off-by: Eddie Cai <eddie.cai.li...@gmail.com> > --- > recipes-kernel/linux/linux_4.10.bb | 18 ++++++++++++++++++ > 1 file changed, 18 insertions(+) > create mode 100644 recipes-kernel/linux/linux_4.10.bb > > diff --git a/recipes-kernel/linux/linux_4.10.bb b/recipes-kernel/linux/ > linux_4.10.bb > new file mode 100644 > index 0000000..7abdc56 > --- /dev/null > +++ b/recipes-kernel/linux/linux_4.10.bb > @@ -0,0 +1,18 @@ > +# Copyright (C) 2017 Eddie Cai > +# Released under the MIT license (see COPYING.MIT for the terms) > + > +require recipes-kernel/linux/linux-yocto.inc > + > +SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/ > linux.git" > + > +SRCREV = "${AUTOREV}" > +LINUX_VERSION = "4.10" > +# 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}-rc7" > + > +# Include only supported boards for now > +COMPATIBLE_MACHINE = "(radxarock|marsboard-rk3066|rk3288)" > +deltask kernel_configme > -- > 2.7.4 > >
-- _______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto