diff --git a/meta-corstone700/conf/machine/corstone700.conf b/meta-corstone700/conf/machine/corstone700.conf index 07ca53aa..368db83c 100644 --- a/meta-corstone700/conf/machine/corstone700.conf +++ b/meta-corstone700/conf/machine/corstone700.conf @@ -10,7 +10,7 @@ EXTRA_IMAGEDEPENDS_append = " test-app" CORE_IMAGE_EXTRA_INSTALL += "test-app" -EXTRA_IMAGEDEPENDS_append = " boot-firmware external-system" +EXTRA_IMAGEDEPENDS_append = " boot-firmware external-system test-app" TF-A_PLATFORM = "corstone700" TF-A_EXTRA_OPTIONS += " \ diff --git a/meta-corstone700/recipes-bsp/boot-firmware/boot-firmware.bb b/meta-corstone700/recipes-bsp/boot-firmware/boot-firmware.bb index b4f657d2..54b4e968 100644 --- a/meta-corstone700/recipes-bsp/boot-firmware/boot-firmware.bb +++ b/meta-corstone700/recipes-bsp/boot-firmware/boot-firmware.bb @@ -1,6 +1,6 @@ # SPDX-License-Identifier: MIT # -# Copyright (c) 2019 Arm Limited +# Copyright (c) 2019-2020 Arm Limited # SUMMARY = "Boot Processor firmware" @@ -15,7 +15,7 @@ inherit python3native FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" SRC_URI = "gitsm://${USER}@git.linaro.org/landing-teams/working/arm/boot-firmware.git;protocol=https;branch=master" -SRCREV="2569f6de92e6039717200f196ec0a6b77a38556d" +SRCREV = "CORSTONE-700-2020.02.10" S = "${WORKDIR}/git" B = "${WORKDIR}/build" diff --git a/meta-corstone700/recipes-bsp/external-system/external-system.bb b/meta-corstone700/recipes-bsp/external-system/external-system.bb index 26cbf632..6c5290e7 100644 --- a/meta-corstone700/recipes-bsp/external-system/external-system.bb +++ b/meta-corstone700/recipes-bsp/external-system/external-system.bb @@ -1,3 +1,8 @@ +# SPDX-License-Identifier: MIT +# +# Copyright (c) 2019-2020 Arm Limited +# + SUMMARY = "External system Cortex-M3 Firmware" DESCRIPTION = "External system Firmware" HOMEPAGE = "https://gerrit.oss.arm.com/#/admin/projects/EP/src/ExternalSystem" @@ -11,7 +16,7 @@ inherit python3native FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" SRC_URI = "gitsm://${USER}@git.linaro.org/landing-teams/working/arm/external-system.git;protocol=https;branch=master" -SRCREV="211f64282cde60e87eb030500cb8ebbd03eba328" +SRCREV = "CORSTONE-700-2020.02.10" S = "${WORKDIR}/git" B = "${WORKDIR}/build" diff --git a/meta-corstone700/recipes-bsp/trusted-firmware-a/trusted-firmware-a.bbappend b/meta-corstone700/recipes-bsp/trusted-firmware-a/trusted-firmware-a.bbappend index 1256824c..20a0c040 100644 --- a/meta-corstone700/recipes-bsp/trusted-firmware-a/trusted-firmware-a.bbappend +++ b/meta-corstone700/recipes-bsp/trusted-firmware-a/trusted-firmware-a.bbappend @@ -1,6 +1,6 @@ # SPDX-License-Identifier: MIT # -# Copyright (c) 2019 Arm Limited +# Copyright (c) 2019-2020 Arm Limited # LIC_FILES_CHKSUM_corstone700 = "file://license.rst;md5=c709b197e22b81ede21109dbffd5f363" @@ -8,3 +8,4 @@ LIC_FILES_CHKSUM_corstone700 = "file://license.rst;md5=c709b197e22b81ede21109dbf FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" SRC_URI_corstone700 = "git://${USER}@git.linaro.org/landing-teams/working/arm/arm-tf.git;protocol=https;branch=iota" +SRCREV = "CORSTONE-700-2020.02.10" diff --git a/meta-corstone700/recipes-kernel/linux/linux-arm.bbappend b/meta-corstone700/recipes-kernel/linux/linux-arm.bbappend index 93d5f47a..8d113606 100644 --- a/meta-corstone700/recipes-kernel/linux/linux-arm.bbappend +++ b/meta-corstone700/recipes-kernel/linux/linux-arm.bbappend @@ -1,3 +1,8 @@ +# SPDX-License-Identifier: MIT +# +# Copyright (c) 2019-2020 Arm Limited +# + SUMMARY = "Linux Kernel provided and supported by Arm/Linaro for Cortex-A32" KERNEL_IMAGETYPE = "xipImage" @@ -5,4 +10,4 @@ KERNEL_IMAGETYPE = "xipImage" KBUILD_DEFCONFIG = "corstone700_defconfig" SRC_URI = "git://${USER}@git.linaro.org/landing-teams/working/arm/kernel-release.git;protocol=https;branch=iota" -SRCREV="76d4729645345cc54d30e28511b94efb16ee117b" +SRCREV = "CORSTONE-700-2020.02.10" diff --git a/meta-corstone700/recipes-test/test-app/test-app.bb b/meta-corstone700/recipes-test/test-app/test-app.bb index 3bdb6d0d..90463ed5 100644 --- a/meta-corstone700/recipes-test/test-app/test-app.bb +++ b/meta-corstone700/recipes-test/test-app/test-app.bb @@ -1,3 +1,8 @@ +# SPDX-License-Identifier: MIT +# +# Copyright (c) 2019-2020 Arm Limited +# + SUMMARY = "CORSTONE700 Host Test App" DESCRIPTION = "CORSTONE700 Host Test App" DEPENDS += " coreutils-native " @@ -7,7 +12,7 @@ LIC_FILES_CHKSUM = "file://license.md;md5=e44b2531cd6ffe9dece394dbe988d9a0" FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" SRC_URI = "git://${USER}@git.linaro.org/landing-teams/working/arm/test-apps.git;protocol=https;branch=master" -SRCREV = "CORSTONE-700-2019.09.23" +SRCREV = "CORSTONE-700-2020.02.10" S = "${WORKDIR}/git" B = "${WORKDIR}/build"