All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] arm-bsp/test: Changing the repo names
@ 2022-10-03 10:15 emekcan.aras
  2022-10-03 10:15 ` [PATCH 1/2] arm-bsp/test: Changing the test app repository emekcan.aras
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: emekcan.aras @ 2022-10-03 10:15 UTC (permalink / raw)
  To: meta-arm, Jon.Mason, Ross.Burton; +Cc: nd, Emekcan

From: Emekcan <emekcan.aras@arm.com>

Migrating the test repo to a new namespace under arm 
reference solution. 

Emekcan Aras (2):
  arm-bsp/test: Changing the test app repository
  arm-bsp/external-system: Changing the RTX repo

 .../recipes-bsp/external-system/external-system_0.1.0.bb  | 8 +++-----
 .../corstone1000-external-sys-tests_1.0.bb                | 2 +-
 2 files changed, 4 insertions(+), 6 deletions(-)
-- 
2.17.1



^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH 1/2] arm-bsp/test: Changing the test app repository
  2022-10-03 10:15 [PATCH 0/2] arm-bsp/test: Changing the repo names emekcan.aras
@ 2022-10-03 10:15 ` emekcan.aras
  2022-10-03 10:15 ` [PATCH 2/2] arm-bsp/external-system: Changing the RTX repo emekcan.aras
  2022-10-03 16:37 ` [PATCH 0/2] arm-bsp/test: Changing the repo names Jon Mason
  2 siblings, 0 replies; 4+ messages in thread
From: emekcan.aras @ 2022-10-03 10:15 UTC (permalink / raw)
  To: meta-arm, Jon.Mason, Ross.Burton; +Cc: nd, Emekcan

From: Emekcan <emekcan.aras@arm.com>

Migrating the test repo to a new namespace under
arm reference solution.

Signed-off-by: Emekcan Aras <emekcan.aras@arm.com>
---
 .../corstone1000-external-sys-tests_1.0.bb                      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-arm-bsp/recipes-test/corstone1000-external-sys-tests/corstone1000-external-sys-tests_1.0.bb b/meta-arm-bsp/recipes-test/corstone1000-external-sys-tests/corstone1000-external-sys-tests_1.0.bb
index 04c0aae2..47434204 100644
--- a/meta-arm-bsp/recipes-test/corstone1000-external-sys-tests/corstone1000-external-sys-tests_1.0.bb
+++ b/meta-arm-bsp/recipes-test/corstone1000-external-sys-tests/corstone1000-external-sys-tests_1.0.bb
@@ -4,7 +4,7 @@ HOMEPAGE = "https://git.linaro.org/landing-teams/working/arm/test-apps.git"
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://license.md;md5=e44b2531cd6ffe9dece394dbe988d9a0"
 
-SRC_URI = "git://git.linaro.org/landing-teams/working/arm/test-apps.git;protocol=https;branch=master"
+SRC_URI = "git://git.gitlab.arm.com/arm-reference-solutions/corstone1000/applications.git;protocol=https;branch=master"
 SRCREV = "2945cd92f7c6dbe4999ee72cd5cf1e2615eedba7"
 PV .= "+git${SRCPV}"
 
