diff --git a/build/conf/bblayers.conf b/build/conf/bblayers.conf index 220b5da..6c2b9f1 100644 --- a/build/conf/bblayers.conf +++ b/build/conf/bblayers.conf @@ -21,4 +21,5 @@ BBLAYERS ?= " \ ${YOCTOROOT}/meta-freescale \ ${YOCTOROOT}/meta-ublox-modules \ ${YOCTOROOT}/meta-netmodule-om \ + ${YOCTOROOT}/meta-netmodule-redtesting \ " diff --git a/env/distro/redtesting-image b/env/distro/redtesting-image new file mode 100644 index 0000000..83f4cba --- /dev/null +++ b/env/distro/redtesting-image @@ -0,0 +1,4 @@ +DISTRO="netmodule-linux-ostree-redtesting" +BUILD_FOLDER_APPEND="" +env_path=${BASH_SOURCE:-$0} +. $(dirname $env_path)/../common diff --git a/meta-netmodule-redtesting/conf/distro/netmodule-linux-ostree-redtesting.conf b/meta-netmodule-redtesting/conf/distro/netmodule-linux-ostree-redtesting.conf new file mode 100644 index 0000000..92c821e --- /dev/null +++ b/meta-netmodule-redtesting/conf/distro/netmodule-linux-ostree-redtesting.conf @@ -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" diff --git a/meta-netmodule-redtesting/conf/layer.conf b/meta-netmodule-redtesting/conf/layer.conf new file mode 100644 index 0000000..679539e --- /dev/null +++ b/meta-netmodule-redtesting/conf/layer.conf @@ -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"