diff options
author | Rod Whitby <rod@whitby.id.au> | 2005-07-30 05:12:45 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-30 05:12:45 +0000 |
commit | a95903817361c50782014172034cc09978819904 (patch) | |
tree | 8c5024c6614c9248ba55d7eddb3f6171f54d6996 | |
parent | 7bc1dacee9dd0e17d4a972a0dd0d14e728646905 (diff) |
Renamed setup-openembedded to setup-env
-rw-r--r-- | common/setup-env (renamed from common/setup-openembedded) | 0 | ||||
-rw-r--r-- | openslug/conf/auto.conf | 4 | ||||
-rw-r--r-- | unslung/conf/auto.conf | 4 |
3 files changed, 8 insertions, 0 deletions
diff --git a/common/setup-openembedded b/common/setup-env index 46151e5774..46151e5774 100644 --- a/common/setup-openembedded +++ b/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 |