summaryrefslogtreecommitdiff
path: root/recipes-angstrom/angstrom/angstrom-feed-configs.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-angstrom/angstrom/angstrom-feed-configs.bbappend')
-rw-r--r--recipes-angstrom/angstrom/angstrom-feed-configs.bbappend9
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes-angstrom/angstrom/angstrom-feed-configs.bbappend b/recipes-angstrom/angstrom/angstrom-feed-configs.bbappend
new file mode 100644
index 0000000..8515971
--- /dev/null
+++ b/recipes-angstrom/angstrom/angstrom-feed-configs.bbappend
@@ -0,0 +1,9 @@
+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
+}