All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-fsl-ppc] How to change the kernel config?
@ 2014-06-30 15:26 Joerg Albert
  2014-07-01  6:15 ` zhenhua.luo
  0 siblings, 1 reply; 4+ messages in thread
From: Joerg Albert @ 2014-06-30 15:26 UTC (permalink / raw)
  To: meta-freescale

Hi,

I'm quite a newbie to Yocto, sorry if this is a dumb question.

I want to tweak the kernel config for P2041RDB with Freescale SDK 1.6 using a separate custom layer containing
a recipe-kernel/linux/linux-qoriq-sdk_3.12.bbappend. The layer config seems to be fine,

bitbake-layers show-appends

recognizes it.

I've first tried to to use a configuration fragment (as described in the Yocto kernel documentation in chapter 2.2.3), but
this seems to fail as the base recipe does not inherit linux-yocto, but kernel.

Putting a files/defconfig there with a line like

SRC_URI += "files://defconfig"

didn't work either - I guess due to the special handling of .config via KERNEL_DEFCONFIG in linux-qoriq-sdk.inc in meta-fsl-ppc.

At last I tried

DELTA_KERNEL_DEFCONFIG += "${THISDIR}/files/my_incremental_config_change"

but this searches the files in meta-fsl-ppc/recipes-kernel/linux/files (or inside the source code tree of the kernel), while I'd
prefer to have it inside my custom layer.

What is the easiest way to have a kernel config change (incremental preferred) with all files inside a custom layer?

Cheers,
Joerg


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

end of thread, other threads:[~2014-07-24  6:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-30 15:26 [meta-fsl-ppc] How to change the kernel config? Joerg Albert
2014-07-01  6:15 ` zhenhua.luo
2014-07-08  9:41   ` Joerg Albert
2014-07-24  5:55     ` Joerg Albert

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.