From 2faeb82daf7f74b0dda868adc7e4c43640e79982 Mon Sep 17 00:00:00 2001 From: Rolf Leggewie Date: Sun, 4 May 2008 17:59:46 +0000 Subject: divers: s/bugs.openembedded.org/bugs.openembedded.net/ for all of OE * bugs.openembedded.org has frequent DNS issues, .net is better maintained both should usually point to the same server and bugzilla installation --- conf/distro/include/angstrom.inc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'conf/distro/include/angstrom.inc') diff --git a/conf/distro/include/angstrom.inc b/conf/distro/include/angstrom.inc index f53f1fb8bd..f6330981c5 100644 --- a/conf/distro/include/angstrom.inc +++ b/conf/distro/include/angstrom.inc @@ -284,11 +284,11 @@ TINDER_REPORT = "1" # in their local.conf # seppuku bbclass -SEPPUKU_LOGIN = "http://bugs.openembedded.org/query.cgi?" -SEPPUKU_QUERY = "http://bugs.openembedded.org/buglist.cgi?" -SEPPUKU_NEWREPORT = "http://bugs.openembedded.org/post_bug.cgi?bug_file_loc=http%3A%2F%2F&version=Angstrom%20unstable&priority=P2&bug_severity=normal&op_sys=Linux&rep_platform=Other&" -SEPPUKU_ADDCOMMENT = "http://bugs.openembedded.org/process_bug.cgi?bug_file_loc=http%3A%2F%2F&version=Angstrom&priority=P2&bug_severity=normal&op_sys=Linux&rep_platform=Other&" -SEPPUKU_ATTACHMENT = "http://bugs.openembedded.org/attachment.cgi?" +SEPPUKU_LOGIN = "http://bugs.openembedded.net/query.cgi?" +SEPPUKU_QUERY = "http://bugs.openembedded.net/buglist.cgi?" +SEPPUKU_NEWREPORT = "http://bugs.openembedded.net/post_bug.cgi?bug_file_loc=http%3A%2F%2F&version=Angstrom%20unstable&priority=P2&bug_severity=normal&op_sys=Linux&rep_platform=Other&" +SEPPUKU_ADDCOMMENT = "http://bugs.openembedded.net/process_bug.cgi?bug_file_loc=http%3A%2F%2F&version=Angstrom&priority=P2&bug_severity=normal&op_sys=Linux&rep_platform=Other&" +SEPPUKU_ATTACHMENT = "http://bugs.openembedded.net/attachment.cgi?" SEPPUKU_AUTOBUILD = "1" SEPPUKU_PRODUCT = "Openembedded" -- cgit v1.2.3 From 48b0a83aa578206470e6f74576b6a362ba36397a Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Mon, 5 May 2008 07:45:26 +0000 Subject: angstrom: add TARGET_FPU for various archs --- conf/distro/include/angstrom.inc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'conf/distro/include/angstrom.inc') diff --git a/conf/distro/include/angstrom.inc b/conf/distro/include/angstrom.inc index f6330981c5..c7415a7d8b 100644 --- a/conf/distro/include/angstrom.inc +++ b/conf/distro/include/angstrom.inc @@ -76,8 +76,11 @@ ENABLE_BINARY_LOCALE_GENERATION_armeb = "0" TARGET_FPU_arm ?= "soft" TARGET_FPU_armeb ?= "soft" TARGET_FPU_ixp4xx ?= "soft" +TARGET_FPU_ppc405 ?= "soft" -TARGET_FPU_dht-walnut ?= "soft" +TARGET_FPU_armv6 ?= "hard" +TARGET_FPU_armv7a ?= "hard" +TARGET_FPU_ppc603e ?= "hard" #Set the right arch for the feeds #Alphabetically sorted -- cgit v1.2.3