mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-05-30 00:21:17 +00:00
arm-bsp/external-system: Changing the RTX repo
Migrating RTX repo to a new namespace under arm reference solution. The new repo also adds corstone1000 as a product so this commits also changes the PRODUCT variable. Signed-off-by: Emekcan Aras <emekcan.aras@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
@@ -8,16 +8,14 @@ LICENSE = "BSD-3-Clause & Apache-2.0"
|
|||||||
LIC_FILES_CHKSUM = "file://license.md;md5=e44b2531cd6ffe9dece394dbe988d9a0 \
|
LIC_FILES_CHKSUM = "file://license.md;md5=e44b2531cd6ffe9dece394dbe988d9a0 \
|
||||||
file://cmsis/LICENSE.txt;md5=e3fc50a88d0a364313df4b21ef20c29e"
|
file://cmsis/LICENSE.txt;md5=e3fc50a88d0a364313df4b21ef20c29e"
|
||||||
|
|
||||||
SRC_URI = "gitsm://git.linaro.org/landing-teams/working/arm/external-system.git;protocol=https;branch=master"
|
SRC_URI = "gitsm://git.gitlab.arm.com/arm-reference-solutions/corstone1000/external_system/rtx.git;protocol=https;branch=master"
|
||||||
SRCREV = "2057819cd3652b457907ad70f6b951cf10c7a481"
|
SRCREV = "8c9dca74b104ff6c9722fb0738ba93dd3719c080"
|
||||||
PV .= "+git${SRCPV}"
|
PV .= "+git${SRCPV}"
|
||||||
|
|
||||||
COMPATIBLE_MACHINE = "(corstone1000)"
|
COMPATIBLE_MACHINE = "(corstone1000)"
|
||||||
|
|
||||||
# PRODUCT is passed to the Makefile to specify the platform to be used.
|
# PRODUCT is passed to the Makefile to specify the platform to be used.
|
||||||
# platform code is same for corstone700 and corstone1000, hence use the
|
PRODUCT = "corstone-1000"
|
||||||
# same PRODUCT for both.
|
|
||||||
PRODUCT = "corstone-700"
|
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
B = "${WORKDIR}/build"
|
B = "${WORKDIR}/build"
|
||||||
|
|||||||
Reference in New Issue
Block a user