meta-digi: update config templates for yocto 1.7
Added 'meta-python' to bblayers.conf.sample as it's now a dependence of 'networking-layer'. Otherwise if fails with: ERROR: Layer 'networking-layer' depends on layer 'meta-python', but this layer is not enabled in your configuration Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
9a378a11bf
commit
df83ee2116
|
|
@ -10,6 +10,7 @@ BBLAYERS ?= " \
|
||||||
##OEROOT##/meta-yocto \
|
##OEROOT##/meta-yocto \
|
||||||
##OEROOT##/meta-yocto-bsp \
|
##OEROOT##/meta-yocto-bsp \
|
||||||
##DIGIBASE##/meta-openembedded/meta-oe \
|
##DIGIBASE##/meta-openembedded/meta-oe \
|
||||||
|
##DIGIBASE##/meta-openembedded/meta-python \
|
||||||
##DIGIBASE##/meta-openembedded/meta-networking \
|
##DIGIBASE##/meta-openembedded/meta-networking \
|
||||||
##DIGIBASE##/meta-openembedded/meta-webserver \
|
##DIGIBASE##/meta-openembedded/meta-webserver \
|
||||||
##DIGIBASE##/meta-fsl-arm \
|
##DIGIBASE##/meta-fsl-arm \
|
||||||
|
|
|
||||||
|
|
@ -11,28 +11,6 @@
|
||||||
# the option is a question of removing the # character and making any change to the
|
# the option is a question of removing the # character and making any change to the
|
||||||
# variable as required.
|
# variable as required.
|
||||||
|
|
||||||
#
|
|
||||||
# Parallelism Options
|
|
||||||
#
|
|
||||||
# These two options control how much parallelism BitBake should use. The first
|
|
||||||
# option determines how many tasks bitbake should run in parallel:
|
|
||||||
#
|
|
||||||
#BB_NUMBER_THREADS ?= "4"
|
|
||||||
#
|
|
||||||
# Default to setting automatically based on cpu count
|
|
||||||
BB_NUMBER_THREADS ?= "${@oe.utils.cpu_count()}"
|
|
||||||
#
|
|
||||||
# The second option controls how many processes make should run in parallel when
|
|
||||||
# running compile tasks:
|
|
||||||
#
|
|
||||||
#PARALLEL_MAKE ?= "-j 4"
|
|
||||||
#
|
|
||||||
# Default to setting automatically based on cpu count
|
|
||||||
PARALLEL_MAKE ?= "-j ${@oe.utils.cpu_count()}"
|
|
||||||
#
|
|
||||||
# For a quad-core machine, BB_NUMBER_THREADS = "4", PARALLEL_MAKE = "-j 4" would
|
|
||||||
# be appropriate for example.
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Machine Selection
|
# Machine Selection
|
||||||
#
|
#
|
||||||
|
|
@ -250,8 +228,8 @@ BB_DISKMON_DIRS = "\
|
||||||
# By default qemu will build with a builtin VNC server where graphical output can be
|
# By default qemu will build with a builtin VNC server where graphical output can be
|
||||||
# seen. The two lines below enable the SDL backend too. This assumes there is a
|
# seen. The two lines below enable the SDL backend too. This assumes there is a
|
||||||
# libsdl library available on your build system.
|
# libsdl library available on your build system.
|
||||||
PACKAGECONFIG_pn-qemu-native = "sdl"
|
PACKAGECONFIG_append_pn-qemu-native = " sdl"
|
||||||
PACKAGECONFIG_pn-nativesdk-qemu = "sdl"
|
PACKAGECONFIG_append_pn-nativesdk-qemu = " sdl"
|
||||||
ASSUME_PROVIDED += "libsdl-native"
|
ASSUME_PROVIDED += "libsdl-native"
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,7 @@ BBLAYERS ?= " \
|
||||||
##OEROOT##/meta-yocto \
|
##OEROOT##/meta-yocto \
|
||||||
##OEROOT##/meta-yocto-bsp \
|
##OEROOT##/meta-yocto-bsp \
|
||||||
##DIGIBASE##/meta-openembedded/meta-oe \
|
##DIGIBASE##/meta-openembedded/meta-oe \
|
||||||
|
##DIGIBASE##/meta-openembedded/meta-python \
|
||||||
##DIGIBASE##/meta-openembedded/meta-networking \
|
##DIGIBASE##/meta-openembedded/meta-networking \
|
||||||
##DIGIBASE##/meta-openembedded/meta-webserver \
|
##DIGIBASE##/meta-openembedded/meta-webserver \
|
||||||
##DIGIBASE##/meta-fsl-arm \
|
##DIGIBASE##/meta-fsl-arm \
|
||||||
|
|
|
||||||
|
|
@ -11,28 +11,6 @@
|
||||||
# the option is a question of removing the # character and making any change to the
|
# the option is a question of removing the # character and making any change to the
|
||||||
# variable as required.
|
# variable as required.
|
||||||
|
|
||||||
#
|
|
||||||
# Parallelism Options
|
|
||||||
#
|
|
||||||
# These two options control how much parallelism BitBake should use. The first
|
|
||||||
# option determines how many tasks bitbake should run in parallel:
|
|
||||||
#
|
|
||||||
#BB_NUMBER_THREADS ?= "4"
|
|
||||||
#
|
|
||||||
# Default to setting automatically based on cpu count
|
|
||||||
BB_NUMBER_THREADS ?= "${@oe.utils.cpu_count()}"
|
|
||||||
#
|
|
||||||
# The second option controls how many processes make should run in parallel when
|
|
||||||
# running compile tasks:
|
|
||||||
#
|
|
||||||
#PARALLEL_MAKE ?= "-j 4"
|
|
||||||
#
|
|
||||||
# Default to setting automatically based on cpu count
|
|
||||||
PARALLEL_MAKE ?= "-j ${@oe.utils.cpu_count()}"
|
|
||||||
#
|
|
||||||
# For a quad-core machine, BB_NUMBER_THREADS = "4", PARALLEL_MAKE = "-j 4" would
|
|
||||||
# be appropriate for example.
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Machine Selection
|
# Machine Selection
|
||||||
#
|
#
|
||||||
|
|
@ -250,8 +228,8 @@ BB_DISKMON_DIRS = "\
|
||||||
# By default qemu will build with a builtin VNC server where graphical output can be
|
# By default qemu will build with a builtin VNC server where graphical output can be
|
||||||
# seen. The two lines below enable the SDL backend too. This assumes there is a
|
# seen. The two lines below enable the SDL backend too. This assumes there is a
|
||||||
# libsdl library available on your build system.
|
# libsdl library available on your build system.
|
||||||
PACKAGECONFIG_pn-qemu-native = "sdl"
|
PACKAGECONFIG_append_pn-qemu-native = " sdl"
|
||||||
PACKAGECONFIG_pn-nativesdk-qemu = "sdl"
|
PACKAGECONFIG_append_pn-nativesdk-qemu = " sdl"
|
||||||
ASSUME_PROVIDED += "libsdl-native"
|
ASSUME_PROVIDED += "libsdl-native"
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,7 @@ BBLAYERS ?= " \
|
||||||
##OEROOT##/meta-yocto \
|
##OEROOT##/meta-yocto \
|
||||||
##OEROOT##/meta-yocto-bsp \
|
##OEROOT##/meta-yocto-bsp \
|
||||||
##DIGIBASE##/meta-openembedded/meta-oe \
|
##DIGIBASE##/meta-openembedded/meta-oe \
|
||||||
|
##DIGIBASE##/meta-openembedded/meta-python \
|
||||||
##DIGIBASE##/meta-openembedded/meta-networking \
|
##DIGIBASE##/meta-openembedded/meta-networking \
|
||||||
##DIGIBASE##/meta-openembedded/meta-webserver \
|
##DIGIBASE##/meta-openembedded/meta-webserver \
|
||||||
##DIGIBASE##/meta-fsl-arm \
|
##DIGIBASE##/meta-fsl-arm \
|
||||||
|
|
|
||||||
|
|
@ -11,28 +11,6 @@
|
||||||
# the option is a question of removing the # character and making any change to the
|
# the option is a question of removing the # character and making any change to the
|
||||||
# variable as required.
|
# variable as required.
|
||||||
|
|
||||||
#
|
|
||||||
# Parallelism Options
|
|
||||||
#
|
|
||||||
# These two options control how much parallelism BitBake should use. The first
|
|
||||||
# option determines how many tasks bitbake should run in parallel:
|
|
||||||
#
|
|
||||||
#BB_NUMBER_THREADS ?= "4"
|
|
||||||
#
|
|
||||||
# Default to setting automatically based on cpu count
|
|
||||||
BB_NUMBER_THREADS ?= "${@oe.utils.cpu_count()}"
|
|
||||||
#
|
|
||||||
# The second option controls how many processes make should run in parallel when
|
|
||||||
# running compile tasks:
|
|
||||||
#
|
|
||||||
#PARALLEL_MAKE ?= "-j 4"
|
|
||||||
#
|
|
||||||
# Default to setting automatically based on cpu count
|
|
||||||
PARALLEL_MAKE ?= "-j ${@oe.utils.cpu_count()}"
|
|
||||||
#
|
|
||||||
# For a quad-core machine, BB_NUMBER_THREADS = "4", PARALLEL_MAKE = "-j 4" would
|
|
||||||
# be appropriate for example.
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Machine Selection
|
# Machine Selection
|
||||||
#
|
#
|
||||||
|
|
@ -250,8 +228,8 @@ BB_DISKMON_DIRS = "\
|
||||||
# By default qemu will build with a builtin VNC server where graphical output can be
|
# By default qemu will build with a builtin VNC server where graphical output can be
|
||||||
# seen. The two lines below enable the SDL backend too. This assumes there is a
|
# seen. The two lines below enable the SDL backend too. This assumes there is a
|
||||||
# libsdl library available on your build system.
|
# libsdl library available on your build system.
|
||||||
PACKAGECONFIG_pn-qemu-native = "sdl"
|
PACKAGECONFIG_append_pn-qemu-native = " sdl"
|
||||||
PACKAGECONFIG_pn-nativesdk-qemu = "sdl"
|
PACKAGECONFIG_append_pn-nativesdk-qemu = " sdl"
|
||||||
ASSUME_PROVIDED += "libsdl-native"
|
ASSUME_PROVIDED += "libsdl-native"
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,7 @@ BBLAYERS ?= " \
|
||||||
##OEROOT##/meta-yocto \
|
##OEROOT##/meta-yocto \
|
||||||
##OEROOT##/meta-yocto-bsp \
|
##OEROOT##/meta-yocto-bsp \
|
||||||
##DIGIBASE##/meta-openembedded/meta-oe \
|
##DIGIBASE##/meta-openembedded/meta-oe \
|
||||||
|
##DIGIBASE##/meta-openembedded/meta-python \
|
||||||
##DIGIBASE##/meta-openembedded/meta-networking \
|
##DIGIBASE##/meta-openembedded/meta-networking \
|
||||||
##DIGIBASE##/meta-openembedded/meta-webserver \
|
##DIGIBASE##/meta-openembedded/meta-webserver \
|
||||||
##DIGIBASE##/meta-fsl-arm \
|
##DIGIBASE##/meta-fsl-arm \
|
||||||
|
|
|
||||||
|
|
@ -11,28 +11,6 @@
|
||||||
# the option is a question of removing the # character and making any change to the
|
# the option is a question of removing the # character and making any change to the
|
||||||
# variable as required.
|
# variable as required.
|
||||||
|
|
||||||
#
|
|
||||||
# Parallelism Options
|
|
||||||
#
|
|
||||||
# These two options control how much parallelism BitBake should use. The first
|
|
||||||
# option determines how many tasks bitbake should run in parallel:
|
|
||||||
#
|
|
||||||
#BB_NUMBER_THREADS ?= "4"
|
|
||||||
#
|
|
||||||
# Default to setting automatically based on cpu count
|
|
||||||
BB_NUMBER_THREADS ?= "${@oe.utils.cpu_count()}"
|
|
||||||
#
|
|
||||||
# The second option controls how many processes make should run in parallel when
|
|
||||||
# running compile tasks:
|
|
||||||
#
|
|
||||||
#PARALLEL_MAKE ?= "-j 4"
|
|
||||||
#
|
|
||||||
# Default to setting automatically based on cpu count
|
|
||||||
PARALLEL_MAKE ?= "-j ${@oe.utils.cpu_count()}"
|
|
||||||
#
|
|
||||||
# For a quad-core machine, BB_NUMBER_THREADS = "4", PARALLEL_MAKE = "-j 4" would
|
|
||||||
# be appropriate for example.
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Machine Selection
|
# Machine Selection
|
||||||
#
|
#
|
||||||
|
|
@ -250,8 +228,8 @@ BB_DISKMON_DIRS = "\
|
||||||
# By default qemu will build with a builtin VNC server where graphical output can be
|
# By default qemu will build with a builtin VNC server where graphical output can be
|
||||||
# seen. The two lines below enable the SDL backend too. This assumes there is a
|
# seen. The two lines below enable the SDL backend too. This assumes there is a
|
||||||
# libsdl library available on your build system.
|
# libsdl library available on your build system.
|
||||||
PACKAGECONFIG_pn-qemu-native = "sdl"
|
PACKAGECONFIG_append_pn-qemu-native = " sdl"
|
||||||
PACKAGECONFIG_pn-nativesdk-qemu = "sdl"
|
PACKAGECONFIG_append_pn-nativesdk-qemu = " sdl"
|
||||||
ASSUME_PROVIDED += "libsdl-native"
|
ASSUME_PROVIDED += "libsdl-native"
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,7 @@ BBLAYERS ?= " \
|
||||||
##OEROOT##/meta-yocto \
|
##OEROOT##/meta-yocto \
|
||||||
##OEROOT##/meta-yocto-bsp \
|
##OEROOT##/meta-yocto-bsp \
|
||||||
##DIGIBASE##/meta-openembedded/meta-oe \
|
##DIGIBASE##/meta-openembedded/meta-oe \
|
||||||
|
##DIGIBASE##/meta-openembedded/meta-python \
|
||||||
##DIGIBASE##/meta-openembedded/meta-networking \
|
##DIGIBASE##/meta-openembedded/meta-networking \
|
||||||
##DIGIBASE##/meta-openembedded/meta-webserver \
|
##DIGIBASE##/meta-openembedded/meta-webserver \
|
||||||
##DIGIBASE##/meta-fsl-arm \
|
##DIGIBASE##/meta-fsl-arm \
|
||||||
|
|
|
||||||
|
|
@ -11,28 +11,6 @@
|
||||||
# the option is a question of removing the # character and making any change to the
|
# the option is a question of removing the # character and making any change to the
|
||||||
# variable as required.
|
# variable as required.
|
||||||
|
|
||||||
#
|
|
||||||
# Parallelism Options
|
|
||||||
#
|
|
||||||
# These two options control how much parallelism BitBake should use. The first
|
|
||||||
# option determines how many tasks bitbake should run in parallel:
|
|
||||||
#
|
|
||||||
#BB_NUMBER_THREADS ?= "4"
|
|
||||||
#
|
|
||||||
# Default to setting automatically based on cpu count
|
|
||||||
BB_NUMBER_THREADS ?= "${@oe.utils.cpu_count()}"
|
|
||||||
#
|
|
||||||
# The second option controls how many processes make should run in parallel when
|
|
||||||
# running compile tasks:
|
|
||||||
#
|
|
||||||
#PARALLEL_MAKE ?= "-j 4"
|
|
||||||
#
|
|
||||||
# Default to setting automatically based on cpu count
|
|
||||||
PARALLEL_MAKE ?= "-j ${@oe.utils.cpu_count()}"
|
|
||||||
#
|
|
||||||
# For a quad-core machine, BB_NUMBER_THREADS = "4", PARALLEL_MAKE = "-j 4" would
|
|
||||||
# be appropriate for example.
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Machine Selection
|
# Machine Selection
|
||||||
#
|
#
|
||||||
|
|
@ -250,8 +228,8 @@ BB_DISKMON_DIRS = "\
|
||||||
# By default qemu will build with a builtin VNC server where graphical output can be
|
# By default qemu will build with a builtin VNC server where graphical output can be
|
||||||
# seen. The two lines below enable the SDL backend too. This assumes there is a
|
# seen. The two lines below enable the SDL backend too. This assumes there is a
|
||||||
# libsdl library available on your build system.
|
# libsdl library available on your build system.
|
||||||
PACKAGECONFIG_pn-qemu-native = "sdl"
|
PACKAGECONFIG_append_pn-qemu-native = " sdl"
|
||||||
PACKAGECONFIG_pn-nativesdk-qemu = "sdl"
|
PACKAGECONFIG_append_pn-nativesdk-qemu = " sdl"
|
||||||
ASSUME_PROVIDED += "libsdl-native"
|
ASSUME_PROVIDED += "libsdl-native"
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue