Add support for redtesting
Add a redtesting distro layer and environment help file to use this distro. id:376256
This commit is contained in:
parent
38c5a1d493
commit
e6f6420415
|
|
@ -21,4 +21,5 @@ BBLAYERS ?= " \
|
|||
${YOCTOROOT}/meta-freescale \
|
||||
${YOCTOROOT}/meta-ublox-modules \
|
||||
${YOCTOROOT}/meta-netmodule-om \
|
||||
${YOCTOROOT}/meta-netmodule-redtesting \
|
||||
"
|
||||
|
|
|
|||
|
|
@ -0,0 +1,4 @@
|
|||
DISTRO="netmodule-linux-ostree-redtesting"
|
||||
BUILD_FOLDER_APPEND=""
|
||||
env_path=${BASH_SOURCE:-$0}
|
||||
. $(dirname $env_path)/../common
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
require conf/distro/netmodule-linux-ostree.conf
|
||||
DISTRO = "netmodule-linux-ostree-redtesting"
|
||||
DISTRO_VARIANT = " for red-testing"
|
||||
|
||||
PACKAGECONFIG_append_pn-networkmanager-conf = " unmanaged-devices"
|
||||
|
||||
IMAGE_INSTALL_append = " ti-calibrator-wl18xx"
|
||||
PACKAGECONFIG_pn-ti-calibrator-wl18xx = "libnl"
|
||||
|
|
@ -0,0 +1,12 @@
|
|||
# We have a conf and classes directory, add to BBPATH
|
||||
BBPATH .= ":${LAYERDIR}"
|
||||
|
||||
# We have recipes-* directories, add to BBFILES
|
||||
#
|
||||
# This should only be incremented on significant changes that will
|
||||
# cause compatibility issues with other layers
|
||||
LAYERVERSION_netmodule-redtesting = "1"
|
||||
|
||||
LAYERDEPENDS_netmodule-redtesting = "netmodule-distro"
|
||||
|
||||
LAYERSERIES_COMPAT_netmodule-redtesting = "dunfell"
|
||||
Loading…
Reference in New Issue