From afaa7c5dac63418cd747ac7162e5a9bd7493a6e3 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Wed, 28 May 2014 10:07:49 +0200 Subject: feeds: remove machine feed url, as it does not exist --- recipes/trdx-config/angstrom-feed-configs.bbappend | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/recipes/trdx-config/angstrom-feed-configs.bbappend b/recipes/trdx-config/angstrom-feed-configs.bbappend index 8094c39..c96e8e4 100644 --- a/recipes/trdx-config/angstrom-feed-configs.bbappend +++ b/recipes/trdx-config/angstrom-feed-configs.bbappend @@ -1,6 +1,13 @@ PRINC = "4" +do_compile_append() { + #trdx: no machine feed available so empty the feed configs + echo "" > ${S}/${sysconfdir}/opkg/${MACHINE_ARCH}-feed.conf +} + do_compile_append_tegra2() { + #trdx: no machine feed available so empty the feed configs + echo "" > ${S}/${sysconfdir}/opkg/${MACHINE_ARCH}-feed.conf #trdx: no feed available for a compatible arm architecture (arm, hard float, no neon) so empty the feed configs echo "" > ${S}/${sysconfdir}/opkg/base-feed.conf echo "" > ${S}/${sysconfdir}/opkg/debug-feed.conf -- cgit v1.2.3