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