blob: 6d4a18fc4d7edcbfe39744720883396b22533598 [file] [log] [blame]
Brad Bishop1fcc6132015-10-08 15:20:57 -04001FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
2
3#SRC_URI += "file://fw_env.config
4SRC_URI += "file://patch-2013.07/0000-u-boot-aspeed-064.patch \
5 file://patch-2013.07/0001-u-boot-openbmc.patch \
6 file://config.patch \
7 "
8
9# Do not install u-boot in rootfs
10#do_install[postfuncs] += "remove_uboot_from_rootfs"
11#remove_uboot_from_rootfs() {
12# rm -rf ${D}/boot/u-boot*
13#}