All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Make kernel-yocto bbclass usable without linux-yocto.inc
@ 2020-01-15 18:08 Paul Barker
  2020-01-15 18:08 ` [PATCH 1/3] kernel-yocto: Move defaults and tasks from linux-yocto.inc into bbclass Paul Barker
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Paul Barker @ 2020-01-15 18:08 UTC (permalink / raw)
  To: openembedded-core

Patch 1 allows the kernel-yocto bbclass to be inherited directly in a recipe
without needing to use linux-yocto.inc. I can then use kconfig fragments in
my kernel recipe without pulling in the whole of linux-yocto.inc (which
includes some things I don't want like KERNEL_FEATURES changes and the
LINUX_VERSION_EXTENSION default).

Patches 2 & 3 fix some minor issues I spotted while working on this.

I've tested that linux-yocto can still be built for qemux86 after these
changes.

Paul Barker (3):
  kernel-yocto: Move defaults and tasks from linux-yocto.inc into
    bbclass
  kernel-yocto: Drop setting of unused variables in do_kernel_metadata
  kernel-yocto: Only override CONFIG_LOCALVERSION if
    LINUX_VERSION_EXTENSION is set

 meta/classes/kernel-yocto.bbclass         | 34 +++++++++++++++++------
 meta/recipes-kernel/linux/linux-yocto.inc | 21 --------------
 2 files changed, 25 insertions(+), 30 deletions(-)

-- 
2.20.1



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-01-24 23:14 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-15 18:08 [PATCH 0/3] Make kernel-yocto bbclass usable without linux-yocto.inc Paul Barker
2020-01-15 18:08 ` [PATCH 1/3] kernel-yocto: Move defaults and tasks from linux-yocto.inc into bbclass Paul Barker
2020-01-15 18:08 ` [PATCH 2/3] kernel-yocto: Drop setting of unused variables in do_kernel_metadata Paul Barker
2020-01-15 18:08 ` [PATCH 3/3] kernel-yocto: Only override CONFIG_LOCALVERSION if LINUX_VERSION_EXTENSION is set Paul Barker
2020-01-15 18:36 ` [PATCH 0/3] Make kernel-yocto bbclass usable without linux-yocto.inc Bruce Ashfield
2020-01-15 18:46   ` Bruce Ashfield
2020-01-24 23:14     ` Bruce Ashfield

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.