Hi Ashish,
On 5/22/24 6:31 PM, emailaddress.ashish via lists.yoctoproject.org wrote:
You don't often get email from emailaddress.ashish=gmail....@lists.yoctoproject.org.
Learn why this is important<https://aka.ms/LearnAboutSenderIdentification>
Hi All ,
I am trying basic kernel config change using qemuarm64.
I have modified the config using bitbake -c menuconfig virtual/kernel & and
copied it to my custom layer
After doing an cleansstate when i launch bitbake menuconfig i dont see my
changes.
COMMAND: bitbake -c cleansstate virtual/kernel
COMMAND: bitbake -c menuconfig virtual/kernel
Below is my debug info:
vmmachine@testuser:~/yocto-nanbield/meta-test/recipes-kernel$ tree
bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
.
└── linux
├── linux-yocto
│ └── testdefconfig
Should be named defconfig.
└── linux-yocto_%.bbappend
vmmachine@testuser:~/yocto-nanbield/meta-test/recipes-kernel$ cat
linux/linux-yocto_%.bbappend
FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
SRC_URI += "file://testdefconfig"
Should be file://defconfig
Try with those changes and report afterwards if it still does not work :)
Cheers,
Quentin
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#63168): https://lists.yoctoproject.org/g/yocto/message/63168
Mute This Topic: https://lists.yoctoproject.org/mt/106246210/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-