All of lore.kernel.org
 help / color / mirror / Atom feed
* kernel append file with dts in SRC_URI and subdir
@ 2025-01-27 11:12 David Daniel
  2025-01-27 14:10 ` [yocto] " Gyorgy Sarvari
  2025-01-27 15:02 ` Quentin Schulz
  0 siblings, 2 replies; 8+ messages in thread
From: David Daniel @ 2025-01-27 11:12 UTC (permalink / raw)
  To: yocto@lists.yoctoproject.org

Hi

I am trying to figure out why the following snippet of a kernel
.bbappend file does not populate the custom device tree source file in
the proper location:


    FILESEXTRAPATHS:prepend := "${THISDIR}/files:"                                                                                                                                                                                       
    SRC_URI += "\
     file://defconfig;name=config \
     file://cf200.dts;name=dts;subdir=git/arch/${ARCH}/boot/dts/freescale \
    "

    COMPATIBLE_MACHINE = "(cf200)"                                    
 
It also seems the configuration is not applied. If I rename the
defconfig file to doesntexist the build fails early. The defconfig file
does get placed within the sources-unpack folder though. Within the
sources-unpack folder there is no dts file though and the dts file is
as well not placed within the dts folder of the kernel build or source
folder.

Is it possible to modify a kernel somewhat like this? What am I doing
wrong?

Thanks for any hints!
Dave

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

end of thread, other threads:[~2025-01-27 16:04 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-27 11:12 kernel append file with dts in SRC_URI and subdir David Daniel
2025-01-27 14:10 ` [yocto] " Gyorgy Sarvari
2025-01-27 14:33   ` David Daniel
2025-01-27 14:39     ` Gyorgy Sarvari
2025-01-27 14:54       ` David Daniel
2025-01-27 14:48   ` Michael Opdenacker
2025-01-27 15:02 ` Quentin Schulz
2025-01-27 16:04   ` David Daniel

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.