mirror of
https://git.yoctoproject.org/meta-zephyr
synced 2026-01-29 21:58:41 +01:00
zephyr-kernel: Add source version to support v3.7.0
This inc file is created by generate-version.py Signed-off-by: Jamin Lin <jamin_lin@aspeedtech.com> Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
This commit is contained in:
@@ -0,0 +1,80 @@
|
||||
From 770ab47f542366cecd56dc35037947679eacc5f0 Mon Sep 17 00:00:00 2001
|
||||
From: Naveen Saini <naveen.kumar.saini@intel.com>
|
||||
Date: Thu, 12 Sep 2024 21:05:09 +0800
|
||||
Subject: [PATCH] x86: fix efi binary generation issue in cross compilation env
|
||||
|
||||
Set root directory for headers.
|
||||
|
||||
Upstream-Status: Inappropriate [Cross-compilation specific]
|
||||
|
||||
Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
|
||||
---
|
||||
arch/x86/zefi/zefi.py | 5 ++++-
|
||||
boards/intel/adl/CMakeLists.txt | 1 +
|
||||
boards/intel/ehl/CMakeLists.txt | 1 +
|
||||
boards/intel/rpl/CMakeLists.txt | 1 +
|
||||
4 files changed, 7 insertions(+), 1 deletion(-)
|
||||
|
||||
diff --git a/arch/x86/zefi/zefi.py b/arch/x86/zefi/zefi.py
|
||||
index 99c188ecd08..1cd86a21cd4 100755
|
||||
--- a/arch/x86/zefi/zefi.py
|
||||
+++ b/arch/x86/zefi/zefi.py
|
||||
@@ -109,8 +109,10 @@ def build_elf(elf_file, include_dirs):
|
||||
includes = []
|
||||
for include_dir in include_dirs:
|
||||
includes.extend(["-I", include_dir])
|
||||
+ # Pass --sysroot path for cross compilation
|
||||
+ sysrootarg = "--sysroot=" + args.sysroot
|
||||
cmd = ([args.compiler, "-shared", "-Wall", "-Werror", "-I."] + includes +
|
||||
- ["-fno-stack-protector", "-fpic", "-mno-red-zone", "-fshort-wchar",
|
||||
+ ["-fno-stack-protector", "-fpic", "-mno-red-zone", "-fshort-wchar", sysrootarg,
|
||||
"-Wl,-nostdlib", "-T", ldscript, "-o", "zefi.elf", cfile])
|
||||
verbose(" ".join(cmd))
|
||||
subprocess.run(cmd, check = True)
|
||||
@@ -150,6 +152,7 @@ def parse_args():
|
||||
parser.add_argument("-v", "--verbose", action="store_true", help="Verbose output")
|
||||
parser.add_argument("-i", "--includes", required=True, nargs="+",
|
||||
help="Zephyr base include directories")
|
||||
+ parser.add_argument("-s", "--sysroot", required=True, help="Cross compilation --sysroot=path")
|
||||
|
||||
return parser.parse_args()
|
||||
|
||||
diff --git a/boards/intel/adl/CMakeLists.txt b/boards/intel/adl/CMakeLists.txt
|
||||
index 36ddcdf9d13..4cb244a777d 100644
|
||||
--- a/boards/intel/adl/CMakeLists.txt
|
||||
+++ b/boards/intel/adl/CMakeLists.txt
|
||||
@@ -8,6 +8,7 @@ set_property(GLOBAL APPEND PROPERTY extra_post_build_commands
|
||||
-o ${CMAKE_OBJCOPY}
|
||||
-i ${ZEPHYR_BASE}/include
|
||||
-f ${PROJECT_BINARY_DIR}/${CONFIG_KERNEL_BIN_NAME}.elf
|
||||
+ -s ${SYSROOT_DIR}
|
||||
$<$<BOOL:${CMAKE_VERBOSE_MAKEFILE}>:--verbose>
|
||||
WORKING_DIRECTORY ${PROJECT_BINARY_DIR}
|
||||
)
|
||||
diff --git a/boards/intel/ehl/CMakeLists.txt b/boards/intel/ehl/CMakeLists.txt
|
||||
index 36ddcdf9d13..4cb244a777d 100644
|
||||
--- a/boards/intel/ehl/CMakeLists.txt
|
||||
+++ b/boards/intel/ehl/CMakeLists.txt
|
||||
@@ -8,6 +8,7 @@ set_property(GLOBAL APPEND PROPERTY extra_post_build_commands
|
||||
-o ${CMAKE_OBJCOPY}
|
||||
-i ${ZEPHYR_BASE}/include
|
||||
-f ${PROJECT_BINARY_DIR}/${CONFIG_KERNEL_BIN_NAME}.elf
|
||||
+ -s ${SYSROOT_DIR}
|
||||
$<$<BOOL:${CMAKE_VERBOSE_MAKEFILE}>:--verbose>
|
||||
WORKING_DIRECTORY ${PROJECT_BINARY_DIR}
|
||||
)
|
||||
diff --git a/boards/intel/rpl/CMakeLists.txt b/boards/intel/rpl/CMakeLists.txt
|
||||
index 36ddcdf9d13..4cb244a777d 100644
|
||||
--- a/boards/intel/rpl/CMakeLists.txt
|
||||
+++ b/boards/intel/rpl/CMakeLists.txt
|
||||
@@ -8,6 +8,7 @@ set_property(GLOBAL APPEND PROPERTY extra_post_build_commands
|
||||
-o ${CMAKE_OBJCOPY}
|
||||
-i ${ZEPHYR_BASE}/include
|
||||
-f ${PROJECT_BINARY_DIR}/${CONFIG_KERNEL_BIN_NAME}.elf
|
||||
+ -s ${SYSROOT_DIR}
|
||||
$<$<BOOL:${CMAKE_VERBOSE_MAKEFILE}>:--verbose>
|
||||
WORKING_DIRECTORY ${PROJECT_BINARY_DIR}
|
||||
)
|
||||
--
|
||||
2.37.3
|
||||
|
||||
@@ -0,0 +1,274 @@
|
||||
# Auto-generated from zephyr-kernel-src.inc.jinja
|
||||
|
||||
SRCREV_FORMAT = "default"
|
||||
|
||||
SRCREV_default = "36940db938a8f4a1e919496793ed439850a221c2"
|
||||
SRCREV_acpica = "8d24867bc9c9d81c81eeac59391cda59333affd4"
|
||||
SRCREV_bsim = "9351ae1ad44864a49c351f9704f65f43046abeb0"
|
||||
SRCREV_babblesim_base = "4bd907be0b2abec3b31a23fd8ca98db2a07209d2"
|
||||
SRCREV_babblesim_ext_2G4_libPhyComv1 = "93f5eba512c438b0c9ebc1b1a947517c865b3643"
|
||||
SRCREV_babblesim_ext_2G4_phy_v1 = "04eeb3c3794444122fbeeb3715f4233b0b50cfbb"
|
||||
SRCREV_babblesim_ext_2G4_channel_NtNcable = "20a38c997f507b0aa53817aab3d73a462fff7af1"
|
||||
SRCREV_babblesim_ext_2G4_channel_multiatt = "bde72a57384dde7a4310bcf3843469401be93074"
|
||||
SRCREV_babblesim_ext_2G4_modem_magic = "edfcda2d3937a74be0a59d6cd47e0f50183453da"
|
||||
SRCREV_babblesim_ext_2G4_modem_BLE_simple = "a38d2d24b04a6f970a225d1316047256ebf5a539"
|
||||
SRCREV_babblesim_ext_2G4_device_burst_interferer = "5b5339351d6e6a2368c686c734dc8b2fc65698fc"
|
||||
SRCREV_babblesim_ext_2G4_device_WLAN_actmod = "9cb6d8e72695f6b785e57443f0629a18069d6ce4"
|
||||
SRCREV_babblesim_ext_2G4_device_playback = "abb48cd71ddd4e2a9022f4bf49b2712524c483e8"
|
||||
SRCREV_babblesim_ext_libCryptov1 = "eed6d7038e839153e340bd333bc43541cb90ba64"
|
||||
SRCREV_cmsis = "4b96cbb174678dcd3ca86e11e1f24bc5f8726da0"
|
||||
SRCREV_cmsis-dsp = "6489e771e9c405f1763b52d64a3f17a1ec488ace"
|
||||
SRCREV_cmsis-nn = "ea987c1ca661be723de83bd159aed815d6cbd430"
|
||||
SRCREV_edtt = "8d7b543d4d2f2be0f78481e4e1d8d73a88024803"
|
||||
SRCREV_fatfs = "427159bf95ea49b7680facffaa29ad506b42709b"
|
||||
SRCREV_hal_adi = "dee9a7b1eff13a9da0560daf8842d61657f9d61e"
|
||||
SRCREV_hal_altera = "4fe4df959d4593ce66e676aeba0b57f546dba0fe"
|
||||
SRCREV_hal_ambiq = "e25327f026df1ee08f1bf01a4bbfeb5e5f4026f1"
|
||||
SRCREV_hal_atmel = "56d60ebc909ad065bf6554cee73487969857614b"
|
||||
SRCREV_hal_espressif = "87e7902d7184a8280b4d13bce79801a723f4ddd8"
|
||||
SRCREV_hal_ethos_u = "8e2cf756b474eff9a32a9bdf1775d9620f1eadcf"
|
||||
SRCREV_hal_gigadevice = "2994b7dde8b0b0fa9b9c0ccb13474b6a486cddc3"
|
||||
SRCREV_hal_infineon = "f25734a72c585f6675e8254a382e80e78a3cd03a"
|
||||
SRCREV_hal_intel = "0905a528623de56b1bedf817536321bcdbc0efae"
|
||||
SRCREV_hal_microchip = "71eba057c0cb7fc11b6f33eb40a82f1ebe2c571c"
|
||||
SRCREV_hal_nordic = "ab5cb2e2faeb1edfad7a25286dcb513929ae55da"
|
||||
SRCREV_hal_nuvoton = "466c3eed9c98453fb23953bf0e0427fea01924be"
|
||||
SRCREV_hal_nxp = "862e001504bd6e0a4feade6a718e9f973116849c"
|
||||
SRCREV_hal_openisa = "eabd530a64d71de91d907bad257cd61aacf607bc"
|
||||
SRCREV_hal_quicklogic = "bad894440fe72c814864798c8e3a76d13edffb6c"
|
||||
SRCREV_hal_renesas = "af77d7cdfeeff290593e7e99f54f0c1e2a3f91e6"
|
||||
SRCREV_hal_rpi_pico = "fba7162cc7bee06d0149622bbcaac4e41062d368"
|
||||
SRCREV_hal_silabs = "a09dd1b82b24aa3060e162c0dfa40026c0dba450"
|
||||
SRCREV_hal_st = "b77157f6bc4395e398d90ab02a7d2cbc01ab2ce7"
|
||||
SRCREV_hal_stm32 = "f1317150eac951fdd8259337a47cbbc4c2e6d335"
|
||||
SRCREV_hal_telink = "4226c7fc17d5a34e557d026d428fc766191a0800"
|
||||
SRCREV_hal_ti = "b85f86e51fc4d47c4c383d320d64d52d4d371ae4"
|
||||
SRCREV_hal_wurthelektronik = "e5bcb2eac1bb9639ce13b4dafc78eb254e014342"
|
||||
SRCREV_hal_xtensa = "a2d658525b16c57bea8dd565f5bd5167e4b9f1ee"
|
||||
SRCREV_hostap = "a90df86d7c596a5367ff70c2b50c7f599e6636f3"
|
||||
SRCREV_libmetal = "a6851ba6dba8c9e87d00c42f171a822f7a29639b"
|
||||
SRCREV_liblc3 = "1a5938ebaca4f13fe79ce074f5dee079783aa29f"
|
||||
SRCREV_littlefs = "408c16a909dd6cf128874a76f21c793798c9e423"
|
||||
SRCREV_loramac-node = "fb00b383072518c918e2258b0916c996f2d4eebe"
|
||||
SRCREV_lvgl = "2b498e6f36d6b82ae1da12c8b7742e318624ecf5"
|
||||
SRCREV_mbedtls = "2f24831ee13d399ce019c4632b0bcd440a713f7c"
|
||||
SRCREV_mcuboot = "fb2cf0ec3da3687b93f28e556ab682bdd4b85223"
|
||||
SRCREV_mipi-sys-t = "71ace1f5caa03e56c8740a09863e685efb4b2360"
|
||||
SRCREV_net-tools = "7c7a856814d7f27509c8511fef14cec21f7d0c30"
|
||||
SRCREV_nrf_hw_models = "6c389b9b5fa0a079cd4502e69d375da4c0c289b7"
|
||||
SRCREV_open-amp = "76d2168bcdfcd23a9a7dce8c21f2083b90a1e60a"
|
||||
SRCREV_openthread = "3873c6fcd5a8a9dd01b71e8efe32ef5dc7923bb1"
|
||||
SRCREV_percepio = "a49e5f3947faad0dd654eddd5a750127fb81e50d"
|
||||
SRCREV_picolibc = "764ef4e401a8f4c6a86ab723533841f072885a5b"
|
||||
SRCREV_segger = "b011c45b585e097d95d9cf93edf4f2e01588d3cd"
|
||||
SRCREV_tinycrypt = "1012a3ebee18c15ede5efc8332ee2fc37817670f"
|
||||
SRCREV_trusted-firmware-m = "069455be098383bf96eab73e3ff8e0c66c60fa5a"
|
||||
SRCREV_trusted-firmware-a = "713ffbf96c5bcbdeab757423f10f73eb304eff07"
|
||||
SRCREV_uoscore-uedhoc = "84ef879a46d7bfd9a423fbfb502b04289861f9ea"
|
||||
SRCREV_zcbor = "75d088037eb237b18e7ec1f47c9ce494b9b95aab"
|
||||
|
||||
SRC_URI_ZEPHYR ?= "git://github.com/zephyrproject-rtos/zephyr.git;protocol=https"
|
||||
SRC_URI_ZEPHYR_ACPICA ?= "git://github.com/zephyrproject-rtos/acpica;protocol=https"
|
||||
SRC_URI_ZEPHYR_BSIM ?= "git://github.com/zephyrproject-rtos/babblesim-manifest;protocol=https"
|
||||
SRC_URI_ZEPHYR_BABBLESIM_BASE ?= "git://github.com/BabbleSim/base;protocol=https"
|
||||
SRC_URI_ZEPHYR_BABBLESIM_EXT_2G4_LIBPHYCOMV1 ?= "git://github.com/BabbleSim/ext_2G4_libPhyComv1;protocol=https"
|
||||
SRC_URI_ZEPHYR_BABBLESIM_EXT_2G4_PHY_V1 ?= "git://github.com/BabbleSim/ext_2G4_phy_v1;protocol=https"
|
||||
SRC_URI_ZEPHYR_BABBLESIM_EXT_2G4_CHANNEL_NTNCABLE ?= "git://github.com/BabbleSim/ext_2G4_channel_NtNcable;protocol=https"
|
||||
SRC_URI_ZEPHYR_BABBLESIM_EXT_2G4_CHANNEL_MULTIATT ?= "git://github.com/BabbleSim/ext_2G4_channel_multiatt;protocol=https"
|
||||
SRC_URI_ZEPHYR_BABBLESIM_EXT_2G4_MODEM_MAGIC ?= "git://github.com/BabbleSim/ext_2G4_modem_magic;protocol=https"
|
||||
SRC_URI_ZEPHYR_BABBLESIM_EXT_2G4_MODEM_BLE_SIMPLE ?= "git://github.com/BabbleSim/ext_2G4_modem_BLE_simple;protocol=https"
|
||||
SRC_URI_ZEPHYR_BABBLESIM_EXT_2G4_DEVICE_BURST_INTERFERER ?= "git://github.com/BabbleSim/ext_2G4_device_burst_interferer;protocol=https"
|
||||
SRC_URI_ZEPHYR_BABBLESIM_EXT_2G4_DEVICE_WLAN_ACTMOD ?= "git://github.com/BabbleSim/ext_2G4_device_WLAN_actmod;protocol=https"
|
||||
SRC_URI_ZEPHYR_BABBLESIM_EXT_2G4_DEVICE_PLAYBACK ?= "git://github.com/BabbleSim/ext_2G4_device_playback;protocol=https"
|
||||
SRC_URI_ZEPHYR_BABBLESIM_EXT_LIBCRYPTOV1 ?= "git://github.com/BabbleSim/ext_libCryptov1;protocol=https"
|
||||
SRC_URI_ZEPHYR_CMSIS ?= "git://github.com/zephyrproject-rtos/cmsis;protocol=https"
|
||||
SRC_URI_ZEPHYR_CMSIS_DSP ?= "git://github.com/zephyrproject-rtos/cmsis-dsp;protocol=https"
|
||||
SRC_URI_ZEPHYR_CMSIS_NN ?= "git://github.com/zephyrproject-rtos/cmsis-nn;protocol=https"
|
||||
SRC_URI_ZEPHYR_EDTT ?= "git://github.com/zephyrproject-rtos/edtt;protocol=https"
|
||||
SRC_URI_ZEPHYR_FATFS ?= "git://github.com/zephyrproject-rtos/fatfs;protocol=https"
|
||||
SRC_URI_ZEPHYR_HAL_ADI ?= "git://github.com/zephyrproject-rtos/hal_adi;protocol=https"
|
||||
SRC_URI_ZEPHYR_HAL_ALTERA ?= "git://github.com/zephyrproject-rtos/hal_altera;protocol=https"
|
||||
SRC_URI_ZEPHYR_HAL_AMBIQ ?= "git://github.com/zephyrproject-rtos/hal_ambiq;protocol=https"
|
||||
SRC_URI_ZEPHYR_HAL_ATMEL ?= "git://github.com/zephyrproject-rtos/hal_atmel;protocol=https"
|
||||
SRC_URI_ZEPHYR_HAL_ESPRESSIF ?= "git://github.com/zephyrproject-rtos/hal_espressif;protocol=https"
|
||||
SRC_URI_ZEPHYR_HAL_ETHOS_U ?= "git://github.com/zephyrproject-rtos/hal_ethos_u;protocol=https"
|
||||
SRC_URI_ZEPHYR_HAL_GIGADEVICE ?= "git://github.com/zephyrproject-rtos/hal_gigadevice;protocol=https"
|
||||
SRC_URI_ZEPHYR_HAL_INFINEON ?= "git://github.com/zephyrproject-rtos/hal_infineon;protocol=https"
|
||||
SRC_URI_ZEPHYR_HAL_INTEL ?= "git://github.com/zephyrproject-rtos/hal_intel;protocol=https"
|
||||
SRC_URI_ZEPHYR_HAL_MICROCHIP ?= "git://github.com/zephyrproject-rtos/hal_microchip;protocol=https"
|
||||
SRC_URI_ZEPHYR_HAL_NORDIC ?= "git://github.com/zephyrproject-rtos/hal_nordic;protocol=https"
|
||||
SRC_URI_ZEPHYR_HAL_NUVOTON ?= "git://github.com/zephyrproject-rtos/hal_nuvoton;protocol=https"
|
||||
SRC_URI_ZEPHYR_HAL_NXP ?= "git://github.com/zephyrproject-rtos/hal_nxp;protocol=https"
|
||||
SRC_URI_ZEPHYR_HAL_OPENISA ?= "git://github.com/zephyrproject-rtos/hal_openisa;protocol=https"
|
||||
SRC_URI_ZEPHYR_HAL_QUICKLOGIC ?= "git://github.com/zephyrproject-rtos/hal_quicklogic;protocol=https"
|
||||
SRC_URI_ZEPHYR_HAL_RENESAS ?= "git://github.com/zephyrproject-rtos/hal_renesas;protocol=https"
|
||||
SRC_URI_ZEPHYR_HAL_RPI_PICO ?= "git://github.com/zephyrproject-rtos/hal_rpi_pico;protocol=https"
|
||||
SRC_URI_ZEPHYR_HAL_SILABS ?= "git://github.com/zephyrproject-rtos/hal_silabs;protocol=https"
|
||||
SRC_URI_ZEPHYR_HAL_ST ?= "git://github.com/zephyrproject-rtos/hal_st;protocol=https"
|
||||
SRC_URI_ZEPHYR_HAL_STM32 ?= "git://github.com/zephyrproject-rtos/hal_stm32;protocol=https"
|
||||
SRC_URI_ZEPHYR_HAL_TELINK ?= "git://github.com/zephyrproject-rtos/hal_telink;protocol=https"
|
||||
SRC_URI_ZEPHYR_HAL_TI ?= "git://github.com/zephyrproject-rtos/hal_ti;protocol=https"
|
||||
SRC_URI_ZEPHYR_HAL_WURTHELEKTRONIK ?= "git://github.com/zephyrproject-rtos/hal_wurthelektronik;protocol=https"
|
||||
SRC_URI_ZEPHYR_HAL_XTENSA ?= "git://github.com/zephyrproject-rtos/hal_xtensa;protocol=https"
|
||||
SRC_URI_ZEPHYR_HOSTAP ?= "git://github.com/zephyrproject-rtos/hostap;protocol=https"
|
||||
SRC_URI_ZEPHYR_LIBMETAL ?= "git://github.com/zephyrproject-rtos/libmetal;protocol=https"
|
||||
SRC_URI_ZEPHYR_LIBLC3 ?= "git://github.com/zephyrproject-rtos/liblc3;protocol=https"
|
||||
SRC_URI_ZEPHYR_LITTLEFS ?= "git://github.com/zephyrproject-rtos/littlefs;protocol=https"
|
||||
SRC_URI_ZEPHYR_LORAMAC_NODE ?= "git://github.com/zephyrproject-rtos/loramac-node;protocol=https"
|
||||
SRC_URI_ZEPHYR_LVGL ?= "git://github.com/zephyrproject-rtos/lvgl;protocol=https"
|
||||
SRC_URI_ZEPHYR_MBEDTLS ?= "git://github.com/zephyrproject-rtos/mbedtls;protocol=https"
|
||||
SRC_URI_ZEPHYR_MCUBOOT ?= "git://github.com/zephyrproject-rtos/mcuboot;protocol=https"
|
||||
SRC_URI_ZEPHYR_MIPI_SYS_T ?= "git://github.com/zephyrproject-rtos/mipi-sys-t;protocol=https"
|
||||
SRC_URI_ZEPHYR_NET_TOOLS ?= "git://github.com/zephyrproject-rtos/net-tools;protocol=https"
|
||||
SRC_URI_ZEPHYR_NRF_HW_MODELS ?= "git://github.com/zephyrproject-rtos/nrf_hw_models;protocol=https"
|
||||
SRC_URI_ZEPHYR_OPEN_AMP ?= "git://github.com/zephyrproject-rtos/open-amp;protocol=https"
|
||||
SRC_URI_ZEPHYR_OPENTHREAD ?= "git://github.com/zephyrproject-rtos/openthread;protocol=https"
|
||||
SRC_URI_ZEPHYR_PERCEPIO ?= "git://github.com/zephyrproject-rtos/percepio;protocol=https"
|
||||
SRC_URI_ZEPHYR_PICOLIBC ?= "git://github.com/zephyrproject-rtos/picolibc;protocol=https"
|
||||
SRC_URI_ZEPHYR_SEGGER ?= "git://github.com/zephyrproject-rtos/segger;protocol=https"
|
||||
SRC_URI_ZEPHYR_TINYCRYPT ?= "git://github.com/zephyrproject-rtos/tinycrypt;protocol=https"
|
||||
SRC_URI_ZEPHYR_TRUSTED_FIRMWARE_M ?= "git://github.com/zephyrproject-rtos/trusted-firmware-m;protocol=https"
|
||||
SRC_URI_ZEPHYR_TRUSTED_FIRMWARE_A ?= "git://github.com/zephyrproject-rtos/trusted-firmware-a;protocol=https"
|
||||
SRC_URI_ZEPHYR_UOSCORE_UEDHOC ?= "git://github.com/zephyrproject-rtos/uoscore-uedhoc;protocol=https"
|
||||
SRC_URI_ZEPHYR_ZCBOR ?= "git://github.com/zephyrproject-rtos/zcbor;protocol=https"
|
||||
|
||||
SRC_URI_PATCHES ?= "\
|
||||
file://0001-v3.7.0-x86-fix-efi-binary-generation-issue-in-cross-compila.patch;patchdir=zephyr \
|
||||
"
|
||||
|
||||
SRC_URI = "\
|
||||
${SRC_URI_ZEPHYR};branch=${ZEPHYR_BRANCH};name=default;destsuffix=git/zephyr \
|
||||
${SRC_URI_ZEPHYR_ACPICA};name=acpica;nobranch=1;destsuffix=git/modules/lib/acpica \
|
||||
${SRC_URI_ZEPHYR_BSIM};name=bsim;nobranch=1;destsuffix=git/tools/bsim \
|
||||
${SRC_URI_ZEPHYR_BABBLESIM_BASE};name=babblesim_base;nobranch=1;destsuffix=git/tools/bsim/components \
|
||||
${SRC_URI_ZEPHYR_BABBLESIM_EXT_2G4_LIBPHYCOMV1};name=babblesim_ext_2G4_libPhyComv1;nobranch=1;destsuffix=git/tools/bsim/components/ext_2G4_libPhyComv1 \
|
||||
${SRC_URI_ZEPHYR_BABBLESIM_EXT_2G4_PHY_V1};name=babblesim_ext_2G4_phy_v1;nobranch=1;destsuffix=git/tools/bsim/components/ext_2G4_phy_v1 \
|
||||
${SRC_URI_ZEPHYR_BABBLESIM_EXT_2G4_CHANNEL_NTNCABLE};name=babblesim_ext_2G4_channel_NtNcable;nobranch=1;destsuffix=git/tools/bsim/components/ext_2G4_channel_NtNcable \
|
||||
${SRC_URI_ZEPHYR_BABBLESIM_EXT_2G4_CHANNEL_MULTIATT};name=babblesim_ext_2G4_channel_multiatt;nobranch=1;destsuffix=git/tools/bsim/components/ext_2G4_channel_multiatt \
|
||||
${SRC_URI_ZEPHYR_BABBLESIM_EXT_2G4_MODEM_MAGIC};name=babblesim_ext_2G4_modem_magic;nobranch=1;destsuffix=git/tools/bsim/components/ext_2G4_modem_magic \
|
||||
${SRC_URI_ZEPHYR_BABBLESIM_EXT_2G4_MODEM_BLE_SIMPLE};name=babblesim_ext_2G4_modem_BLE_simple;nobranch=1;destsuffix=git/tools/bsim/components/ext_2G4_modem_BLE_simple \
|
||||
${SRC_URI_ZEPHYR_BABBLESIM_EXT_2G4_DEVICE_BURST_INTERFERER};name=babblesim_ext_2G4_device_burst_interferer;nobranch=1;destsuffix=git/tools/bsim/components/ext_2G4_device_burst_interferer \
|
||||
${SRC_URI_ZEPHYR_BABBLESIM_EXT_2G4_DEVICE_WLAN_ACTMOD};name=babblesim_ext_2G4_device_WLAN_actmod;nobranch=1;destsuffix=git/tools/bsim/components/ext_2G4_device_WLAN_actmod \
|
||||
${SRC_URI_ZEPHYR_BABBLESIM_EXT_2G4_DEVICE_PLAYBACK};name=babblesim_ext_2G4_device_playback;nobranch=1;destsuffix=git/tools/bsim/components/ext_2G4_device_playback \
|
||||
${SRC_URI_ZEPHYR_BABBLESIM_EXT_LIBCRYPTOV1};name=babblesim_ext_libCryptov1;nobranch=1;destsuffix=git/tools/bsim/components/ext_libCryptov1 \
|
||||
${SRC_URI_ZEPHYR_CMSIS};name=cmsis;nobranch=1;destsuffix=git/modules/hal/cmsis \
|
||||
${SRC_URI_ZEPHYR_CMSIS_DSP};name=cmsis-dsp;nobranch=1;destsuffix=git/modules/lib/cmsis-dsp \
|
||||
${SRC_URI_ZEPHYR_CMSIS_NN};name=cmsis-nn;nobranch=1;destsuffix=git/modules/lib/cmsis-nn \
|
||||
${SRC_URI_ZEPHYR_EDTT};name=edtt;nobranch=1;destsuffix=git/tools/edtt \
|
||||
${SRC_URI_ZEPHYR_FATFS};name=fatfs;nobranch=1;destsuffix=git/modules/fs/fatfs \
|
||||
${SRC_URI_ZEPHYR_HAL_ADI};name=hal_adi;nobranch=1;destsuffix=git/modules/hal/adi \
|
||||
${SRC_URI_ZEPHYR_HAL_ALTERA};name=hal_altera;nobranch=1;destsuffix=git/modules/hal/altera \
|
||||
${SRC_URI_ZEPHYR_HAL_AMBIQ};name=hal_ambiq;nobranch=1;destsuffix=git/modules/hal/ambiq \
|
||||
${SRC_URI_ZEPHYR_HAL_ATMEL};name=hal_atmel;nobranch=1;destsuffix=git/modules/hal/atmel \
|
||||
${SRC_URI_ZEPHYR_HAL_ESPRESSIF};name=hal_espressif;nobranch=1;destsuffix=git/modules/hal/espressif \
|
||||
${SRC_URI_ZEPHYR_HAL_ETHOS_U};name=hal_ethos_u;nobranch=1;destsuffix=git/modules/hal/ethos_u \
|
||||
${SRC_URI_ZEPHYR_HAL_GIGADEVICE};name=hal_gigadevice;nobranch=1;destsuffix=git/modules/hal/gigadevice \
|
||||
${SRC_URI_ZEPHYR_HAL_INFINEON};name=hal_infineon;nobranch=1;destsuffix=git/modules/hal/infineon \
|
||||
${SRC_URI_ZEPHYR_HAL_INTEL};name=hal_intel;nobranch=1;destsuffix=git/modules/hal/intel \
|
||||
${SRC_URI_ZEPHYR_HAL_MICROCHIP};name=hal_microchip;nobranch=1;destsuffix=git/modules/hal/microchip \
|
||||
${SRC_URI_ZEPHYR_HAL_NORDIC};name=hal_nordic;nobranch=1;destsuffix=git/modules/hal/nordic \
|
||||
${SRC_URI_ZEPHYR_HAL_NUVOTON};name=hal_nuvoton;nobranch=1;destsuffix=git/modules/hal/nuvoton \
|
||||
${SRC_URI_ZEPHYR_HAL_NXP};name=hal_nxp;nobranch=1;destsuffix=git/modules/hal/nxp \
|
||||
${SRC_URI_ZEPHYR_HAL_OPENISA};name=hal_openisa;nobranch=1;destsuffix=git/modules/hal/openisa \
|
||||
${SRC_URI_ZEPHYR_HAL_QUICKLOGIC};name=hal_quicklogic;nobranch=1;destsuffix=git/modules/hal/quicklogic \
|
||||
${SRC_URI_ZEPHYR_HAL_RENESAS};name=hal_renesas;nobranch=1;destsuffix=git/modules/hal/renesas \
|
||||
${SRC_URI_ZEPHYR_HAL_RPI_PICO};name=hal_rpi_pico;nobranch=1;destsuffix=git/modules/hal/rpi_pico \
|
||||
${SRC_URI_ZEPHYR_HAL_SILABS};name=hal_silabs;nobranch=1;destsuffix=git/modules/hal/silabs \
|
||||
${SRC_URI_ZEPHYR_HAL_ST};name=hal_st;nobranch=1;destsuffix=git/modules/hal/st \
|
||||
${SRC_URI_ZEPHYR_HAL_STM32};name=hal_stm32;nobranch=1;destsuffix=git/modules/hal/stm32 \
|
||||
${SRC_URI_ZEPHYR_HAL_TELINK};name=hal_telink;nobranch=1;destsuffix=git/modules/hal/telink \
|
||||
${SRC_URI_ZEPHYR_HAL_TI};name=hal_ti;nobranch=1;destsuffix=git/modules/hal/ti \
|
||||
${SRC_URI_ZEPHYR_HAL_WURTHELEKTRONIK};name=hal_wurthelektronik;nobranch=1;destsuffix=git/modules/hal/wurthelektronik \
|
||||
${SRC_URI_ZEPHYR_HAL_XTENSA};name=hal_xtensa;nobranch=1;destsuffix=git/modules/hal/xtensa \
|
||||
${SRC_URI_ZEPHYR_HOSTAP};name=hostap;nobranch=1;destsuffix=git/modules/lib/hostap \
|
||||
${SRC_URI_ZEPHYR_LIBMETAL};name=libmetal;nobranch=1;destsuffix=git/modules/hal/libmetal \
|
||||
${SRC_URI_ZEPHYR_LIBLC3};name=liblc3;nobranch=1;destsuffix=git/modules/lib/liblc3 \
|
||||
${SRC_URI_ZEPHYR_LITTLEFS};name=littlefs;nobranch=1;destsuffix=git/modules/fs/littlefs \
|
||||
${SRC_URI_ZEPHYR_LORAMAC_NODE};name=loramac-node;nobranch=1;destsuffix=git/modules/lib/loramac-node \
|
||||
${SRC_URI_ZEPHYR_LVGL};name=lvgl;nobranch=1;destsuffix=git/modules/lib/gui/lvgl \
|
||||
${SRC_URI_ZEPHYR_MBEDTLS};name=mbedtls;nobranch=1;destsuffix=git/modules/crypto/mbedtls \
|
||||
${SRC_URI_ZEPHYR_MCUBOOT};name=mcuboot;nobranch=1;destsuffix=git/bootloader/mcuboot \
|
||||
${SRC_URI_ZEPHYR_MIPI_SYS_T};name=mipi-sys-t;nobranch=1;destsuffix=git/modules/debug/mipi-sys-t \
|
||||
${SRC_URI_ZEPHYR_NET_TOOLS};name=net-tools;nobranch=1;destsuffix=git/tools/net-tools \
|
||||
${SRC_URI_ZEPHYR_NRF_HW_MODELS};name=nrf_hw_models;nobranch=1;destsuffix=git/modules/bsim_hw_models/nrf_hw_models \
|
||||
${SRC_URI_ZEPHYR_OPEN_AMP};name=open-amp;nobranch=1;destsuffix=git/modules/lib/open-amp \
|
||||
${SRC_URI_ZEPHYR_OPENTHREAD};name=openthread;nobranch=1;destsuffix=git/modules/lib/openthread \
|
||||
${SRC_URI_ZEPHYR_PERCEPIO};name=percepio;nobranch=1;destsuffix=git/modules/debug/percepio \
|
||||
${SRC_URI_ZEPHYR_PICOLIBC};name=picolibc;nobranch=1;destsuffix=git/modules/lib/picolibc \
|
||||
${SRC_URI_ZEPHYR_SEGGER};name=segger;nobranch=1;destsuffix=git/modules/debug/segger \
|
||||
${SRC_URI_ZEPHYR_TINYCRYPT};name=tinycrypt;nobranch=1;destsuffix=git/modules/crypto/tinycrypt \
|
||||
${SRC_URI_ZEPHYR_TRUSTED_FIRMWARE_M};name=trusted-firmware-m;nobranch=1;destsuffix=git/modules/tee/tf-m/trusted-firmware-m \
|
||||
${SRC_URI_ZEPHYR_TRUSTED_FIRMWARE_A};name=trusted-firmware-a;nobranch=1;destsuffix=git/modules/tee/tf-a/trusted-firmware-a \
|
||||
${SRC_URI_ZEPHYR_UOSCORE_UEDHOC};name=uoscore-uedhoc;nobranch=1;destsuffix=git/modules/lib/uoscore-uedhoc \
|
||||
${SRC_URI_ZEPHYR_ZCBOR};name=zcbor;nobranch=1;destsuffix=git/modules/lib/zcbor \
|
||||
${SRC_URI_PATCHES} \
|
||||
"
|
||||
|
||||
ZEPHYR_MODULES = "\
|
||||
${S}/modules/lib/acpica\;\
|
||||
${S}/tools/bsim\;\
|
||||
${S}/tools/bsim/components\;\
|
||||
${S}/tools/bsim/components/ext_2G4_libPhyComv1\;\
|
||||
${S}/tools/bsim/components/ext_2G4_phy_v1\;\
|
||||
${S}/tools/bsim/components/ext_2G4_channel_NtNcable\;\
|
||||
${S}/tools/bsim/components/ext_2G4_channel_multiatt\;\
|
||||
${S}/tools/bsim/components/ext_2G4_modem_magic\;\
|
||||
${S}/tools/bsim/components/ext_2G4_modem_BLE_simple\;\
|
||||
${S}/tools/bsim/components/ext_2G4_device_burst_interferer\;\
|
||||
${S}/tools/bsim/components/ext_2G4_device_WLAN_actmod\;\
|
||||
${S}/tools/bsim/components/ext_2G4_device_playback\;\
|
||||
${S}/tools/bsim/components/ext_libCryptov1\;\
|
||||
${S}/modules/hal/cmsis\;\
|
||||
${S}/modules/lib/cmsis-dsp\;\
|
||||
${S}/modules/lib/cmsis-nn\;\
|
||||
${S}/tools/edtt\;\
|
||||
${S}/modules/fs/fatfs\;\
|
||||
${S}/modules/hal/adi\;\
|
||||
${S}/modules/hal/altera\;\
|
||||
${S}/modules/hal/ambiq\;\
|
||||
${S}/modules/hal/atmel\;\
|
||||
${S}/modules/hal/espressif\;\
|
||||
${S}/modules/hal/ethos_u\;\
|
||||
${S}/modules/hal/gigadevice\;\
|
||||
${S}/modules/hal/infineon\;\
|
||||
${S}/modules/hal/intel\;\
|
||||
${S}/modules/hal/microchip\;\
|
||||
${S}/modules/hal/nordic\;\
|
||||
${S}/modules/hal/nuvoton\;\
|
||||
${S}/modules/hal/nxp\;\
|
||||
${S}/modules/hal/openisa\;\
|
||||
${S}/modules/hal/quicklogic\;\
|
||||
${S}/modules/hal/renesas\;\
|
||||
${S}/modules/hal/rpi_pico\;\
|
||||
${S}/modules/hal/silabs\;\
|
||||
${S}/modules/hal/st\;\
|
||||
${S}/modules/hal/stm32\;\
|
||||
${S}/modules/hal/telink\;\
|
||||
${S}/modules/hal/ti\;\
|
||||
${S}/modules/hal/wurthelektronik\;\
|
||||
${S}/modules/hal/xtensa\;\
|
||||
${S}/modules/lib/hostap\;\
|
||||
${S}/modules/hal/libmetal\;\
|
||||
${S}/modules/lib/liblc3\;\
|
||||
${S}/modules/fs/littlefs\;\
|
||||
${S}/modules/lib/loramac-node\;\
|
||||
${S}/modules/lib/gui/lvgl\;\
|
||||
${S}/modules/crypto/mbedtls\;\
|
||||
${S}/bootloader/mcuboot\;\
|
||||
${S}/modules/debug/mipi-sys-t\;\
|
||||
${S}/tools/net-tools\;\
|
||||
${S}/modules/bsim_hw_models/nrf_hw_models\;\
|
||||
${S}/modules/lib/open-amp\;\
|
||||
${S}/modules/lib/openthread\;\
|
||||
${S}/modules/debug/percepio\;\
|
||||
${S}/modules/lib/picolibc\;\
|
||||
${S}/modules/debug/segger\;\
|
||||
${S}/modules/crypto/tinycrypt\;\
|
||||
${S}/modules/tee/tf-m/trusted-firmware-m\;\
|
||||
${S}/modules/tee/tf-a/trusted-firmware-a\;\
|
||||
${S}/modules/lib/uoscore-uedhoc\;\
|
||||
${S}/modules/lib/zcbor\;\
|
||||
"
|
||||
|
||||
ZEPHYR_BRANCH = "v3.7-branch"
|
||||
PV = "3.7.0+git${SRCPV}"
|
||||
Reference in New Issue
Block a user