developer | 96290e5 | 2022-07-12 11:04:12 +0800 | [diff] [blame] | 1 | SUMMARY = "U-Boot bootloader fw_printenv/setenv utilities" |
2 | |||||
3 | |||||
4 | |||||
5 | FILESEXTRAPATHS_prepend := "${THISDIR}/files:" | ||||
6 | SRC_URI += "file://fw_env.config" | ||||
7 | |||||
8 | |||||
9 | |||||
10 | |||||
11 | |||||
12 | |||||
13 | do_install_append () { | ||||
14 | install -d ${D}${sysconfdir} | ||||
15 | install -m 0644 ${WORKDIR}/fw_env.config ${D}${sysconfdir}/fw_env.config | ||||
16 | } | ||||
17 | |||||
18 |