git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84374f7
)
angstrom release builder: turn on glibc again
author
Koen Kooi
<koen@openembedded.org>
Thu, 6 Mar 2008 11:02:27 +0000
(11:02 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Thu, 6 Mar 2008 11:02:27 +0000
(11:02 +0000)
contrib/angstrom/build-release.sh
patch
|
blob
|
history
diff --git
a/contrib/angstrom/build-release.sh
b/contrib/angstrom/build-release.sh
index
31dd704
..
cf5af30
100755
(executable)
--- a/
contrib/angstrom/build-release.sh
+++ b/
contrib/angstrom/build-release.sh
@@
-22,6
+22,9
@@
do_build() {
fi
BUILD_MODE="glibc"
+ echo "MACHINE = \"$BUILD_MACHINE\"" > conf/auto.conf
+ echo 'ANGSTROM_MODE = "glibc"' >> conf/auto.conf
+
if [ "$BUILD_CLEAN" != "" ]
then
bitbake -c clean $BUILD_CLEAN