summaryrefslogtreecommitdiff
path: root/recipes-angstrom/angstrom/angstrom-feed-configs.bbappend
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2016-07-25 19:50:15 +0200
committerStefan Agner <stefan.agner@toradex.com>2016-09-28 13:31:06 -0700
commit3ebcb4dc5c0ea8c32a325e40b2801aa7b8451fa1 (patch)
tree5e452fd19ef3335ea073d245f27fff3a2e4f41e8 /recipes-angstrom/angstrom/angstrom-feed-configs.bbappend
parent759dba8c3d00690dc522ad1371b75b8365b342bf (diff)
trdx-config: delete/mv all files into recipes-angstrom/angstrom/
Move angstrom-feed-configs.bbappend to the appropriate subdirectory. The files in the files/ subdirectory have been obsoleted with 3c3719ec6f9e ("trdx-config: remove obsolete package") and are no longer used, hence delete them. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
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
+}