mirror of
https://github.com/linux-sunxi/meta-sunxi.git
synced 2024-11-08 06:18:22 +01:00
1495b5e567
Currently, using kernel config fragments is not working. If you try adding one as documented in the Yocto Mega Manual [1], it will be ignored. There are two reasons for this: - The config fragment logic is in kernel-yocto.bbclass, so we need to inherit that (this is similar to what linux-raspberrypi does in meta-raspberrypi). - We remove ${B}/.config, which undoes any config created by kernel-yocto. Fix this by inheriting kernel-yocto and not removing ${B}/.config. With this patch, fragments are working. Note that we also need to add a few variables (like KERNEL_KBUILD) to make kernel-yocto happy. [1] http://www.yoctoproject.org/docs/2.5/mega-manual/mega-manual.html#creating-the-append-file Signed-off-by: Martin Kelly <mkelly@xevo.com> |
||
---|---|---|
.. | ||
linux-mainline | ||
linux-sunxi | ||
linux-mainline_4.14.2.bb | ||
linux-mainline_git.bb | ||
linux-sunxi_3.4.bb | ||
linux-tools.inc | ||
linux.inc |