Add support for redtesting

Add a redtesting distro layer and environment help file to use this
distro.

id:376256
This commit is contained in:
Alexandre Bard 2023-03-17 14:26:54 +01:00
parent 38c5a1d493
commit e6f6420415
4 changed files with 25 additions and 0 deletions

View File

@ -21,4 +21,5 @@ BBLAYERS ?= " \
${YOCTOROOT}/meta-freescale \
${YOCTOROOT}/meta-ublox-modules \
${YOCTOROOT}/meta-netmodule-om \
${YOCTOROOT}/meta-netmodule-redtesting \
"

4
env/distro/redtesting-image vendored Normal file
View File

@ -0,0 +1,4 @@
DISTRO="netmodule-linux-ostree-redtesting"
BUILD_FOLDER_APPEND=""
env_path=${BASH_SOURCE:-$0}
. $(dirname $env_path)/../common

View File

@ -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"

View File

@ -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"