Lines Matching refs:BUILDDIR
10 if [ -z "$BUILDDIR" ]; then
18 echo "OpenEmbedded setup-builddir - setup build directory $BUILDDIR"
23 mkdir -p "$BUILDDIR/conf"
25 if [ ! -d "$BUILDDIR" ]; then
26 echo >&2 "Error: The builddir ($BUILDDIR) does not exist!"
30 if [ ! -w "$BUILDDIR" ]; then
31 …echo >&2 "Error: Cannot write to $BUILDDIR, perhaps try sourcing with a writable path? i.e. . oe-i…
36 chmod -st "$BUILDDIR" 2>/dev/null || echo "WARNING: unable to chmod $BUILDDIR"
37 chmod -st "$BUILDDIR/conf" 2>/dev/null || echo "WARNING: unable to chmod $BUILDDIR/conf"
39 cd "$BUILDDIR"
41 if [ -f "$BUILDDIR/conf/templateconf.cfg" ]; then
42 TEMPLATECONF=$(cat "$BUILDDIR/conf/templateconf.cfg")
47 if [ ! -f "$BUILDDIR/conf/templateconf.cfg" ]; then
48 echo "$TEMPLATECONF" >"$BUILDDIR/conf/templateconf.cfg"
74 if [ ! -r "$BUILDDIR/conf/local.conf" ]; then
83 cp -f "$OECORELOCALCONF" "$BUILDDIR/conf/local.conf"
90 if [ ! -r "$BUILDDIR/conf/bblayers.conf" ]; then
105 "$OECORELAYERCONF" > "$BUILDDIR/conf/bblayers.conf"