Re: bbappend - Where should my file be?
Scott Garman <scott.a.garman@...>
On 08/11/2011 04:51 PM, Chris Tapp wrote:
I believe also meta/recipes-kernel/linux/linux/defconfig should also work.
Scott
--
Scott Garman
Embedded Linux Engineer - Yocto Project
Intel Open Source Technology Center
I've got a linux-wrs_git.bbappend file in a layer (under poky laverneIt looks like this is where the file is expected.
4.0.1) that contains:
COMPATIBLE_MACHINE_Vortex86DX = "Vortex86DX"
WRMACHINE_Vortex86DX = "common_pc"
FILESEXTRAPATHS := "${THISDIR}/${PN}"
SRC_URI += " file://defconfig"
Where should the defconfig file be relative to the bbappend?
I've tried:
MyLayer
+--- recipies
+--- linux
+--- linux-wrs_git.bbappend
+--- linux-wrs_git
+--- defconfig
However, my defconfig file isn't being picked up during do_unpack:
cp: cannot stat
`/home/chris/yocto/yocto-versions/laverne-4.0.1/meta/recipes-kernel/linux/files/defconfig':
No such file or directory
I believe also meta/recipes-kernel/linux/linux/defconfig should also work.
Scott
--
Scott Garman
Embedded Linux Engineer - Yocto Project
Intel Open Source Technology Center