From: Leon Woestenberg Date: Fri, 19 Oct 2007 19:32:34 +0000 (+0000) Subject: efika: Trivial typo fix. X-Git-Tag: Release-2010-05/1~8515^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57a63b376f52fb7018d721f483a13a3e31c15e55;p=openembedded.git efika: Trivial typo fix. --- diff --git a/conf/machine/efika.conf b/conf/machine/efika.conf index 5a2fb2dacf..a41005bd44 100644 --- a/conf/machine/efika.conf +++ b/conf/machine/efika.conf @@ -1,10 +1,9 @@ #@TYPE: Machine #@Name: Genisi EFIKA Development Platform -#@DESCRIPTION: Machine configuration for teh EFIKA development platform: http://www.pegasosppc.com/efika.php - +#@DESCRIPTION: Machine configuration for the EFIKA development platform: http://www.pegasosppc.com/efika.php TARGET_ARCH = "powerpc" -PACKAGE_EXTRA_ARCHS = "all ${MACHINE} ppc ppc603e" +PACKAGE_EXTRA_ARCHS = "all ${MACHINE} ppc ppc603e" PREFERRED_PROVIDER_virtual/kernel = "linux-${MACHINE}"