mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 21:09:03 +02:00
oe-setup-builddir: do not suggest local.conf as a source of examples
This holds true for the default core/poky template, but not anything else. Eventually there will be fragments and associated tooling. (From OE-Core rev: 3e4015d54e91ce4d312964b036784576a4b22566) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
6cd5db1e62
commit
ecb9f7ee6d
|
@ -79,8 +79,7 @@ if [ ! -r "$BUILDDIR/conf/local.conf" ]; then
|
||||||
You had no conf/local.conf file. This configuration file has therefore been
|
You had no conf/local.conf file. This configuration file has therefore been
|
||||||
created for you from $OECORELOCALCONF
|
created for you from $OECORELOCALCONF
|
||||||
You may wish to edit it to, for example, select a different MACHINE (target
|
You may wish to edit it to, for example, select a different MACHINE (target
|
||||||
hardware). See conf/local.conf for more information as common configuration
|
hardware).
|
||||||
options are commented.
|
|
||||||
|
|
||||||
EOM
|
EOM
|
||||||
cp -f "$OECORELOCALCONF" "$BUILDDIR/conf/local.conf"
|
cp -f "$OECORELOCALCONF" "$BUILDDIR/conf/local.conf"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user