Lines Matching full:conf
23 mkdir -p "$BUILDDIR/conf"
35 # Attempting removal of sticky,setuid bits from BUILDDIR, BUILDDIR/conf
37 chmod -st "$BUILDDIR/conf" 2>/dev/null || echo "WARNING: unable to chmod $BUILDDIR/conf"
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"
52 # $TEMPLATECONF can point to a directory for the template local.conf & bblayers.conf
56 # Allow TEMPLATECONF=meta-xyz/conf as a shortcut
65 OECORELAYERCONF="$TEMPLATECONF/bblayers.conf.sample"
66 OECORELOCALCONF="$TEMPLATECONF/local.conf.sample"
67 OECORENOTESCONF="$TEMPLATECONF/conf-notes.txt"
72 OECORELOCALCONF="$OEROOT/meta/conf/local.conf.sample"
74 if [ ! -r "$BUILDDIR/conf/local.conf" ]; then
76 You had no conf/local.conf file. This configuration file has therefore been
79 hardware). See conf/local.conf for more information as common configuration
83 cp -f "$OECORELOCALCONF" "$BUILDDIR/conf/local.conf"
88 OECORELAYERCONF="$OEROOT/meta/conf/bblayers.conf.sample"
90 if [ ! -r "$BUILDDIR/conf/bblayers.conf" ]; then
92 You had no conf/bblayers.conf file. This configuration file has therefore been
95 to conf/bblayers.conf.
99 # Put the absolute path to the layers in bblayers.conf so we can run
105 "$OECORELAYERCONF" > "$BUILDDIR/conf/bblayers.conf"
128 OECORENOTESCONF="$OEROOT/meta/conf/conf-notes.txt"