Compare commits
4 Commits
38c5a1d493
...
7fd9daa23d
| Author | SHA1 | Date |
|---|---|---|
|
|
7fd9daa23d | |
|
|
3785b874ba | |
|
|
a3dee71df1 | |
|
|
e6f6420415 |
|
|
@ -1,30 +0,0 @@
|
||||||
SRCREV_pn-ssc-sysstate-driver = "${AUTOREV}"
|
|
||||||
SRCREV_pn-ssc-broker-driver = "${AUTOREV}"
|
|
||||||
SRCREV_pn-ssc-extmod-driver = "${AUTOREV}"
|
|
||||||
SRCREV_pn-linux-netmodule = "${AUTOREV}"
|
|
||||||
SRCREV_pn-nmubxlib = "${AUTOREV}"
|
|
||||||
SRCREV_pn-gnss-mgr = "${AUTOREV}"
|
|
||||||
SRCREV_pn-wwan-config = "${AUTOREV}"
|
|
||||||
SRCREV_pn-modemmanager = "${AUTOREV}"
|
|
||||||
SRCREV_pn-bootloader-config = "${AUTOREV}"
|
|
||||||
SRCREV_pn-udev-rules-nmhw = "${AUTOREV}"
|
|
||||||
SRCREV_pn-nmhw-fwupdate = "${AUTOREV}"
|
|
||||||
SRCREV_pn-libnmapp = "${AUTOREV}"
|
|
||||||
SRCREV_pn-ssf-mgr = "${AUTOREV}"
|
|
||||||
SRCREV_pn-sys-mon = "${AUTOREV}"
|
|
||||||
SRCREV_pn-storage-info = "${AUTOREV}"
|
|
||||||
SRCREV_pn-battery-test = "${AUTOREV}"
|
|
||||||
SRCREV_pn-hydra = "${AUTOREV}"
|
|
||||||
# imx8 machines only:
|
|
||||||
SRCREV_pn-imx-atf = "${AUTOREV}"
|
|
||||||
SRCREV_pn-u-boot-imx8-nmhw23 = "${AUTOREV}"
|
|
||||||
# aramada machines only:
|
|
||||||
SRCREV_pn-u-boot-armada = "${AUTOREV}"
|
|
||||||
# ti33x machines only:
|
|
||||||
SRCREV_pn-u-boot-ti33x = "${AUTOREV}"
|
|
||||||
# lava image only:
|
|
||||||
SRCREV_pn-fct = "${AUTOREV}"
|
|
||||||
SRCREV_pn-fct-lava = "${AUTOREV}"
|
|
||||||
SRCREV_pn-provisioning = "${AUTOREV}"
|
|
||||||
SRCREV_pn-badassbd = "${AUTOREV}"
|
|
||||||
SRCREV_pn-toast = "${AUTOREV}"
|
|
||||||
|
|
@ -21,4 +21,5 @@ BBLAYERS ?= " \
|
||||||
${YOCTOROOT}/meta-freescale \
|
${YOCTOROOT}/meta-freescale \
|
||||||
${YOCTOROOT}/meta-ublox-modules \
|
${YOCTOROOT}/meta-ublox-modules \
|
||||||
${YOCTOROOT}/meta-netmodule-om \
|
${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
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 65b0b8f3771071e5db0d74e8484a8756032c5af0
|
Subproject commit a2226ab942a74421ce2393560be67d83e9c4d8db
|
||||||
|
|
@ -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"
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit b70b5622bebe246150d07fe9c1e978f5fceb7844
|
Subproject commit 471d605f9e4173a37a41e83c21f07c114e216085
|
||||||
Loading…
Reference in New Issue