Initial commit
This commit is contained in:
+2
@@ -0,0 +1,2 @@
|
||||
CONFIG_CMD_EEPROM=y
|
||||
CONFIG_DEFAULT_DEVICE_TREE="ast2600-transformers"
|
||||
@@ -0,0 +1,5 @@
|
||||
FILESEXTRAPATHS:append := "${THISDIR}/${BPN}:"
|
||||
|
||||
|
||||
SRC_URI:append = " file://transformers-ast2600.cfg \
|
||||
"
|
||||
+15
@@ -0,0 +1,15 @@
|
||||
FILESEXTRAPATHS:append := "${THISDIR}/${BPN}:"
|
||||
# In order to reuse and easily maintain, we use the same patch files among u-boot-aspeed-sdk
|
||||
FILESEXTRAPATHS:append := "${THISDIR}/u-boot-aspeed-sdk:"
|
||||
|
||||
|
||||
SRC_URI:append = " file://fw_env.config \
|
||||
file://transformers-ast2600.cfg \
|
||||
"
|
||||
|
||||
do_install:append () {
|
||||
install -d ${D}${sysconfdir}
|
||||
install -m 0644 ${WORKDIR}/fw_env.config ${D}${sysconfdir}/fw_env.config
|
||||
install -m 0644 ${WORKDIR}/fw_env.config ${S}/tools/env/fw_env.config
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user