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
└── linux-yocto_%.bbappend

vmmachine@testuser:~/yocto-nanbield/meta-test/recipes-kernel$ cat 
linux/linux-yocto_%.bbappend
FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
SRC_URI += "file://testdefconfig"

vmmachine@testuser:~/yocto-nanbield/meta-test/recipes-kernel$ cat 
linux/linux-yocto/testdefconfig | grep LOCAL
CONFIG_LOCALVERSION="TESTING-HERE"
# CONFIG_LOCALVERSION_AUTO is not set

I even see my file being pulled by bitbake by looking log of " bitbake -e -c 
menuconfig virtual/kernel > test"
vmmachine@testuser:~/yocto-nanbield/qemu-build$ cat test | grep "testdefconfig"
#     "file://testdefconfig"
#   
"git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRANCH};protocol=https
            
git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-6.5;destsuffix=${KMETA};protocol=https
 file://testdefconfig"
SRC_URI="git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=v6.5/standard/qemuarm64;protocol=https
            
git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-6.5;destsuffix=kernel-meta;protocol=https
 file://testdefconfig"
sccs_from_src_uri="/home/vmmachine/yocto-nanbield/meta-test/recipes-kernel/linux/linux-yocto/testdefconfig"

Can members please share any pointer on this why the defconfig is not being 
pulled from cutom layer.

Thanks ,
Ashish
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#63167): https://lists.yoctoproject.org/g/yocto/message/63167
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]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to