From: Rod Whitby Date: Sat, 30 Jul 2005 05:12:45 +0000 (+0000) Subject: Renamed setup-openembedded to setup-env X-Git-Tag: Release-2010-05/1~9453^2~2960^2^2~9^2~2^2~3^2^2~4^2~78 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a95903817361c50782014172034cc09978819904;p=openembedded.git Renamed setup-openembedded to setup-env --- diff --git a/common/setup-openembedded b/common/setup-env similarity index 100% rename from common/setup-openembedded rename to common/setup-env diff --git a/openslug/conf/auto.conf b/openslug/conf/auto.conf new file mode 100644 index 0000000000..7e2a406f79 --- /dev/null +++ b/openslug/conf/auto.conf @@ -0,0 +1,4 @@ +# OpenSlug bitbake configuration +DISTRO="openslug" +MACHINE="nslu2" +MAKE_TARGET="openslug-packages" \ No newline at end of file diff --git a/unslung/conf/auto.conf b/unslung/conf/auto.conf new file mode 100644 index 0000000000..7ec443ca0b --- /dev/null +++ b/unslung/conf/auto.conf @@ -0,0 +1,4 @@ +# Unslung bitbake configuration +DISTRO="unslung" +MACHINE="nslu2" +MAKE_TARGET="unslung-packages" \ No newline at end of file