-- 
2.17.1



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH 2/2] arm-bsp/external-system: Changing the RTX repo
  2022-10-03 10:15 [PATCH 0/2] arm-bsp/test: Changing the repo names emekcan.aras
  2022-10-03 10:15 ` [PATCH 1/2] arm-bsp/test: Changing the test app repository emekcan.aras
@ 2022-10-03 10:15 ` emekcan.aras
  2022-10-03 16:37 ` [PATCH 0/2] arm-bsp/test: Changing the repo names Jon Mason
  2 siblings, 0 replies; 4+ messages in thread
From: emekcan.aras @ 2022-10-03 10:15 UTC (permalink / raw)
  To: meta-arm, Jon.Mason, Ross.Burton; +Cc: nd, Emekcan

From: Emekcan <emekcan.aras@arm.com>

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>
---
 .../recipes-bsp/external-system/external-system_0.1.0.bb  | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/meta-arm-bsp/recipes-bsp/external-system/external-system_0.1.0.bb b/meta-arm-bsp/recipes-bsp/external-system/external-system_0.1.0.bb
index ce5e7a76..5bb8c37c 100644
--- a/meta-arm-bsp/recipes-bsp/external-system/external-system_0.1.0.bb
+++ b/meta-arm-bsp/recipes-bsp/external-system/external-system_0.1.0.bb
@@ -8,16 +8,14 @@ LICENSE = "BSD-3-Clause & Apache-2.0"
 LIC_FILES_CHKSUM = "file://license.md;md5=e44b2531cd6ffe9dece394dbe988d9a0 \
                     file://cmsis/LICENSE.txt;md5=e3fc50a88d0a364313df4b21ef20c29e"
 
-SRC_URI = "gitsm://git.linaro.org/landing-teams/working/arm/external-system.git;protocol=https;branch=master"
-SRCREV = "2057819cd3652b457907ad70f6b951cf10c7a481"
+SRC_URI = "gitsm://git.gitlab.arm.com/arm-reference-solutions/corstone1000/external_system/rtx.git;protocol=https;branch=master"
+SRCREV = "8c9dca74b104ff6c9722fb0738ba93dd3719c080"
 PV .= "+git${SRCPV}"
 
 COMPATIBLE_MACHINE = "(corstone1000)"
 
 # PRODUCT is passed to the Makefile to specify the platform to be used.
-# platform code is same for corstone700 and corstone1000, hence use the
-# same PRODUCT for both.
-PRODUCT = "corstone-700"
+PRODUCT = "corstone-1000"
 
 S = "${WORKDIR}/git"
 B = "${WORKDIR}/build"
-- 
2.17.1



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH 0/2] arm-bsp/test: Changing the repo names
  2022-10-03 10:15 [PATCH 0/2] arm-bsp/test: Changing the repo names emekcan.aras
  2022-10-03 10:15 ` [PATCH 1/2] arm-bsp/test: Changing the test app repository emekcan.aras
  2022-10-03 10:15 ` [PATCH 2/2] arm-bsp/external-system: Changing the RTX repo emekcan.aras
@ 2022-10-03 16:37 ` Jon Mason
  2 siblings, 0 replies; 4+ messages in thread
From: Jon Mason @ 2022-10-03 16:37 UTC (permalink / raw)
  To: meta-arm, Ross.Burton, emekcan.aras, Jon.Mason; +Cc: nd

On Mon, 3 Oct 2022 11:15:06 +0100, emekcan.aras@arm.com wrote:
> Migrating the test repo to a new namespace under arm
> reference solution.
> 
> Emekcan Aras (2):
>   arm-bsp/test: Changing the test app repository
>   arm-bsp/external-system: Changing the RTX repo
> 
> [...]

Applied, thanks!

[1/2] arm-bsp/test: Changing the test app repository
      commit: f25935371da26d9b5f7b45d050c816acbe840604
[2/2] arm-bsp/external-system: Changing the RTX repo
      commit: 6ef4d3ef1877f8b9d2a5805bb13dff94b3e5bafa

Best regards,
-- 
Jon Mason <jon.mason@arm.com>


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-10-03 16:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-03 10:15 [PATCH 0/2] arm-bsp/test: Changing the repo names emekcan.aras
2022-10-03 10:15 ` [PATCH 1/2] arm-bsp/test: Changing the test app repository emekcan.aras
2022-10-03 10:15 ` [PATCH 2/2] arm-bsp/external-system: Changing the RTX repo emekcan.aras
2022-10-03 16:37 ` [PATCH 0/2] arm-bsp/test: Changing the repo names Jon Mason

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.