Compare commits

...

4 Commits

Author SHA1 Message Date
Alexandre Bard 7fd9daa23d Update BSP layer to fix codeaurora discontinuation 2023-04-03 11:09:10 +02:00
Alexandre Bard 3785b874ba autorev-packages: Remove to use recipes hashes
To be fully reproducible we want to use the hashes of the recipes.

id:376256
2023-03-31 14:08:39 +02:00
Alexandre Bard a3dee71df1 meta-netmodule-wlan: Update with latest changes
Latest changes from meta-netmodule-wlan are required for redtesting.

id:376256
2023-03-31 14:08:39 +02:00
Alexandre Bard e6f6420415 Add support for redtesting
Add a redtesting distro layer and environment help file to use this
distro.

id:376256
2023-03-31 14:08:19 +02:00
7 changed files with 27 additions and 32 deletions

View File

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

View File

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

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

@ -1 +1 @@
Subproject commit 65b0b8f3771071e5db0d74e8484a8756032c5af0 Subproject commit a2226ab942a74421ce2393560be67d83e9c4d8db

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"

@ -1 +1 @@
Subproject commit b70b5622bebe246150d07fe9c1e978f5fceb7844 Subproject commit 471d605f9e4173a37a41e83c21f07c114e216085