From eec2dbf5d696ce7aa72246b5fc52a7d0f1b218e7 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 21 Nov 2013 07:24:28 -0800 Subject: [PATCH] Define common mirrors not in OE-Core anymore This is resting place for recipe angstrom uses but the common URLs as were defined in bitbake.conf are now gone after commit commit 3b333896c71689c664475d53daed52404bf6b21b Author: Phil Blundell Date: Thu Nov 14 18:15:46 2013 +0000 bitbake.conf: Remove obsolete/unused MIRROR cruft Signed-off-by: Khem Raj --- conf/distro/include/angstrom-core-tweaks.inc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/conf/distro/include/angstrom-core-tweaks.inc b/conf/distro/include/angstrom-core-tweaks.inc index 8c8bc8a..6a17c34 100644 --- a/conf/distro/include/angstrom-core-tweaks.inc +++ b/conf/distro/include/angstrom-core-tweaks.inc @@ -101,3 +101,8 @@ PREFERRED_PROVIDER_libtool = "libtool" SDK_NAME = "${DISTRO}-${TCLIBC}-${SDK_ARCH}-${FEED_ARCH}" TOOLCHAIN_OUTPUTNAME ?= "${SDK_NAME}-${DISTRO_VERSION}-toolchain" + +FREESMARTPHONE_GIT = "git://git.freesmartphone.org" +E_MIRROR = "http://download.enlightenment.org/releases" +FREEBSD_MIRROR = "ftp://ftp.freebsd.org/pub/FreeBSD/" +E_SVN = "svn://svn.enlightenment.org/svn/e"