From: Chris Larson Date: Thu, 16 Sep 2004 02:48:54 +0000 (+0000) Subject: Set IMAGE_FSTYPE to ext2.gz for the unslung and anyu2 distros, for now. X-Git-Tag: Release-2010-05/1~17139 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d4a5446d84d420b5f95f10fd29b6fa68eb63e0d;p=openembedded.git Set IMAGE_FSTYPE to ext2.gz for the unslung and anyu2 distros, for now. BKrev: 4148ff16uFDyXrg0IzX342A4ZGzHwA --- diff --git a/conf/anyu2.conf b/conf/anyu2.conf index e69de29bb2..efd341927c 100644 --- a/conf/anyu2.conf +++ b/conf/anyu2.conf @@ -0,0 +1,7 @@ +#@TYPE: Distribution +#@NAME: AnyU2 +#@DESCRIPTION: AnyU2 Linux Distribution configuration + +INHERIT += " package_ipk debian" + +IMAGE_FSTYPE = "ext2.gz" diff --git a/conf/unslung.conf b/conf/unslung.conf index e69de29bb2..fb71f80f3a 100644 --- a/conf/unslung.conf +++ b/conf/unslung.conf @@ -0,0 +1,8 @@ +#@TYPE: Distribution +#@NAME: Unslung Linux +#@DESCRIPTION: Distribution for packages to be run on the Linksys firmware in the NSLU2 + +INHERIT += " package_ipk debian" +PREFERRED_VERSION_glibc ?= "2.2.5" +PREFERRED_VERSION_glibc-initial ?= "2.2.5" +IMAGE_FSTYPE = "ext2.gz"