diff options
Diffstat (limited to 'meta-netboot/recipes-kernel/linux/linux-yocto_%.bbappend')
-rw-r--r-- | meta-netboot/recipes-kernel/linux/linux-yocto_%.bbappend | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-netboot/recipes-kernel/linux/linux-yocto_%.bbappend b/meta-netboot/recipes-kernel/linux/linux-yocto_%.bbappend index 88f244122..f20d57a22 100644 --- a/meta-netboot/recipes-kernel/linux/linux-yocto_%.bbappend +++ b/meta-netboot/recipes-kernel/linux/linux-yocto_%.bbappend @@ -1,6 +1,6 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/files:" # Extra configuration options for NBD support and netboot over RAMFS -SRC_URI += "file://nbd.cfg \ +SRC_URI_append = " file://nbd.cfg \ file://ramdisk.cfg \ " |