[yocto] [PATCH 1/7] recipes-kernel: linux-rockchip: Add new recipe for 4.4

Bruce Ashfield bruce.ashfield at gmail.com
Thu Jan 19 05:38:19 PST 2017


On Thu, Jan 19, 2017 at 5:09 AM, Jacob Chen <jacob-chen at iotwrt.com> wrote:

> 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.
>

If I missed a 0/N explaining this series, sorry about my comments/questions!

These packages belong in a BSP layer, not in the core meta data itself. A
quick check of
the layer index shows one hit for rockchip already:

https://layers.openembedded.org/layerindex/branch/master/machines/?q=rockchip

So that layer may be a good place for these recipes, or a completely  new
layer that you
could create on github (or wherever you prefer).

Bruce


>
> Signed-off-by: Jacob Chen <jacob-chen at 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"
> --
> 2.7.4
>
> --
> _______________________________________________
> yocto mailing list
> yocto at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>



-- 
"Thou shalt not follow the NULL pointer, for chaos and madness await thee
at its end"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20170119/fe4250e2/attachment.html>


More information about the yocto mailing list