blob: 50adb9fddd3edeae659896f714b219934dd523b2 [file] [log] [blame]
Brad Bishop89451ae2015-10-22 15:38:02 -05001FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
2
Milton D. Miller II7890d022016-01-20 15:28:27 -06003SRC_URI += "file://fw_env.config"
Chris Austen59096dc2016-01-19 14:45:55 -06004SRC_URI += "file://config.patch"
Brad Bishop89451ae2015-10-22 15:38:02 -05005
6# Do not install u-boot in rootfs
7#do_install[postfuncs] += "remove_uboot_from_rootfs"
8#remove_uboot_from_rootfs() {
9# rm -rf ${D}/boot/u-boot*
10#}