summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot.inc
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-07-11 09:58:59 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-07-11 09:58:59 +0200
commitdd427bc17f20f35342d6db932c372e221d52d648 (patch)
treed94d5b5712a07bb84151efd0eea65b5a1b72b39e /recipes-bsp/u-boot/u-boot.inc
parent929521c119079b32b5d3b821c4342110cf386c32 (diff)
downloadmeta-ti-dd427bc17f20f35342d6db932c372e221d52d648.tar.gz
u-boot 2011.06: add tftpboot support for pandaboard
comment out fw-utils, they don't get crosscompiled Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes-bsp/u-boot/u-boot.inc')
-rw-r--r--recipes-bsp/u-boot/u-boot.inc6
1 files changed, 2 insertions, 4 deletions
diff --git a/recipes-bsp/u-boot/u-boot.inc b/recipes-bsp/u-boot/u-boot.inc
index 0eac4a1e..f9dab47e 100644
--- a/recipes-bsp/u-boot/u-boot.inc
+++ b/recipes-bsp/u-boot/u-boot.inc
@@ -41,8 +41,8 @@ do_install () {
41 install -d ${D}${base_sbindir} 41 install -d ${D}${base_sbindir}
42 install -d ${D}${sysconfdir} 42 install -d ${D}${sysconfdir}
43 install -m 644 ${WORKDIR}/fw_env.config ${D}${sysconfdir}/fw_env.config 43 install -m 644 ${WORKDIR}/fw_env.config ${D}${sysconfdir}/fw_env.config
44 install -m 755 ${S}/tools/env/fw_printenv ${D}${base_sbindir}/fw_printenv 44# install -m 755 ${S}/tools/env/fw_printenv ${D}${base_sbindir}/fw_printenv
45 install -m 755 ${S}/tools/env/fw_printenv ${D}${base_sbindir}/fw_setenv 45# install -m 755 ${S}/tools/env/fw_printenv ${D}${base_sbindir}/fw_setenv
46 fi 46 fi
47 47
48} 48}
@@ -53,8 +53,6 @@ INSANE_SKIP_${PN} = True
53 53
54PACKAGES += "${PN}-fw-utils" 54PACKAGES += "${PN}-fw-utils"
55FILES_${PN}-fw-utils = "${sysconfdir} ${base_sbindir}" 55FILES_${PN}-fw-utils = "${sysconfdir} ${base_sbindir}"
56# u-boot doesn't use LDFLAGS for fw files, needs to get fixed, but until then:
57INSANE_SKIP_${PN}-fw-utils = True
58 56
59inherit deploy 57inherit deploy
60 58