mirror of
https://github.com/lxsang/meta-rpi-diya.git
synced 2024-11-08 06:28:23 +01:00
8 lines
316 B
Plaintext
8 lines
316 B
Plaintext
FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
|
|
BOOT_SRC_FILE = "${@bb.utils.contains('ENABLE_USB_U_BOOT', '1', 'usb-boot.cmd.in', 'boot.cmd.in', d)}"
|
|
SRC_URI = "file://${BOOT_SRC_FILE}"
|
|
|
|
do_configure() {
|
|
([ -e "${WORKDIR}/usb-boot.cmd.in" ] && mv "${WORKDIR}/usb-boot.cmd.in" "${WORKDIR}/boot.cmd.in") || true
|
|
}
|