diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-07-11 09:58:59 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-07-11 09:58:59 +0200 |
commit | dd427bc17f20f35342d6db932c372e221d52d648 (patch) | |
tree | d94d5b5712a07bb84151efd0eea65b5a1b72b39e /recipes-bsp/u-boot/u-boot.inc | |
parent | 929521c119079b32b5d3b821c4342110cf386c32 (diff) | |
download | meta-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.inc | 6 |
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 | ||
54 | PACKAGES += "${PN}-fw-utils" | 54 | PACKAGES += "${PN}-fw-utils" |
55 | FILES_${PN}-fw-utils = "${sysconfdir} ${base_sbindir}" | 55 | FILES_${PN}-fw-utils = "${sysconfdir} ${base_sbindir}" |
56 | # u-boot doesn't use LDFLAGS for fw files, needs to get fixed, but until then: | ||
57 | INSANE_SKIP_${PN}-fw-utils = True | ||
58 | 56 | ||
59 | inherit deploy | 57 | inherit deploy |
60 | 58 | ||