From: Joerg Albert <jal2@gmx.de>
To: meta-freescale@yoctoproject.org
Subject: [meta-fsl-ppc] How to change the kernel config?
Date: Mon, 30 Jun 2014 17:26:58 +0200 [thread overview]
Message-ID: <53B181C2.5020208@gmx.de> (raw)
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
next reply other threads:[~2014-06-30 15:32 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-30 15:26 Joerg Albert [this message]
2014-07-01 6:15 ` [meta-fsl-ppc] How to change the kernel config? zhenhua.luo
2014-07-08 9:41 ` Joerg Albert
2014-07-24 5:55 ` Joerg Albert
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=53B181C2.5020208@gmx.de \
--to=jal2@gmx.de \
--cc=meta-freescale@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.