gatesgarth migration: sync config templates
https://jira.digi.com/browse/DEL-7508 Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>
This commit is contained in:
parent
8c718b1693
commit
878ed6f5a3
|
|
@ -31,7 +31,6 @@
|
||||||
#MACHINE ?= "beaglebone-yocto"
|
#MACHINE ?= "beaglebone-yocto"
|
||||||
#MACHINE ?= "genericx86"
|
#MACHINE ?= "genericx86"
|
||||||
#MACHINE ?= "genericx86-64"
|
#MACHINE ?= "genericx86-64"
|
||||||
#MACHINE ?= "mpc8315e-rdb"
|
|
||||||
#MACHINE ?= "edgerouter"
|
#MACHINE ?= "edgerouter"
|
||||||
#
|
#
|
||||||
# This sets the default machine to be qemux86-64 if no other machine is selected:
|
# This sets the default machine to be qemux86-64 if no other machine is selected:
|
||||||
|
|
@ -199,7 +198,7 @@ PATCHRESOLVE = "noop"
|
||||||
# shutdown the build. If there is less that 100MB or 1K inodes, perform a hard abort
|
# shutdown the build. If there is less that 100MB or 1K inodes, perform a hard abort
|
||||||
# of the build. The reason for this is that running completely out of space can corrupt
|
# of the build. The reason for this is that running completely out of space can corrupt
|
||||||
# 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 necessary 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 \
|
||||||
|
|
@ -269,6 +268,16 @@ PACKAGECONFIG_append_pn-qemu-system-native = " sdl"
|
||||||
#BB_HASHSERVE = "auto"
|
#BB_HASHSERVE = "auto"
|
||||||
#BB_SIGNATURE_HANDLER = "OEEquivHash"
|
#BB_SIGNATURE_HANDLER = "OEEquivHash"
|
||||||
|
|
||||||
|
#
|
||||||
|
# Memory Resident Bitbake
|
||||||
|
#
|
||||||
|
# Bitbake's server component can stay in memory after the UI for the current command
|
||||||
|
# has completed. This means subsequent commands can run faster since there is no need
|
||||||
|
# for bitbake to reload cache files and so on. Number is in seconds, after which the
|
||||||
|
# server will shut down.
|
||||||
|
#
|
||||||
|
#BB_SERVER_TIMEOUT = "60"
|
||||||
|
|
||||||
# CONF_VERSION is increased each time build/conf/ changes incompatibly and is used to
|
# CONF_VERSION is increased each time build/conf/ changes incompatibly and is used to
|
||||||
# track the version of this file when it was generated. This can safely be ignored if
|
# track the version of this file when it was generated. This can safely be ignored if
|
||||||
# this doesn't mean anything to you.
|
# this doesn't mean anything to you.
|
||||||
|
|
|
||||||
|
|
@ -31,7 +31,6 @@
|
||||||
#MACHINE ?= "beaglebone-yocto"
|
#MACHINE ?= "beaglebone-yocto"
|
||||||
#MACHINE ?= "genericx86"
|
#MACHINE ?= "genericx86"
|
||||||
#MACHINE ?= "genericx86-64"
|
#MACHINE ?= "genericx86-64"
|
||||||
#MACHINE ?= "mpc8315e-rdb"
|
|
||||||
#MACHINE ?= "edgerouter"
|
#MACHINE ?= "edgerouter"
|
||||||
#
|
#
|
||||||
# This sets the default machine to be qemux86-64 if no other machine is selected:
|
# This sets the default machine to be qemux86-64 if no other machine is selected:
|
||||||
|
|
@ -199,7 +198,7 @@ PATCHRESOLVE = "noop"
|
||||||
# shutdown the build. If there is less that 100MB or 1K inodes, perform a hard abort
|
# shutdown the build. If there is less that 100MB or 1K inodes, perform a hard abort
|
||||||
# of the build. The reason for this is that running completely out of space can corrupt
|
# of the build. The reason for this is that running completely out of space can corrupt
|
||||||
# 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 necessary 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 \
|
||||||
|
|
@ -269,6 +268,16 @@ PACKAGECONFIG_append_pn-qemu-system-native = " sdl"
|
||||||
#BB_HASHSERVE = "auto"
|
#BB_HASHSERVE = "auto"
|
||||||
#BB_SIGNATURE_HANDLER = "OEEquivHash"
|
#BB_SIGNATURE_HANDLER = "OEEquivHash"
|
||||||
|
|
||||||
|
#
|
||||||
|
# Memory Resident Bitbake
|
||||||
|
#
|
||||||
|
# Bitbake's server component can stay in memory after the UI for the current command
|
||||||
|
# has completed. This means subsequent commands can run faster since there is no need
|
||||||
|
# for bitbake to reload cache files and so on. Number is in seconds, after which the
|
||||||
|
# server will shut down.
|
||||||
|
#
|
||||||
|
#BB_SERVER_TIMEOUT = "60"
|
||||||
|
|
||||||
# CONF_VERSION is increased each time build/conf/ changes incompatibly and is used to
|
# CONF_VERSION is increased each time build/conf/ changes incompatibly and is used to
|
||||||
# track the version of this file when it was generated. This can safely be ignored if
|
# track the version of this file when it was generated. This can safely be ignored if
|
||||||
# this doesn't mean anything to you.
|
# this doesn't mean anything to you.
|
||||||
|
|
|
||||||
|
|
@ -31,7 +31,6 @@
|
||||||
#MACHINE ?= "beaglebone-yocto"
|
#MACHINE ?= "beaglebone-yocto"
|
||||||
#MACHINE ?= "genericx86"
|
#MACHINE ?= "genericx86"
|
||||||
#MACHINE ?= "genericx86-64"
|
#MACHINE ?= "genericx86-64"
|
||||||
#MACHINE ?= "mpc8315e-rdb"
|
|
||||||
#MACHINE ?= "edgerouter"
|
#MACHINE ?= "edgerouter"
|
||||||
#
|
#
|
||||||
# This sets the default machine to be qemux86-64 if no other machine is selected:
|
# This sets the default machine to be qemux86-64 if no other machine is selected:
|
||||||
|
|
@ -199,7 +198,7 @@ PATCHRESOLVE = "noop"
|
||||||
# shutdown the build. If there is less that 100MB or 1K inodes, perform a hard abort
|
# shutdown the build. If there is less that 100MB or 1K inodes, perform a hard abort
|
||||||
# of the build. The reason for this is that running completely out of space can corrupt
|
# of the build. The reason for this is that running completely out of space can corrupt
|
||||||
# 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 necessary 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 \
|
||||||
|
|
@ -269,6 +268,16 @@ PACKAGECONFIG_append_pn-qemu-system-native = " sdl"
|
||||||
#BB_HASHSERVE = "auto"
|
#BB_HASHSERVE = "auto"
|
||||||
#BB_SIGNATURE_HANDLER = "OEEquivHash"
|
#BB_SIGNATURE_HANDLER = "OEEquivHash"
|
||||||
|
|
||||||
|
#
|
||||||
|
# Memory Resident Bitbake
|
||||||
|
#
|
||||||
|
# Bitbake's server component can stay in memory after the UI for the current command
|
||||||
|
# has completed. This means subsequent commands can run faster since there is no need
|
||||||
|
# for bitbake to reload cache files and so on. Number is in seconds, after which the
|
||||||
|
# server will shut down.
|
||||||
|
#
|
||||||
|
#BB_SERVER_TIMEOUT = "60"
|
||||||
|
|
||||||
# CONF_VERSION is increased each time build/conf/ changes incompatibly and is used to
|
# CONF_VERSION is increased each time build/conf/ changes incompatibly and is used to
|
||||||
# track the version of this file when it was generated. This can safely be ignored if
|
# track the version of this file when it was generated. This can safely be ignored if
|
||||||
# this doesn't mean anything to you.
|
# this doesn't mean anything to you.
|
||||||
|
|
|
||||||
|
|
@ -31,7 +31,6 @@
|
||||||
#MACHINE ?= "beaglebone-yocto"
|
#MACHINE ?= "beaglebone-yocto"
|
||||||
#MACHINE ?= "genericx86"
|
#MACHINE ?= "genericx86"
|
||||||
#MACHINE ?= "genericx86-64"
|
#MACHINE ?= "genericx86-64"
|
||||||
#MACHINE ?= "mpc8315e-rdb"
|
|
||||||
#MACHINE ?= "edgerouter"
|
#MACHINE ?= "edgerouter"
|
||||||
#
|
#
|
||||||
# This sets the default machine to be qemux86-64 if no other machine is selected:
|
# This sets the default machine to be qemux86-64 if no other machine is selected:
|
||||||
|
|
@ -199,7 +198,7 @@ PATCHRESOLVE = "noop"
|
||||||
# shutdown the build. If there is less that 100MB or 1K inodes, perform a hard abort
|
# shutdown the build. If there is less that 100MB or 1K inodes, perform a hard abort
|
||||||
# of the build. The reason for this is that running completely out of space can corrupt
|
# of the build. The reason for this is that running completely out of space can corrupt
|
||||||
# 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 necessary 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 \
|
||||||
|
|
@ -269,6 +268,16 @@ PACKAGECONFIG_append_pn-qemu-system-native = " sdl"
|
||||||
#BB_HASHSERVE = "auto"
|
#BB_HASHSERVE = "auto"
|
||||||
#BB_SIGNATURE_HANDLER = "OEEquivHash"
|
#BB_SIGNATURE_HANDLER = "OEEquivHash"
|
||||||
|
|
||||||
|
#
|
||||||
|
# Memory Resident Bitbake
|
||||||
|
#
|
||||||
|
# Bitbake's server component can stay in memory after the UI for the current command
|
||||||
|
# has completed. This means subsequent commands can run faster since there is no need
|
||||||
|
# for bitbake to reload cache files and so on. Number is in seconds, after which the
|
||||||
|
# server will shut down.
|
||||||
|
#
|
||||||
|
#BB_SERVER_TIMEOUT = "60"
|
||||||
|
|
||||||
# CONF_VERSION is increased each time build/conf/ changes incompatibly and is used to
|
# CONF_VERSION is increased each time build/conf/ changes incompatibly and is used to
|
||||||
# track the version of this file when it was generated. This can safely be ignored if
|
# track the version of this file when it was generated. This can safely be ignored if
|
||||||
# this doesn't mean anything to you.
|
# this doesn't mean anything to you.
|
||||||
|
|
|
||||||
|
|
@ -31,7 +31,6 @@
|
||||||
#MACHINE ?= "beaglebone-yocto"
|
#MACHINE ?= "beaglebone-yocto"
|
||||||
#MACHINE ?= "genericx86"
|
#MACHINE ?= "genericx86"
|
||||||
#MACHINE ?= "genericx86-64"
|
#MACHINE ?= "genericx86-64"
|
||||||
#MACHINE ?= "mpc8315e-rdb"
|
|
||||||
#MACHINE ?= "edgerouter"
|
#MACHINE ?= "edgerouter"
|
||||||
#
|
#
|
||||||
# This sets the default machine to be qemux86-64 if no other machine is selected:
|
# This sets the default machine to be qemux86-64 if no other machine is selected:
|
||||||
|
|
@ -199,7 +198,7 @@ PATCHRESOLVE = "noop"
|
||||||
# shutdown the build. If there is less that 100MB or 1K inodes, perform a hard abort
|
# shutdown the build. If there is less that 100MB or 1K inodes, perform a hard abort
|
||||||
# of the build. The reason for this is that running completely out of space can corrupt
|
# of the build. The reason for this is that running completely out of space can corrupt
|
||||||
# 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 necessary 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 \
|
||||||
|
|
@ -269,6 +268,16 @@ PACKAGECONFIG_append_pn-qemu-system-native = " sdl"
|
||||||
#BB_HASHSERVE = "auto"
|
#BB_HASHSERVE = "auto"
|
||||||
#BB_SIGNATURE_HANDLER = "OEEquivHash"
|
#BB_SIGNATURE_HANDLER = "OEEquivHash"
|
||||||
|
|
||||||
|
#
|
||||||
|
# Memory Resident Bitbake
|
||||||
|
#
|
||||||
|
# Bitbake's server component can stay in memory after the UI for the current command
|
||||||
|
# has completed. This means subsequent commands can run faster since there is no need
|
||||||
|
# for bitbake to reload cache files and so on. Number is in seconds, after which the
|
||||||
|
# server will shut down.
|
||||||
|
#
|
||||||
|
#BB_SERVER_TIMEOUT = "60"
|
||||||
|
|
||||||
# CONF_VERSION is increased each time build/conf/ changes incompatibly and is used to
|
# CONF_VERSION is increased each time build/conf/ changes incompatibly and is used to
|
||||||
# track the version of this file when it was generated. This can safely be ignored if
|
# track the version of this file when it was generated. This can safely be ignored if
|
||||||
# this doesn't mean anything to you.
|
# this doesn't mean anything to you.
|
||||||
|
|
|
||||||
|
|
@ -31,7 +31,6 @@
|
||||||
#MACHINE ?= "beaglebone-yocto"
|
#MACHINE ?= "beaglebone-yocto"
|
||||||
#MACHINE ?= "genericx86"
|
#MACHINE ?= "genericx86"
|
||||||
#MACHINE ?= "genericx86-64"
|
#MACHINE ?= "genericx86-64"
|
||||||
#MACHINE ?= "mpc8315e-rdb"
|
|
||||||
#MACHINE ?= "edgerouter"
|
#MACHINE ?= "edgerouter"
|
||||||
#
|
#
|
||||||
# This sets the default machine to be qemux86-64 if no other machine is selected:
|
# This sets the default machine to be qemux86-64 if no other machine is selected:
|
||||||
|
|
@ -199,7 +198,7 @@ PATCHRESOLVE = "noop"
|
||||||
# shutdown the build. If there is less that 100MB or 1K inodes, perform a hard abort
|
# shutdown the build. If there is less that 100MB or 1K inodes, perform a hard abort
|
||||||
# of the build. The reason for this is that running completely out of space can corrupt
|
# of the build. The reason for this is that running completely out of space can corrupt
|
||||||
# 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 necessary 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 \
|
||||||
|
|
@ -269,6 +268,16 @@ PACKAGECONFIG_append_pn-qemu-system-native = " sdl"
|
||||||
#BB_HASHSERVE = "auto"
|
#BB_HASHSERVE = "auto"
|
||||||
#BB_SIGNATURE_HANDLER = "OEEquivHash"
|
#BB_SIGNATURE_HANDLER = "OEEquivHash"
|
||||||
|
|
||||||
|
#
|
||||||
|
# Memory Resident Bitbake
|
||||||
|
#
|
||||||
|
# Bitbake's server component can stay in memory after the UI for the current command
|
||||||
|
# has completed. This means subsequent commands can run faster since there is no need
|
||||||
|
# for bitbake to reload cache files and so on. Number is in seconds, after which the
|
||||||
|
# server will shut down.
|
||||||
|
#
|
||||||
|
#BB_SERVER_TIMEOUT = "60"
|
||||||
|
|
||||||
# CONF_VERSION is increased each time build/conf/ changes incompatibly and is used to
|
# CONF_VERSION is increased each time build/conf/ changes incompatibly and is used to
|
||||||
# track the version of this file when it was generated. This can safely be ignored if
|
# track the version of this file when it was generated. This can safely be ignored if
|
||||||
# this doesn't mean anything to you.
|
# this doesn't mean anything to you.
|
||||||
|
|
|
||||||
|
|
@ -31,7 +31,6 @@
|
||||||
#MACHINE ?= "beaglebone-yocto"
|
#MACHINE ?= "beaglebone-yocto"
|
||||||
#MACHINE ?= "genericx86"
|
#MACHINE ?= "genericx86"
|
||||||
#MACHINE ?= "genericx86-64"
|
#MACHINE ?= "genericx86-64"
|
||||||
#MACHINE ?= "mpc8315e-rdb"
|
|
||||||
#MACHINE ?= "edgerouter"
|
#MACHINE ?= "edgerouter"
|
||||||
#
|
#
|
||||||
# This sets the default machine to be qemux86-64 if no other machine is selected:
|
# This sets the default machine to be qemux86-64 if no other machine is selected:
|
||||||
|
|
@ -199,7 +198,7 @@ PATCHRESOLVE = "noop"
|
||||||
# shutdown the build. If there is less that 100MB or 1K inodes, perform a hard abort
|
# shutdown the build. If there is less that 100MB or 1K inodes, perform a hard abort
|
||||||
# of the build. The reason for this is that running completely out of space can corrupt
|
# of the build. The reason for this is that running completely out of space can corrupt
|
||||||
# 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 necessary 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 \
|
||||||
|
|
@ -269,6 +268,16 @@ PACKAGECONFIG_append_pn-qemu-system-native = " sdl"
|
||||||
#BB_HASHSERVE = "auto"
|
#BB_HASHSERVE = "auto"
|
||||||
#BB_SIGNATURE_HANDLER = "OEEquivHash"
|
#BB_SIGNATURE_HANDLER = "OEEquivHash"
|
||||||
|
|
||||||
|
#
|
||||||
|
# Memory Resident Bitbake
|
||||||
|
#
|
||||||
|
# Bitbake's server component can stay in memory after the UI for the current command
|
||||||
|
# has completed. This means subsequent commands can run faster since there is no need
|
||||||
|
# for bitbake to reload cache files and so on. Number is in seconds, after which the
|
||||||
|
# server will shut down.
|
||||||
|
#
|
||||||
|
#BB_SERVER_TIMEOUT = "60"
|
||||||
|
|
||||||
# CONF_VERSION is increased each time build/conf/ changes incompatibly and is used to
|
# CONF_VERSION is increased each time build/conf/ changes incompatibly and is used to
|
||||||
# track the version of this file when it was generated. This can safely be ignored if
|
# track the version of this file when it was generated. This can safely be ignored if
|
||||||
# this doesn't mean anything to you.
|
# this doesn't mean anything to you.
|
||||||
|
|
|
||||||
|
|
@ -31,7 +31,6 @@
|
||||||
#MACHINE ?= "beaglebone-yocto"
|
#MACHINE ?= "beaglebone-yocto"
|
||||||
#MACHINE ?= "genericx86"
|
#MACHINE ?= "genericx86"
|
||||||
#MACHINE ?= "genericx86-64"
|
#MACHINE ?= "genericx86-64"
|
||||||
#MACHINE ?= "mpc8315e-rdb"
|
|
||||||
#MACHINE ?= "edgerouter"
|
#MACHINE ?= "edgerouter"
|
||||||
#
|
#
|
||||||
# This sets the default machine to be qemux86-64 if no other machine is selected:
|
# This sets the default machine to be qemux86-64 if no other machine is selected:
|
||||||
|
|
@ -199,7 +198,7 @@ PATCHRESOLVE = "noop"
|
||||||
# shutdown the build. If there is less that 100MB or 1K inodes, perform a hard abort
|
# shutdown the build. If there is less that 100MB or 1K inodes, perform a hard abort
|
||||||
# of the build. The reason for this is that running completely out of space can corrupt
|
# of the build. The reason for this is that running completely out of space can corrupt
|
||||||
# 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 necessary 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 \
|
||||||
|
|
@ -269,6 +268,16 @@ PACKAGECONFIG_append_pn-qemu-system-native = " sdl"
|
||||||
#BB_HASHSERVE = "auto"
|
#BB_HASHSERVE = "auto"
|
||||||
#BB_SIGNATURE_HANDLER = "OEEquivHash"
|
#BB_SIGNATURE_HANDLER = "OEEquivHash"
|
||||||
|
|
||||||
|
#
|
||||||
|
# Memory Resident Bitbake
|
||||||
|
#
|
||||||
|
# Bitbake's server component can stay in memory after the UI for the current command
|
||||||
|
# has completed. This means subsequent commands can run faster since there is no need
|
||||||
|
# for bitbake to reload cache files and so on. Number is in seconds, after which the
|
||||||
|
# server will shut down.
|
||||||
|
#
|
||||||
|
#BB_SERVER_TIMEOUT = "60"
|
||||||
|
|
||||||
# CONF_VERSION is increased each time build/conf/ changes incompatibly and is used to
|
# CONF_VERSION is increased each time build/conf/ changes incompatibly and is used to
|
||||||
# track the version of this file when it was generated. This can safely be ignored if
|
# track the version of this file when it was generated. This can safely be ignored if
|
||||||
# this doesn't mean anything to you.
|
# this doesn't mean anything to you.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue