summaryrefslogtreecommitdiff
path: root/recipes/u-boot/u-boot_1.3.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/u-boot/u-boot_1.3.4.bb')
-rw-r--r--recipes/u-boot/u-boot_1.3.4.bb6
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes/u-boot/u-boot_1.3.4.bb b/recipes/u-boot/u-boot_1.3.4.bb
index 1ad760f046..a69659c19b 100644
--- a/recipes/u-boot/u-boot_1.3.4.bb
+++ b/recipes/u-boot/u-boot_1.3.4.bb
@@ -10,6 +10,11 @@ SRC_URI_append_mtcdp = "\
file://fw_env.config \
"
+SRC_URI_append_mtcdp-embedded = "\
+ file://u-boot-${PV}-mts.patch;patch=1 \
+ file://fw_env.config \
+"
+
TARGET_LDFLAGS = ""
inherit base
@@ -20,6 +25,7 @@ FILES_${PN} = " \
"
FILES_${PN}_append_mtcdp = "${sysconfdir}/fw_env.config"
+FILES_${PN}_append_mtcdp-embedded = "${sysconfdir}/fw_env.config"
# Don't override install if you want to install any of the U-Boot tools
do_install () {