sumo migration: sync config templates
Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>
This commit is contained in:
parent
0975600fc2
commit
5464d5830b
|
|
@ -28,7 +28,7 @@
|
||||||
# There are also the following hardware board target machines included for
|
# There are also the following hardware board target machines included for
|
||||||
# demonstration purposes:
|
# demonstration purposes:
|
||||||
#
|
#
|
||||||
#MACHINE ?= "beaglebone"
|
#MACHINE ?= "beaglebone-yocto"
|
||||||
#MACHINE ?= "genericx86"
|
#MACHINE ?= "genericx86"
|
||||||
#MACHINE ?= "genericx86-64"
|
#MACHINE ?= "genericx86-64"
|
||||||
#MACHINE ?= "mpc8315e-rdb"
|
#MACHINE ?= "mpc8315e-rdb"
|
||||||
|
|
@ -197,7 +197,7 @@ PATCHRESOLVE = "noop"
|
||||||
# files and damages the build in ways which may not be easily recoverable.
|
# files and damages the build in ways which may not be easily recoverable.
|
||||||
# It's necesary to monitor /tmp, if there is no space left the build will fail
|
# It's necesary to monitor /tmp, if there is no space left the build will fail
|
||||||
# with very exotic errors.
|
# with very exotic errors.
|
||||||
BB_DISKMON_DIRS = "\
|
BB_DISKMON_DIRS ??= "\
|
||||||
STOPTASKS,${TMPDIR},1G,100K \
|
STOPTASKS,${TMPDIR},1G,100K \
|
||||||
STOPTASKS,${DL_DIR},1G,100K \
|
STOPTASKS,${DL_DIR},1G,100K \
|
||||||
STOPTASKS,${SSTATE_DIR},1G,100K \
|
STOPTASKS,${SSTATE_DIR},1G,100K \
|
||||||
|
|
@ -225,6 +225,17 @@ BB_DISKMON_DIRS = "\
|
||||||
#file://.* http://someserver.tld/share/sstate/PATH;downloadfilename=PATH \n \
|
#file://.* http://someserver.tld/share/sstate/PATH;downloadfilename=PATH \n \
|
||||||
#file://.* file:///some/local/dir/sstate/PATH"
|
#file://.* file:///some/local/dir/sstate/PATH"
|
||||||
|
|
||||||
|
#
|
||||||
|
# Yocto Project SState Mirror
|
||||||
|
#
|
||||||
|
# The Yocto Project has prebuilt artefacts available for its releases, you can enable
|
||||||
|
# use of these by uncommenting the following line. This will mean the build uses
|
||||||
|
# the network to check for artefacts at the start of builds, which does slow it down
|
||||||
|
# equally, it will also speed up the builds by not having to build things if they are
|
||||||
|
# present in the cache. It assumes you can download something faster than you can build it
|
||||||
|
# which will depend on your network.
|
||||||
|
#
|
||||||
|
#SSTATE_MIRRORS ?= "file://.* http://sstate.yoctoproject.org/2.5/PATH;downloadfilename=PATH"
|
||||||
|
|
||||||
#
|
#
|
||||||
# Qemu configuration
|
# Qemu configuration
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@
|
||||||
# There are also the following hardware board target machines included for
|
# There are also the following hardware board target machines included for
|
||||||
# demonstration purposes:
|
# demonstration purposes:
|
||||||
#
|
#
|
||||||
#MACHINE ?= "beaglebone"
|
#MACHINE ?= "beaglebone-yocto"
|
||||||
#MACHINE ?= "genericx86"
|
#MACHINE ?= "genericx86"
|
||||||
#MACHINE ?= "genericx86-64"
|
#MACHINE ?= "genericx86-64"
|
||||||
#MACHINE ?= "mpc8315e-rdb"
|
#MACHINE ?= "mpc8315e-rdb"
|
||||||
|
|
@ -197,7 +197,7 @@ PATCHRESOLVE = "noop"
|
||||||
# files and damages the build in ways which may not be easily recoverable.
|
# files and damages the build in ways which may not be easily recoverable.
|
||||||
# It's necesary to monitor /tmp, if there is no space left the build will fail
|
# It's necesary to monitor /tmp, if there is no space left the build will fail
|
||||||
# with very exotic errors.
|
# with very exotic errors.
|
||||||
BB_DISKMON_DIRS = "\
|
BB_DISKMON_DIRS ??= "\
|
||||||
STOPTASKS,${TMPDIR},1G,100K \
|
STOPTASKS,${TMPDIR},1G,100K \
|
||||||
STOPTASKS,${DL_DIR},1G,100K \
|
STOPTASKS,${DL_DIR},1G,100K \
|
||||||
STOPTASKS,${SSTATE_DIR},1G,100K \
|
STOPTASKS,${SSTATE_DIR},1G,100K \
|
||||||
|
|
@ -225,6 +225,17 @@ BB_DISKMON_DIRS = "\
|
||||||
#file://.* http://someserver.tld/share/sstate/PATH;downloadfilename=PATH \n \
|
#file://.* http://someserver.tld/share/sstate/PATH;downloadfilename=PATH \n \
|
||||||
#file://.* file:///some/local/dir/sstate/PATH"
|
#file://.* file:///some/local/dir/sstate/PATH"
|
||||||
|
|
||||||
|
#
|
||||||
|
# Yocto Project SState Mirror
|
||||||
|
#
|
||||||
|
# The Yocto Project has prebuilt artefacts available for its releases, you can enable
|
||||||
|
# use of these by uncommenting the following line. This will mean the build uses
|
||||||
|
# the network to check for artefacts at the start of builds, which does slow it down
|
||||||
|
# equally, it will also speed up the builds by not having to build things if they are
|
||||||
|
# present in the cache. It assumes you can download something faster than you can build it
|
||||||
|
# which will depend on your network.
|
||||||
|
#
|
||||||
|
#SSTATE_MIRRORS ?= "file://.* http://sstate.yoctoproject.org/2.5/PATH;downloadfilename=PATH"
|
||||||
|
|
||||||
#
|
#
|
||||||
# Qemu configuration
|
# Qemu configuration
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@
|
||||||
# There are also the following hardware board target machines included for
|
# There are also the following hardware board target machines included for
|
||||||
# demonstration purposes:
|
# demonstration purposes:
|
||||||
#
|
#
|
||||||
#MACHINE ?= "beaglebone"
|
#MACHINE ?= "beaglebone-yocto"
|
||||||
#MACHINE ?= "genericx86"
|
#MACHINE ?= "genericx86"
|
||||||
#MACHINE ?= "genericx86-64"
|
#MACHINE ?= "genericx86-64"
|
||||||
#MACHINE ?= "mpc8315e-rdb"
|
#MACHINE ?= "mpc8315e-rdb"
|
||||||
|
|
@ -197,7 +197,7 @@ PATCHRESOLVE = "noop"
|
||||||
# files and damages the build in ways which may not be easily recoverable.
|
# files and damages the build in ways which may not be easily recoverable.
|
||||||
# It's necesary to monitor /tmp, if there is no space left the build will fail
|
# It's necesary to monitor /tmp, if there is no space left the build will fail
|
||||||
# with very exotic errors.
|
# with very exotic errors.
|
||||||
BB_DISKMON_DIRS = "\
|
BB_DISKMON_DIRS ??= "\
|
||||||
STOPTASKS,${TMPDIR},1G,100K \
|
STOPTASKS,${TMPDIR},1G,100K \
|
||||||
STOPTASKS,${DL_DIR},1G,100K \
|
STOPTASKS,${DL_DIR},1G,100K \
|
||||||
STOPTASKS,${SSTATE_DIR},1G,100K \
|
STOPTASKS,${SSTATE_DIR},1G,100K \
|
||||||
|
|
@ -225,6 +225,17 @@ BB_DISKMON_DIRS = "\
|
||||||
#file://.* http://someserver.tld/share/sstate/PATH;downloadfilename=PATH \n \
|
#file://.* http://someserver.tld/share/sstate/PATH;downloadfilename=PATH \n \
|
||||||
#file://.* file:///some/local/dir/sstate/PATH"
|
#file://.* file:///some/local/dir/sstate/PATH"
|
||||||
|
|
||||||
|
#
|
||||||
|
# Yocto Project SState Mirror
|
||||||
|
#
|
||||||
|
# The Yocto Project has prebuilt artefacts available for its releases, you can enable
|
||||||
|
# use of these by uncommenting the following line. This will mean the build uses
|
||||||
|
# the network to check for artefacts at the start of builds, which does slow it down
|
||||||
|
# equally, it will also speed up the builds by not having to build things if they are
|
||||||
|
# present in the cache. It assumes you can download something faster than you can build it
|
||||||
|
# which will depend on your network.
|
||||||
|
#
|
||||||
|
#SSTATE_MIRRORS ?= "file://.* http://sstate.yoctoproject.org/2.5/PATH;downloadfilename=PATH"
|
||||||
|
|
||||||
#
|
#
|
||||||
# Qemu configuration
|
# Qemu configuration
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@
|
||||||
# There are also the following hardware board target machines included for
|
# There are also the following hardware board target machines included for
|
||||||
# demonstration purposes:
|
# demonstration purposes:
|
||||||
#
|
#
|
||||||
#MACHINE ?= "beaglebone"
|
#MACHINE ?= "beaglebone-yocto"
|
||||||
#MACHINE ?= "genericx86"
|
#MACHINE ?= "genericx86"
|
||||||
#MACHINE ?= "genericx86-64"
|
#MACHINE ?= "genericx86-64"
|
||||||
#MACHINE ?= "mpc8315e-rdb"
|
#MACHINE ?= "mpc8315e-rdb"
|
||||||
|
|
@ -197,7 +197,7 @@ PATCHRESOLVE = "noop"
|
||||||
# files and damages the build in ways which may not be easily recoverable.
|
# files and damages the build in ways which may not be easily recoverable.
|
||||||
# It's necesary to monitor /tmp, if there is no space left the build will fail
|
# It's necesary to monitor /tmp, if there is no space left the build will fail
|
||||||
# with very exotic errors.
|
# with very exotic errors.
|
||||||
BB_DISKMON_DIRS = "\
|
BB_DISKMON_DIRS ??= "\
|
||||||
STOPTASKS,${TMPDIR},1G,100K \
|
STOPTASKS,${TMPDIR},1G,100K \
|
||||||
STOPTASKS,${DL_DIR},1G,100K \
|
STOPTASKS,${DL_DIR},1G,100K \
|
||||||
STOPTASKS,${SSTATE_DIR},1G,100K \
|
STOPTASKS,${SSTATE_DIR},1G,100K \
|
||||||
|
|
@ -225,6 +225,17 @@ BB_DISKMON_DIRS = "\
|
||||||
#file://.* http://someserver.tld/share/sstate/PATH;downloadfilename=PATH \n \
|
#file://.* http://someserver.tld/share/sstate/PATH;downloadfilename=PATH \n \
|
||||||
#file://.* file:///some/local/dir/sstate/PATH"
|
#file://.* file:///some/local/dir/sstate/PATH"
|
||||||
|
|
||||||
|
#
|
||||||
|
# Yocto Project SState Mirror
|
||||||
|
#
|
||||||
|
# The Yocto Project has prebuilt artefacts available for its releases, you can enable
|
||||||
|
# use of these by uncommenting the following line. This will mean the build uses
|
||||||
|
# the network to check for artefacts at the start of builds, which does slow it down
|
||||||
|
# equally, it will also speed up the builds by not having to build things if they are
|
||||||
|
# present in the cache. It assumes you can download something faster than you can build it
|
||||||
|
# which will depend on your network.
|
||||||
|
#
|
||||||
|
#SSTATE_MIRRORS ?= "file://.* http://sstate.yoctoproject.org/2.5/PATH;downloadfilename=PATH"
|
||||||
|
|
||||||
#
|
#
|
||||||
# Qemu configuration
|
# Qemu configuration
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@
|
||||||
# There are also the following hardware board target machines included for
|
# There are also the following hardware board target machines included for
|
||||||
# demonstration purposes:
|
# demonstration purposes:
|
||||||
#
|
#
|
||||||
#MACHINE ?= "beaglebone"
|
#MACHINE ?= "beaglebone-yocto"
|
||||||
#MACHINE ?= "genericx86"
|
#MACHINE ?= "genericx86"
|
||||||
#MACHINE ?= "genericx86-64"
|
#MACHINE ?= "genericx86-64"
|
||||||
#MACHINE ?= "mpc8315e-rdb"
|
#MACHINE ?= "mpc8315e-rdb"
|
||||||
|
|
@ -197,7 +197,7 @@ PATCHRESOLVE = "noop"
|
||||||
# files and damages the build in ways which may not be easily recoverable.
|
# files and damages the build in ways which may not be easily recoverable.
|
||||||
# It's necesary to monitor /tmp, if there is no space left the build will fail
|
# It's necesary to monitor /tmp, if there is no space left the build will fail
|
||||||
# with very exotic errors.
|
# with very exotic errors.
|
||||||
BB_DISKMON_DIRS = "\
|
BB_DISKMON_DIRS ??= "\
|
||||||
STOPTASKS,${TMPDIR},1G,100K \
|
STOPTASKS,${TMPDIR},1G,100K \
|
||||||
STOPTASKS,${DL_DIR},1G,100K \
|
STOPTASKS,${DL_DIR},1G,100K \
|
||||||
STOPTASKS,${SSTATE_DIR},1G,100K \
|
STOPTASKS,${SSTATE_DIR},1G,100K \
|
||||||
|
|
@ -225,6 +225,17 @@ BB_DISKMON_DIRS = "\
|
||||||
#file://.* http://someserver.tld/share/sstate/PATH;downloadfilename=PATH \n \
|
#file://.* http://someserver.tld/share/sstate/PATH;downloadfilename=PATH \n \
|
||||||
#file://.* file:///some/local/dir/sstate/PATH"
|
#file://.* file:///some/local/dir/sstate/PATH"
|
||||||
|
|
||||||
|
#
|
||||||
|
# Yocto Project SState Mirror
|
||||||
|
#
|
||||||
|
# The Yocto Project has prebuilt artefacts available for its releases, you can enable
|
||||||
|
# use of these by uncommenting the following line. This will mean the build uses
|
||||||
|
# the network to check for artefacts at the start of builds, which does slow it down
|
||||||
|
# equally, it will also speed up the builds by not having to build things if they are
|
||||||
|
# present in the cache. It assumes you can download something faster than you can build it
|
||||||
|
# which will depend on your network.
|
||||||
|
#
|
||||||
|
#SSTATE_MIRRORS ?= "file://.* http://sstate.yoctoproject.org/2.5/PATH;downloadfilename=PATH"
|
||||||
|
|
||||||
#
|
#
|
||||||
# Qemu configuration
|
# Qemu configuration
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@
|
||||||
# There are also the following hardware board target machines included for
|
# There are also the following hardware board target machines included for
|
||||||
# demonstration purposes:
|
# demonstration purposes:
|
||||||
#
|
#
|
||||||
#MACHINE ?= "beaglebone"
|
#MACHINE ?= "beaglebone-yocto"
|
||||||
#MACHINE ?= "genericx86"
|
#MACHINE ?= "genericx86"
|
||||||
#MACHINE ?= "genericx86-64"
|
#MACHINE ?= "genericx86-64"
|
||||||
#MACHINE ?= "mpc8315e-rdb"
|
#MACHINE ?= "mpc8315e-rdb"
|
||||||
|
|
@ -197,7 +197,7 @@ PATCHRESOLVE = "noop"
|
||||||
# files and damages the build in ways which may not be easily recoverable.
|
# files and damages the build in ways which may not be easily recoverable.
|
||||||
# It's necesary to monitor /tmp, if there is no space left the build will fail
|
# It's necesary to monitor /tmp, if there is no space left the build will fail
|
||||||
# with very exotic errors.
|
# with very exotic errors.
|
||||||
BB_DISKMON_DIRS = "\
|
BB_DISKMON_DIRS ??= "\
|
||||||
STOPTASKS,${TMPDIR},1G,100K \
|
STOPTASKS,${TMPDIR},1G,100K \
|
||||||
STOPTASKS,${DL_DIR},1G,100K \
|
STOPTASKS,${DL_DIR},1G,100K \
|
||||||
STOPTASKS,${SSTATE_DIR},1G,100K \
|
STOPTASKS,${SSTATE_DIR},1G,100K \
|
||||||
|
|
@ -225,6 +225,17 @@ BB_DISKMON_DIRS = "\
|
||||||
#file://.* http://someserver.tld/share/sstate/PATH;downloadfilename=PATH \n \
|
#file://.* http://someserver.tld/share/sstate/PATH;downloadfilename=PATH \n \
|
||||||
#file://.* file:///some/local/dir/sstate/PATH"
|
#file://.* file:///some/local/dir/sstate/PATH"
|
||||||
|
|
||||||
|
#
|
||||||
|
# Yocto Project SState Mirror
|
||||||
|
#
|
||||||
|
# The Yocto Project has prebuilt artefacts available for its releases, you can enable
|
||||||
|
# use of these by uncommenting the following line. This will mean the build uses
|
||||||
|
# the network to check for artefacts at the start of builds, which does slow it down
|
||||||
|
# equally, it will also speed up the builds by not having to build things if they are
|
||||||
|
# present in the cache. It assumes you can download something faster than you can build it
|
||||||
|
# which will depend on your network.
|
||||||
|
#
|
||||||
|
#SSTATE_MIRRORS ?= "file://.* http://sstate.yoctoproject.org/2.5/PATH;downloadfilename=PATH"
|
||||||
|
|
||||||
#
|
#
|
||||||
# Qemu configuration
|
# Qemu configuration
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue