summaryrefslogtreecommitdiff
path: root/recipes/trdx-config
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2012-10-01 18:34:32 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2012-10-18 20:32:53 +0200
commit7c53516a95a8644a1f3ececf7bba03375b39acd2 (patch)
treede1d54945088a1f62e5296babe424e5a189aa736 /recipes/trdx-config
parent5a547cdf9981ba13b9009e488de35db1da81244b (diff)
add other, compatible feeds
Diffstat (limited to 'recipes/trdx-config')
-rw-r--r--recipes/trdx-config/angstrom-feed-configs.bbappend8
1 files changed, 8 insertions, 0 deletions
diff --git a/recipes/trdx-config/angstrom-feed-configs.bbappend b/recipes/trdx-config/angstrom-feed-configs.bbappend
new file mode 100644
index 0000000..1576329
--- /dev/null
+++ b/recipes/trdx-config/angstrom-feed-configs.bbappend
@@ -0,0 +1,8 @@
+#make available the feeds of other, but compatible arm architectures
+PRINC = "2"
+
+do_compile_append() {
+ echo "src/gz base2 ${ANGSTROM_URI}/feeds/core/ipk/eglibc/armv6-novfp/base" >> ${S}/${sysconfdir}/opkg/base-feed.conf
+ echo "src/gz base2 ${ANGSTROM_URI}/feeds/core/ipk/eglibc/armv6/base" >> ${S}/${sysconfdir}/opkg/base-feed.conf
+ echo "src/gz base3 ${ANGSTROM_URI}/feeds/core/ipk/eglibc/armv5te/base" >> ${S}/${sysconfdir}/opkg/base-feed.conf
+}