summaryrefslogtreecommitdiff
path: root/recipes/trdx-config/angstrom-feed-configs.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/trdx-config/angstrom-feed-configs.bbappend')
-rw-r--r--recipes/trdx-config/angstrom-feed-configs.bbappend9
1 files changed, 0 insertions, 9 deletions
diff --git a/recipes/trdx-config/angstrom-feed-configs.bbappend b/recipes/trdx-config/angstrom-feed-configs.bbappend
deleted file mode 100644
index 8515971..0000000
--- a/recipes/trdx-config/angstrom-feed-configs.bbappend
+++ /dev/null
@@ -1,9 +0,0 @@
-ANGSTROM_URI = "http://feeds.toradex.com/angstrom"
-
-do_compile_append() {
- #no debug feed available so empty the feed configs
- echo "" > ${S}/${sysconfdir}/opkg/debug-feed.conf
-
- #trdx: no machine feed available so empty the feed configs
- echo "" > ${S}/${sysconfdir}/opkg/${MACHINE_ARCH}-feed.conf
-}