diff options
65 files changed, 197 insertions, 92 deletions
diff --git a/meta-agl-bsp/SECURITY.md b/meta-agl-bsp/SECURITY.md new file mode 100644 index 000000000..a3c80fdd3 --- /dev/null +++ b/meta-agl-bsp/SECURITY.md @@ -0,0 +1,19 @@ +How to Report a Potential Vulnerability? +======================================== + +If you would like to report a public issue (for example, one with a released +CVE number), please report it to security AT automotivelinux DOT org + +If you are dealing with a not-yet released or urgent issue, please send a +message to security AT automotivelinux DOT org, including as many details as +possible: the layer or software module affected, the recipe and its version, +and any example code, if available. + +Branches maintained with security fixes +--------------------------------------- + +See [https://wiki.automotivelinux.org/schedule this page] +for detailed info regarding the policies and maintenance of Stable branches. + +The [https://wiki.automotivelinux.org/agl-distro/release-notes Release page] +contains a list of all releases of Automotive Grade Linux. diff --git a/meta-agl-core/SECURITY.md b/meta-agl-core/SECURITY.md new file mode 100644 index 000000000..a3c80fdd3 --- /dev/null +++ b/meta-agl-core/SECURITY.md @@ -0,0 +1,19 @@ +How to Report a Potential Vulnerability? +======================================== + +If you would like to report a public issue (for example, one with a released +CVE number), please report it to security AT automotivelinux DOT org + +If you are dealing with a not-yet released or urgent issue, please send a +message to security AT automotivelinux DOT org, including as many details as +possible: the layer or software module affected, the recipe and its version, +and any example code, if available. + +Branches maintained with security fixes +--------------------------------------- + +See [https://wiki.automotivelinux.org/schedule this page] +for detailed info regarding the policies and maintenance of Stable branches. + +The [https://wiki.automotivelinux.org/agl-distro/release-notes Release page] +contains a list of all releases of Automotive Grade Linux. diff --git a/meta-agl-core/conf/distro/poky-agl.conf b/meta-agl-core/conf/distro/poky-agl.conf index 0810fe076..94e3d6d5c 100644 --- a/meta-agl-core/conf/distro/poky-agl.conf +++ b/meta-agl-core/conf/distro/poky-agl.conf @@ -11,7 +11,7 @@ DISTRO_NAME = "Automotive Grade Linux" # Release flags DISTRO_CODENAME = "salmon" AGL_BRANCH = "master" -AGLVERSION = "18.90.0" +AGLVERSION = "18.91.0" # switch devel/release #AGLRELEASETYPE ?= "agldevelopment" @@ -29,8 +29,8 @@ DISTRO_BRANCH_VERSION_TAG = "${DISTRO_CODENAME}/${@'${DISTRO_VERSION}'.replace(' # reproducible builds: # Set the desired timestamps # E.g. update for (major) releases -export SOURCE_DATE_EPOCH = "1721815278" -REPRODUCIBLE_TIMESTAMP_ROOTFS = "1721815278" +export SOURCE_DATE_EPOCH = "1732531413" +REPRODUCIBLE_TIMESTAMP_ROOTFS = "1732531413" # SDK diff --git a/meta-agl-core/conf/layer.conf b/meta-agl-core/conf/layer.conf index 6a0b20d97..a354fbe33 100644 --- a/meta-agl-core/conf/layer.conf +++ b/meta-agl-core/conf/layer.conf @@ -16,11 +16,9 @@ BBFILES_DYNAMIC += " \ selinux:${LAYERDIR}/dynamic-layers/meta-selinux/*/*/*.bb \ selinux:${LAYERDIR}/dynamic-layers/meta-selinux/*/*/*.bbappend \ \ + qt6-layer:${LAYERDIR}/dynamic-layers/meta-qt6/*/*/*.bb \ + qt6-layer:${LAYERDIR}/dynamic-layers/meta-qt6/*/*/*.bbappend \ " -# migrate to meta-qt6 -# qt5-layer:${LAYERDIR}/dynamic-layers/meta-qt5/*/*/*.bb \ -# qt5-layer:${LAYERDIR}/dynamic-layers/meta-qt5/*/*/*.bbappend \ -# LAYERSERIES_COMPAT_aglcore = "scarthgap" LAYERDEPENDS_aglcore = "core" diff --git a/meta-agl-core/dynamic-layers/meta-qt5.to_migrate_to_meta-qt6/recipes-qt/qt5/qtbase_aglcore.inc b/meta-agl-core/dynamic-layers/meta-qt5.to_migrate_to_meta-qt6/recipes-qt/qt5/qtbase_aglcore.inc deleted file mode 100644 index 581f5de99..000000000 --- a/meta-agl-core/dynamic-layers/meta-qt5.to_migrate_to_meta-qt6/recipes-qt/qt5/qtbase_aglcore.inc +++ /dev/null @@ -1,10 +0,0 @@ -FILESEXTRAPATHS:prepend := "${THISDIR}/qtbase:" - -PACKAGECONFIG_WAYLAND = "${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland', '', d)}" - -PACKAGECONFIG_GL = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gles2', '', d)}" - -PACKAGECONFIG:append = " ${PACKAGECONFIG_WAYLAND}" - -# '-qpa wayland-egl' set wayland-egl as default of platform plugins -PACKAGECONFIG[wayland]="-qpa wayland-egl -no-qpa-platform-guard" diff --git a/meta-agl-core/dynamic-layers/meta-qt5.to_migrate_to_meta-qt6/recipes-qt/qt5/qtlocation/0001-mapbox-update-API-url-to-match-new-schema.patch b/meta-agl-core/dynamic-layers/meta-qt5.to_migrate_to_meta-qt6/recipes-qt/qt5/qtlocation/0001-mapbox-update-API-url-to-match-new-schema.patch deleted file mode 100644 index ba8a991ed..000000000 --- a/meta-agl-core/dynamic-layers/meta-qt5.to_migrate_to_meta-qt6/recipes-qt/qt5/qtlocation/0001-mapbox-update-API-url-to-match-new-schema.patch +++ /dev/null @@ -1,47 +0,0 @@ -From 58197439eade86e7efc6fe98116c0092ea429d29 Mon Sep 17 00:00:00 2001 -From: Matt Ranostay <matt.ranostay@konsulko.com> -Date: Tue, 10 Mar 2020 13:59:58 -0700 -Subject: [PATCH] mapbox: update API url to match new schema - ---- - src/plugins/geoservices/mapbox/qgeotilefetchermapbox.cpp | 7 ++++--- - src/plugins/geoservices/mapbox/qmapboxcommon.h | 2 +- - 2 files changed, 5 insertions(+), 4 deletions(-) - -diff --git a/src/plugins/geoservices/mapbox/qgeotilefetchermapbox.cpp b/src/plugins/geoservices/mapbox/qgeotilefetchermapbox.cpp -index 0b128556..bd2be6b6 100644 ---- a/src/plugins/geoservices/mapbox/qgeotilefetchermapbox.cpp -+++ b/src/plugins/geoservices/mapbox/qgeotilefetchermapbox.cpp -@@ -88,12 +88,13 @@ QGeoTiledMapReply *QGeoTileFetcherMapbox::getTileImage(const QGeoTileSpec &spec) - request.setRawHeader("User-Agent", m_userAgent); - - request.setUrl(QUrl(mapboxTilesApiPath + -- ((spec.mapId() >= m_mapIds.size()) ? QStringLiteral("mapbox.streets") : m_mapIds[spec.mapId() - 1]) + QLatin1Char('/') + -+ m_mapIds[m_mapIds.size() - 1] + -+ QStringLiteral("/tiles/256/") + - QString::number(spec.zoom()) + QLatin1Char('/') + - QString::number(spec.x()) + QLatin1Char('/') + - QString::number(spec.y()) + -- ((m_scaleFactor > 1) ? (QLatin1Char('@') + QString::number(m_scaleFactor) + QLatin1String("x.")) : QLatin1String(".")) + -- m_format + QLatin1Char('?') + -+ ((m_scaleFactor > 1) ? (QLatin1Char('@') + QString::number(m_scaleFactor) + QLatin1String("x")) : QLatin1String("")) + -+ QLatin1Char('?') + - QStringLiteral("access_token=") + m_accessToken)); - - QNetworkReply *reply = m_networkManager->get(request); -diff --git a/src/plugins/geoservices/mapbox/qmapboxcommon.h b/src/plugins/geoservices/mapbox/qmapboxcommon.h -index e60c4e83..4b2ea98d 100644 ---- a/src/plugins/geoservices/mapbox/qmapboxcommon.h -+++ b/src/plugins/geoservices/mapbox/qmapboxcommon.h -@@ -46,7 +46,7 @@ - - QT_BEGIN_NAMESPACE - --static const QString mapboxTilesApiPath = QStringLiteral("http://api.tiles.mapbox.com/v4/"); -+static const QString mapboxTilesApiPath = QStringLiteral("https://api.mapbox.com/"); - - // https://www.mapbox.com/api-documentation/#geocoding - static const QString mapboxGeocodingApiPath = QStringLiteral("https://api.mapbox.com/geocoding/v5/mapbox.places/"); --- -2.25.0 - diff --git a/meta-agl-core/dynamic-layers/meta-qt5.to_migrate_to_meta-qt6/recipes-qt/qt5/qtlocation_%.bbappend b/meta-agl-core/dynamic-layers/meta-qt5.to_migrate_to_meta-qt6/recipes-qt/qt5/qtlocation_%.bbappend deleted file mode 100644 index a0d80075a..000000000 --- a/meta-agl-core/dynamic-layers/meta-qt5.to_migrate_to_meta-qt6/recipes-qt/qt5/qtlocation_%.bbappend +++ /dev/null @@ -1 +0,0 @@ -require ${@bb.utils.contains('AGL_FEATURES', 'aglcore', 'qtlocation_aglcore.inc', '', d)} diff --git a/meta-agl-core/dynamic-layers/meta-qt5.to_migrate_to_meta-qt6/recipes-qt/qt5/qtlocation_aglcore.inc b/meta-agl-core/dynamic-layers/meta-qt5.to_migrate_to_meta-qt6/recipes-qt/qt5/qtlocation_aglcore.inc deleted file mode 100644 index 60867aef0..000000000 --- a/meta-agl-core/dynamic-layers/meta-qt5.to_migrate_to_meta-qt6/recipes-qt/qt5/qtlocation_aglcore.inc +++ /dev/null @@ -1,14 +0,0 @@ -FILESEXTRAPATHS:prepend := "${THISDIR}/qtlocation:" - -SRC_URI += "\ - file://0001-mapbox-update-API-url-to-match-new-schema.patch \ - " - -# Need to explicitly enable the various plugins -PACKAGECONFIG += " \ - geoservices_osm \ - geoservices_here \ - geoservices_itemsoverlay \ - geoservices_mapbox \ - geoservices_mapboxgl \ -" diff --git a/meta-agl-core/dynamic-layers/meta-qt5.to_migrate_to_meta-qt6/recipes-qt/qt5/qtbase_%.bbappend b/meta-agl-core/dynamic-layers/meta-qt6/recipes-qt/qt6/qtbase_%.bbappend index aab944c2f..aab944c2f 100644 --- a/meta-agl-core/dynamic-layers/meta-qt5.to_migrate_to_meta-qt6/recipes-qt/qt5/qtbase_%.bbappend +++ b/meta-agl-core/dynamic-layers/meta-qt6/recipes-qt/qt6/qtbase_%.bbappend diff --git a/meta-agl-core/dynamic-layers/meta-qt6/recipes-qt/qt6/qtbase_aglcore.inc b/meta-agl-core/dynamic-layers/meta-qt6/recipes-qt/qt6/qtbase_aglcore.inc new file mode 100644 index 000000000..aa8bf1d59 --- /dev/null +++ b/meta-agl-core/dynamic-layers/meta-qt6/recipes-qt/qt6/qtbase_aglcore.inc @@ -0,0 +1,12 @@ + +QT_QPA_DEFAULT_PLATFORM = "wayland-egl" + + + +# OLD +#FILESEXTRAPATHS:prepend := "${THISDIR}/qtbase:" +#PACKAGECONFIG_WAYLAND = "${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland', '', d)}" +#PACKAGECONFIG:append = " ${PACKAGECONFIG_WAYLAND}" +# '-qpa wayland-egl' set wayland-egl as default of platform plugins +#PACKAGECONFIG[wayland]="-qpa wayland-egl -no-qpa-platform-guard" +#PACKAGECONFIG_GL = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gles2', '', d)}" diff --git a/meta-agl-flutter/SECURITY.md b/meta-agl-flutter/SECURITY.md new file mode 100644 index 000000000..a3c80fdd3 --- /dev/null +++ b/meta-agl-flutter/SECURITY.md @@ -0,0 +1,19 @@ +How to Report a Potential Vulnerability? +======================================== + +If you would like to report a public issue (for example, one with a released +CVE number), please report it to security AT automotivelinux DOT org + +If you are dealing with a not-yet released or urgent issue, please send a +message to security AT automotivelinux DOT org, including as many details as +possible: the layer or software module affected, the recipe and its version, +and any example code, if available. + +Branches maintained with security fixes +--------------------------------------- + +See [https://wiki.automotivelinux.org/schedule this page] +for detailed info regarding the policies and maintenance of Stable branches. + +The [https://wiki.automotivelinux.org/agl-distro/release-notes Release page] +contains a list of all releases of Automotive Grade Linux. diff --git a/meta-agl-kuksa-val/SECURITY.md b/meta-agl-kuksa-val/SECURITY.md new file mode 100644 index 000000000..a3c80fdd3 --- /dev/null +++ b/meta-agl-kuksa-val/SECURITY.md @@ -0,0 +1,19 @@ +How to Report a Potential Vulnerability? +======================================== + +If you would like to report a public issue (for example, one with a released +CVE number), please report it to security AT automotivelinux DOT org + +If you are dealing with a not-yet released or urgent issue, please send a +message to security AT automotivelinux DOT org, including as many details as +possible: the layer or software module affected, the recipe and its version, +and any example code, if available. + +Branches maintained with security fixes +--------------------------------------- + +See [https://wiki.automotivelinux.org/schedule this page] +for detailed info regarding the policies and maintenance of Stable branches. + +The [https://wiki.automotivelinux.org/agl-distro/release-notes Release page] +contains a list of all releases of Automotive Grade Linux. diff --git a/meta-agl-kuksa-val/conf/include/agl-kuksa-val.inc b/meta-agl-kuksa-val/conf/include/agl-kuksa-val.inc new file mode 100644 index 000000000..071f511a5 --- /dev/null +++ b/meta-agl-kuksa-val/conf/include/agl-kuksa-val.inc @@ -0,0 +1 @@ +AGL_FEATURES += "agl-kuksa-val" diff --git a/meta-agl-kuksa-val/recipes-devtools/python/python3-annotated-types_%.bbappend b/meta-agl-kuksa-val/recipes-devtools/python/python3-annotated-types_%.bbappend new file mode 100644 index 000000000..d8e10b100 --- /dev/null +++ b/meta-agl-kuksa-val/recipes-devtools/python/python3-annotated-types_%.bbappend @@ -0,0 +1 @@ +require ${@bb.utils.contains('AGL_FEATURES', 'agl-kuksa-val', 'python3-annotated-types_agl-kuksa-val.inc', '', d)} diff --git a/meta-agl-kuksa-val/recipes-devtools/python/python3-annotated-types_agl-kuksa-val.inc b/meta-agl-kuksa-val/recipes-devtools/python/python3-annotated-types_agl-kuksa-val.inc new file mode 100644 index 000000000..d6f586995 --- /dev/null +++ b/meta-agl-kuksa-val/recipes-devtools/python/python3-annotated-types_agl-kuksa-val.inc @@ -0,0 +1 @@ +BBCLASSEXTEND += "native" diff --git a/meta-agl-kuksa-val/recipes-devtools/python/python3-anytree_2.8.0.bb b/meta-agl-kuksa-val/recipes-devtools/python/python3-anytree_2.9.2.bb index 1b4628a9a..7965ea8df 100644 --- a/meta-agl-kuksa-val/recipes-devtools/python/python3-anytree_2.8.0.bb +++ b/meta-agl-kuksa-val/recipes-devtools/python/python3-anytree_2.9.2.bb @@ -5,12 +5,12 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" PYPI_PACKAGE = "anytree" -SRC_URI[sha256sum] = "3f0f93f355a91bc3e6245319bf4c1d50e3416cc7a35cc1133c1ff38306bbccab" +SRC_URI[sha256sum] = "e02af617d41ede47f922e5deea0e4efc3201c6e7330cfc1265409762e5381283" -inherit pypi setuptools3 +inherit pypi python_poetry_core -do_install:append () { - rm -f ${D}${prefix}/LICENSE -} +RDEPENDS:${PN} += " \ + python3-six \ +" BBCLASSEXTEND += "native nativesdk" diff --git a/meta-agl-kuksa-val/recipes-devtools/python/python3-pydantic-core_%.bbappend b/meta-agl-kuksa-val/recipes-devtools/python/python3-pydantic-core_%.bbappend new file mode 100644 index 000000000..23442af74 --- /dev/null +++ b/meta-agl-kuksa-val/recipes-devtools/python/python3-pydantic-core_%.bbappend @@ -0,0 +1 @@ +require ${@bb.utils.contains('AGL_FEATURES', 'agl-kuksa-val', 'python3-pydantic-core_agl-kuksa-val.inc', '', d)} diff --git a/meta-agl-kuksa-val/recipes-devtools/python/python3-pydantic-core_agl-kuksa-val.inc b/meta-agl-kuksa-val/recipes-devtools/python/python3-pydantic-core_agl-kuksa-val.inc new file mode 100644 index 000000000..d6f586995 --- /dev/null +++ b/meta-agl-kuksa-val/recipes-devtools/python/python3-pydantic-core_agl-kuksa-val.inc @@ -0,0 +1 @@ +BBCLASSEXTEND += "native" diff --git a/meta-agl-kuksa-val/recipes-devtools/python/python3-pydantic_%.bbappend b/meta-agl-kuksa-val/recipes-devtools/python/python3-pydantic_%.bbappend new file mode 100644 index 000000000..5aa1fc00e --- /dev/null +++ b/meta-agl-kuksa-val/recipes-devtools/python/python3-pydantic_%.bbappend @@ -0,0 +1 @@ +require ${@bb.utils.contains('AGL_FEATURES', 'agl-kuksa-val', 'python3-pydantic_agl-kuksa-val.inc', '', d)} diff --git a/meta-agl-kuksa-val/recipes-devtools/python/python3-pydantic_agl-kuksa-val.inc b/meta-agl-kuksa-val/recipes-devtools/python/python3-pydantic_agl-kuksa-val.inc new file mode 100644 index 000000000..d6f586995 --- /dev/null +++ b/meta-agl-kuksa-val/recipes-devtools/python/python3-pydantic_agl-kuksa-val.inc @@ -0,0 +1 @@ +BBCLASSEXTEND += "native" diff --git a/meta-agl-kuksa-val/recipes-devtools/python/python3-rich-click_1.8.4.bb b/meta-agl-kuksa-val/recipes-devtools/python/python3-rich-click_1.8.4.bb new file mode 100644 index 000000000..e442774a9 --- /dev/null +++ b/meta-agl-kuksa-val/recipes-devtools/python/python3-rich-click_1.8.4.bb @@ -0,0 +1,17 @@ +SUMMARY = "A shim around Click that renders help output nicely using Rich." +HOMEPAGE = "https://github.com/ewels/rich-click" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=5372b77c3720be60b7eff9a9a5c0000d" + +PYPI_PACKAGE = "rich_click" + +SRC_URI[sha256sum] = "0f49471f04439269d0e66a6f43120f52d11d594869a2a0be600cfb12eb0616b9" + +inherit pypi python_setuptools_build_meta + +RDEPENDS:${PN} += " \ + python3-click \ + python3-rich \ +" + +BBCLASSEXTEND += "native nativesdk" diff --git a/meta-agl-kuksa-val/recipes-devtools/python/python3-rich_%.bbappend b/meta-agl-kuksa-val/recipes-devtools/python/python3-rich_%.bbappend new file mode 100644 index 000000000..221228c34 --- /dev/null +++ b/meta-agl-kuksa-val/recipes-devtools/python/python3-rich_%.bbappend @@ -0,0 +1 @@ +require ${@bb.utils.contains('AGL_FEATURES', 'agl-kuksa-val', 'python3-rich_agl-kuksa-val.inc', '', d)} diff --git a/meta-agl-kuksa-val/recipes-devtools/python/python3-rich_agl-kuksa-val.inc b/meta-agl-kuksa-val/recipes-devtools/python/python3-rich_agl-kuksa-val.inc new file mode 100644 index 000000000..d6f586995 --- /dev/null +++ b/meta-agl-kuksa-val/recipes-devtools/python/python3-rich_agl-kuksa-val.inc @@ -0,0 +1 @@ +BBCLASSEXTEND += "native" diff --git a/meta-agl-kuksa-val/recipes-support/vss/vss-tools_4.2.bb b/meta-agl-kuksa-val/recipes-support/vss/vss-tools_5.0.bb index 62f78f07e..7743efbd7 100644 --- a/meta-agl-kuksa-val/recipes-support/vss/vss-tools_4.2.bb +++ b/meta-agl-kuksa-val/recipes-support/vss/vss-tools_5.0.bb @@ -3,12 +3,12 @@ HOMEPAGE = "https://github.com/COVESA/vss-tools" LICENSE = "MPL-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=9741c346eef56131163e13b9db1241b3" -SRC_URI = "git://github.com/COVESA/vss-tools.git;protocol=https;branch=release/4.2" -SRCREV = "b350788d6dd16942e987fdb9e8b8b3b403fe23c6" +SRC_URI = "git://github.com/COVESA/vss-tools.git;protocol=https;branch=release/5.0" +SRCREV = "9ba7f40c0995358a293aab729d57739c3e9b2829" S = "${WORKDIR}/git" -inherit setuptools3 +inherit python_poetry_core RDEPENDS:${PN} += " \ python3-core \ @@ -24,6 +24,8 @@ RDEPENDS:${PN} += " \ python3-graphql-core \ python3-pyyaml \ python3-six \ + python3-pydantic \ + python3-rich-click \ " BBCLASSEXTEND += "native nativesdk" diff --git a/meta-agl-kuksa-val/recipes-support/vss/vss.inc b/meta-agl-kuksa-val/recipes-support/vss/vss.inc index aab950bee..7f12d3b61 100644 --- a/meta-agl-kuksa-val/recipes-support/vss/vss.inc +++ b/meta-agl-kuksa-val/recipes-support/vss/vss.inc @@ -1,5 +1,5 @@ -SRC_URI = "git://github.com/COVESA/vehicle_signal_specification.git;branch=release/4.2;protocol=https" -# v4.2 -SRCREV = "6024c4b29065b37c074649a1a65396b9d4de9b55" +SRC_URI = "git://github.com/COVESA/vehicle_signal_specification.git;branch=release/5.0;protocol=https" +# v5.0 +SRCREV = "f23ba53be78a8bf2b8df2496bbfccb2860913892" S = "${WORKDIR}/git" diff --git a/meta-agl-kuksa-val/recipes-support/vss/vss_4.2.bb b/meta-agl-kuksa-val/recipes-support/vss/vss_5.0.bb index 053516629..c400ed66f 100644 --- a/meta-agl-kuksa-val/recipes-support/vss/vss_4.2.bb +++ b/meta-agl-kuksa-val/recipes-support/vss/vss_5.0.bb @@ -27,7 +27,7 @@ do_install() { # installing the vspec files somewhere as a development package may # be useful, but for now things will be kept simple. install -d ${D}${datadir}/vss - install -m 0644 ${S}/vss_rel_${PV}.json ${D}${datadir}/vss/ + install -m 0644 ${S}/vss.json ${D}${datadir}/vss/vss_${PV}.json } # NOTE: @@ -40,4 +40,4 @@ do_install() { ALTERNATIVE_LINK_NAME[vss.json] = "${datadir}/vss/vss.json" ALTERNATIVE:${PN} = "vss.json" -ALTERNATIVE_TARGET_${PN} = "${datadir}/vss/vss_rel_${PV}.json" +ALTERNATIVE_TARGET_${PN} = "${datadir}/vss/vss_${PV}.json" diff --git a/meta-app-framework/SECURITY.md b/meta-app-framework/SECURITY.md new file mode 100644 index 000000000..a3c80fdd3 --- /dev/null +++ b/meta-app-framework/SECURITY.md @@ -0,0 +1,19 @@ +How to Report a Potential Vulnerability? +======================================== + +If you would like to report a public issue (for example, one with a released +CVE number), please report it to security AT automotivelinux DOT org + +If you are dealing with a not-yet released or urgent issue, please send a +message to security AT automotivelinux DOT org, including as many details as +possible: the layer or software module affected, the recipe and its version, +and any example code, if available. + +Branches maintained with security fixes +--------------------------------------- + +See [https://wiki.automotivelinux.org/schedule this page] +for detailed info regarding the policies and maintenance of Stable branches. + +The [https://wiki.automotivelinux.org/agl-distro/release-notes Release page] +contains a list of all releases of Automotive Grade Linux. diff --git a/meta-netboot/SECURITY.md b/meta-netboot/SECURITY.md new file mode 100644 index 000000000..a3c80fdd3 --- /dev/null +++ b/meta-netboot/SECURITY.md @@ -0,0 +1,19 @@ +How to Report a Potential Vulnerability? +======================================== + +If you would like to report a public issue (for example, one with a released +CVE number), please report it to security AT automotivelinux DOT org + +If you are dealing with a not-yet released or urgent issue, please send a +message to security AT automotivelinux DOT org, including as many details as +possible: the layer or software module affected, the recipe and its version, +and any example code, if available. + +Branches maintained with security fixes +--------------------------------------- + +See [https://wiki.automotivelinux.org/schedule this page] +for detailed info regarding the policies and maintenance of Stable branches. + +The [https://wiki.automotivelinux.org/agl-distro/release-notes Release page] +contains a list of all releases of Automotive Grade Linux. diff --git a/meta-pipewire/SECURITY.md b/meta-pipewire/SECURITY.md new file mode 100644 index 000000000..a3c80fdd3 --- /dev/null +++ b/meta-pipewire/SECURITY.md @@ -0,0 +1,19 @@ +How to Report a Potential Vulnerability? +======================================== + +If you would like to report a public issue (for example, one with a released +CVE number), please report it to security AT automotivelinux DOT org + +If you are dealing with a not-yet released or urgent issue, please send a +message to security AT automotivelinux DOT org, including as many details as +possible: the layer or software module affected, the recipe and its version, +and any example code, if available. + +Branches maintained with security fixes +--------------------------------------- + +See [https://wiki.automotivelinux.org/schedule this page] +for detailed info regarding the policies and maintenance of Stable branches. + +The [https://wiki.automotivelinux.org/agl-distro/release-notes Release page] +contains a list of all releases of Automotive Grade Linux. diff --git a/templates/feature/agl-kuksa-val/50_bblayers.conf.inc b/templates/feature/agl-kuksa-val/50_bblayers.conf.inc new file mode 100644 index 000000000..03bdfa4a4 --- /dev/null +++ b/templates/feature/agl-kuksa-val/50_bblayers.conf.inc @@ -0,0 +1,5 @@ +AGL_META_PYTHON = "${METADIR}/external/meta-openembedded/meta-python" + +BBLAYERS =+ " \ + ${METADIR}/meta-agl/meta-agl-kuksa-val \ +" diff --git a/templates/feature/agl-kuksa-val/50_local.conf.inc b/templates/feature/agl-kuksa-val/50_local.conf.inc new file mode 100644 index 000000000..ddb568ff6 --- /dev/null +++ b/templates/feature/agl-kuksa-val/50_local.conf.inc @@ -0,0 +1 @@ +require conf/include/agl-kuksa-val.inc diff --git a/templates/machine/am62xx-evm/50_local.conf.inc b/templates/machine/am62xx-evm/20_local.conf.inc index 782d11a76..782d11a76 100644 --- a/templates/machine/am62xx-evm/50_local.conf.inc +++ b/templates/machine/am62xx-evm/20_local.conf.inc diff --git a/templates/machine/aws-ec2-arm64/50_local.conf.inc b/templates/machine/aws-ec2-arm64/20_local.conf.inc index ca20e0bf2..ca20e0bf2 100644 --- a/templates/machine/aws-ec2-arm64/50_local.conf.inc +++ b/templates/machine/aws-ec2-arm64/20_local.conf.inc diff --git a/templates/machine/aws-ec2-x86-64/50_local.conf.inc b/templates/machine/aws-ec2-x86-64/20_local.conf.inc index 58b4b087d..58b4b087d 100644 --- a/templates/machine/aws-ec2-x86-64/50_local.conf.inc +++ b/templates/machine/aws-ec2-x86-64/20_local.conf.inc diff --git a/templates/machine/bbe/50_local.conf.inc b/templates/machine/bbe/20_local.conf.inc index 7f378e5cb..7f378e5cb 100644 --- a/templates/machine/bbe/50_local.conf.inc +++ b/templates/machine/bbe/20_local.conf.inc diff --git a/templates/machine/beaglebone-ai64/50_local.conf.inc b/templates/machine/beaglebone-ai64/20_local.conf.inc index 80d4aac97..80d4aac97 100644 --- a/templates/machine/beaglebone-ai64/50_local.conf.inc +++ b/templates/machine/beaglebone-ai64/20_local.conf.inc diff --git a/templates/machine/beaglebone/50_local.conf.inc b/templates/machine/beaglebone/20_local.conf.inc index 54edffefd..54edffefd 100644 --- a/templates/machine/beaglebone/50_local.conf.inc +++ b/templates/machine/beaglebone/20_local.conf.inc diff --git a/templates/machine/beagleplay/50_local.conf.inc b/templates/machine/beagleplay/20_local.conf.inc index 334f81819..334f81819 100644 --- a/templates/machine/beagleplay/50_local.conf.inc +++ b/templates/machine/beagleplay/20_local.conf.inc diff --git a/templates/machine/cubox-i/50_local.conf.inc b/templates/machine/cubox-i/20_local.conf.inc index b0835bf6e..b0835bf6e 100644 --- a/templates/machine/cubox-i/50_local.conf.inc +++ b/templates/machine/cubox-i/20_local.conf.inc diff --git a/templates/machine/ebisu/50_local.conf.inc b/templates/machine/ebisu/20_local.conf.inc index c62dec4ae..c62dec4ae 100644 --- a/templates/machine/ebisu/50_local.conf.inc +++ b/templates/machine/ebisu/20_local.conf.inc diff --git a/templates/machine/generic-arm64/50_local.conf.inc b/templates/machine/generic-arm64/20_local.conf.inc index 3918af8dd..3918af8dd 100644 --- a/templates/machine/generic-arm64/50_local.conf.inc +++ b/templates/machine/generic-arm64/20_local.conf.inc diff --git a/templates/machine/h3-salvator-x/50_local.conf.inc b/templates/machine/h3-salvator-x/20_local.conf.inc index 05cca9743..05cca9743 100644 --- a/templates/machine/h3-salvator-x/50_local.conf.inc +++ b/templates/machine/h3-salvator-x/20_local.conf.inc diff --git a/templates/machine/h3ulcb-kf/50_local.conf.inc b/templates/machine/h3ulcb-kf/20_local.conf.inc index 43e117372..43e117372 100644 --- a/templates/machine/h3ulcb-kf/50_local.conf.inc +++ b/templates/machine/h3ulcb-kf/20_local.conf.inc diff --git a/templates/machine/h3ulcb-nogfx/50_local.conf.inc b/templates/machine/h3ulcb-nogfx/20_local.conf.inc index 2f7cd6b35..2f7cd6b35 100644 --- a/templates/machine/h3ulcb-nogfx/50_local.conf.inc +++ b/templates/machine/h3ulcb-nogfx/20_local.conf.inc diff --git a/templates/machine/h3ulcb/50_local.conf.inc b/templates/machine/h3ulcb/20_local.conf.inc index 4bb2a8219..4bb2a8219 100644 --- a/templates/machine/h3ulcb/50_local.conf.inc +++ b/templates/machine/h3ulcb/20_local.conf.inc diff --git a/templates/machine/imx6qdlsabreauto/50_local.conf.inc b/templates/machine/imx6qdlsabreauto/20_local.conf.inc index 58e3c7d02..58e3c7d02 100644 --- a/templates/machine/imx6qdlsabreauto/50_local.conf.inc +++ b/templates/machine/imx6qdlsabreauto/20_local.conf.inc diff --git a/templates/machine/imx8mq-evk-viv/50_local.conf.inc b/templates/machine/imx8mq-evk-viv/20_local.conf.inc index 7504c1120..7504c1120 100644 --- a/templates/machine/imx8mq-evk-viv/50_local.conf.inc +++ b/templates/machine/imx8mq-evk-viv/20_local.conf.inc diff --git a/templates/machine/imx8mq-evk/50_local.conf.inc b/templates/machine/imx8mq-evk/20_local.conf.inc index 8a178e28b..8a178e28b 100644 --- a/templates/machine/imx8mq-evk/50_local.conf.inc +++ b/templates/machine/imx8mq-evk/20_local.conf.inc diff --git a/templates/machine/j721e-evm/50_local.conf.inc b/templates/machine/j721e-evm/20_local.conf.inc index 917ca73a7..917ca73a7 100644 --- a/templates/machine/j721e-evm/50_local.conf.inc +++ b/templates/machine/j721e-evm/20_local.conf.inc diff --git a/templates/machine/jetson-agx-orin-devkit/50_local.conf.inc b/templates/machine/jetson-agx-orin-devkit/20_local.conf.inc index c04fcd76a..c04fcd76a 100644 --- a/templates/machine/jetson-agx-orin-devkit/50_local.conf.inc +++ b/templates/machine/jetson-agx-orin-devkit/20_local.conf.inc diff --git a/templates/machine/m3-salvator-x/50_local.conf.inc b/templates/machine/m3-salvator-x/20_local.conf.inc index 82766fd5e..82766fd5e 100644 --- a/templates/machine/m3-salvator-x/50_local.conf.inc +++ b/templates/machine/m3-salvator-x/20_local.conf.inc diff --git a/templates/machine/m3ulcb-kf/50_local.conf.inc b/templates/machine/m3ulcb-kf/20_local.conf.inc index e2fe41a8a..e2fe41a8a 100644 --- a/templates/machine/m3ulcb-kf/50_local.conf.inc +++ b/templates/machine/m3ulcb-kf/20_local.conf.inc diff --git a/templates/machine/m3ulcb-nogfx/50_local.conf.inc b/templates/machine/m3ulcb-nogfx/20_local.conf.inc index 521dedb46..521dedb46 100644 --- a/templates/machine/m3ulcb-nogfx/50_local.conf.inc +++ b/templates/machine/m3ulcb-nogfx/20_local.conf.inc diff --git a/templates/machine/m3ulcb/50_local.conf.inc b/templates/machine/m3ulcb/20_local.conf.inc index c75bc5311..c75bc5311 100644 --- a/templates/machine/m3ulcb/50_local.conf.inc +++ b/templates/machine/m3ulcb/20_local.conf.inc diff --git a/templates/machine/nanopc-t6/50_local.conf.inc b/templates/machine/nanopc-t6/20_local.conf.inc index aa95de143..aa95de143 100644 --- a/templates/machine/nanopc-t6/50_local.conf.inc +++ b/templates/machine/nanopc-t6/20_local.conf.inc diff --git a/templates/machine/qemuarm/50_local.conf.inc b/templates/machine/qemuarm/20_local.conf.inc index 84204fb8c..84204fb8c 100644 --- a/templates/machine/qemuarm/50_local.conf.inc +++ b/templates/machine/qemuarm/20_local.conf.inc diff --git a/templates/machine/qemuarm64/50_local.conf.inc b/templates/machine/qemuarm64/20_local.conf.inc index 65605b530..65605b530 100644 --- a/templates/machine/qemuarm64/50_local.conf.inc +++ b/templates/machine/qemuarm64/20_local.conf.inc diff --git a/templates/machine/qemuriscv64/50_local.conf.inc b/templates/machine/qemuriscv64/20_local.conf.inc index 5eba64f0d..5eba64f0d 100644 --- a/templates/machine/qemuriscv64/50_local.conf.inc +++ b/templates/machine/qemuriscv64/20_local.conf.inc diff --git a/templates/machine/qemux86-64/50_local.conf.inc b/templates/machine/qemux86-64/20_local.conf.inc index 497a3467d..497a3467d 100644 --- a/templates/machine/qemux86-64/50_local.conf.inc +++ b/templates/machine/qemux86-64/20_local.conf.inc diff --git a/templates/machine/raspberrypi4/50_local.conf.inc b/templates/machine/raspberrypi4/20_local.conf.inc index e12f4a4a3..e12f4a4a3 100644 --- a/templates/machine/raspberrypi4/50_local.conf.inc +++ b/templates/machine/raspberrypi4/20_local.conf.inc diff --git a/templates/machine/raspberrypi5/50_local.conf.inc b/templates/machine/raspberrypi5/20_local.conf.inc index 9ee2644ab..9ee2644ab 100644 --- a/templates/machine/raspberrypi5/50_local.conf.inc +++ b/templates/machine/raspberrypi5/20_local.conf.inc diff --git a/templates/machine/s4sk/50_local.conf.inc b/templates/machine/s4sk/20_local.conf.inc index b804b3845..b804b3845 100644 --- a/templates/machine/s4sk/50_local.conf.inc +++ b/templates/machine/s4sk/20_local.conf.inc diff --git a/templates/machine/unmatched/50_local.conf.inc b/templates/machine/unmatched/20_local.conf.inc index c4d2b3ae5..c4d2b3ae5 100644 --- a/templates/machine/unmatched/50_local.conf.inc +++ b/templates/machine/unmatched/20_local.conf.inc diff --git a/templates/machine/virtio-aarch64/50_local.conf.inc b/templates/machine/virtio-aarch64/20_local.conf.inc index 3328d6ab8..3328d6ab8 100644 --- a/templates/machine/virtio-aarch64/50_local.conf.inc +++ b/templates/machine/virtio-aarch64/20_local.conf.inc diff --git a/templates/machine/visionfive2/50_local.conf.inc b/templates/machine/visionfive2/20_local.conf.inc index 9e7af0b81..9e7af0b81 100644 --- a/templates/machine/visionfive2/50_local.conf.inc +++ b/templates/machine/visionfive2/20_local.conf.inc |