Habeeb Mohammed | 74872b5 | 2021-09-03 13:16:38 -0700 | [diff] [blame] | 1 | FILESEXTRAPATHS:append := "${THISDIR}/${BPN}:" |
| 2 | # In order to reuse and easily maintain, we use the same patch files among u-boot-aspeed-sdk |
| 3 | FILESEXTRAPATHS:append := "${THISDIR}/u-boot-aspeed-sdk:" |
| 4 | |
| 5 | |
| 6 | SRC_URI:append += "file://fw_env.config \ |
| 7 | file://transformers-ast2600.cfg \ |
| 8 | " |
| 9 | |
| 10 | do_install:append () { |
| 11 | install -d ${D}${sysconfdir} |
| 12 | install -m 0644 ${WORKDIR}/fw_env.config ${D}${sysconfdir}/fw_env.config |
| 13 | install -m 0644 ${WORKDIR}/fw_env.config ${S}/tools/env/fw_env.config |
| 14 | } |
| 15 | |