summaryrefslogtreecommitdiff
path: root/recipes/trdx-config
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2014-05-28 10:07:49 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2014-05-28 10:13:10 +0200
commit2ed288a9ddcafdd59de836d776b305c4eb8958c5 (patch)
tree9ea656effc35874ce75c7b2505d0073b06adcbe2 /recipes/trdx-config
parent9a9ae9924930f3dcb966a0c64e554ffc647ceca4 (diff)
feeds: remove machine feed url, as it does not exist
Diffstat (limited to 'recipes/trdx-config')
-rw-r--r--recipes/trdx-config/angstrom-feed-configs.bbappend7
1 files changed, 7 insertions, 0 deletions
diff --git a/recipes/trdx-config/angstrom-feed-configs.bbappend b/recipes/trdx-config/angstrom-feed-configs.bbappend
index 8094c39..c96e8e4 100644
--- a/recipes/trdx-config/angstrom-feed-configs.bbappend
+++ b/recipes/trdx-config/angstrom-feed-configs.bbappend
@@ -1,6 +1,13 @@
PRINC = "4"
+do_compile_append() {
+ #trdx: no machine feed available so empty the feed configs
+ echo "" > ${S}/${sysconfdir}/opkg/${MACHINE_ARCH}-feed.conf
+}
+
do_compile_append_tegra2() {
+ #trdx: no machine feed available so empty the feed configs
+ echo "" > ${S}/${sysconfdir}/opkg/${MACHINE_ARCH}-feed.conf
#trdx: no feed available for a compatible arm architecture (arm, hard float, no neon) so empty the feed configs
echo "" > ${S}/${sysconfdir}/opkg/base-feed.conf
echo "" > ${S}/${sysconfdir}/opkg/debug-feed.conf