From 7c53516a95a8644a1f3ececf7bba03375b39acd2 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Mon, 1 Oct 2012 18:34:32 +0200 Subject: add other, compatible feeds --- recipes/trdx-config/angstrom-feed-configs.bbappend | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 recipes/trdx-config/angstrom-feed-configs.bbappend 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 +} -- cgit v1.2.3