All of lore.kernel.org
 help / color / mirror / Atom feed
* [dunfell/master PATCH 1/3] Revert "branding-core-next: explicitly select latest versions"
@ 2021-04-13  4:47 praneeth
  2021-04-13  4:47 ` [dunfell/master PATCH 2/3] Revert "branding: core-next: AUTOREV kernel and uboot" praneeth
  2021-04-13  4:47 ` [dunfell/master PATCH 3/3] Revert "branding: Add branding-core-next to aid in migration" praneeth
  0 siblings, 2 replies; 3+ messages in thread
From: praneeth @ 2021-04-13  4:47 UTC (permalink / raw)
  To: Praneeth Bajjuri; +Cc: meta-arago, Denys Dmytriyenko

From: Praneeth Bajjuri <praneeth@ti.com>

This reverts commit 3d919caf87700d348e86d841b8e8b425c165c0e1.

Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
---
 .../conf/distro/include/branding-core-next.inc            | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/meta-arago-distro/conf/distro/include/branding-core-next.inc b/meta-arago-distro/conf/distro/include/branding-core-next.inc
index f453b3c6..a2667a70 100644
--- a/meta-arago-distro/conf/distro/include/branding-core-next.inc
+++ b/meta-arago-distro/conf/distro/include/branding-core-next.inc
@@ -2,10 +2,10 @@
 
 require branding-core.inc
 
-PREFERRED_VERSION_linux-ti-staging = "5.10%"
-PREFERRED_VERSION_linux-ti-staging-rt = "5.10%"
-PREFERRED_VERSION_linux-ti-staging-systest = "5.10%"
-PREFERRED_VERSION_u-boot-ti-staging = "2021.01%"
+PREFERRED_VERSION_linux-ti-staging = ""
+PREFERRED_VERSION_linux-ti-staging-rt = ""
+PREFERRED_VERSION_linux-ti-staging-systest = ""
+PREFERRED_VERSION_u-boot-ti-staging = ""
 
 # Auto rev important packages to pick up latest
 SRCREV_pn-linux-ti-staging = "${AUTOREV}"
-- 
2.17.1



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

* [dunfell/master PATCH 2/3] Revert "branding: core-next: AUTOREV kernel and uboot"
  2021-04-13  4:47 [dunfell/master PATCH 1/3] Revert "branding-core-next: explicitly select latest versions" praneeth
@ 2021-04-13  4:47 ` praneeth
  2021-04-13  4:47 ` [dunfell/master PATCH 3/3] Revert "branding: Add branding-core-next to aid in migration" praneeth
  1 sibling, 0 replies; 3+ messages in thread
From: praneeth @ 2021-04-13  4:47 UTC (permalink / raw)
  To: Praneeth Bajjuri; +Cc: meta-arago, Denys Dmytriyenko

From: Praneeth Bajjuri <praneeth@ti.com>

This reverts commit 3d81e5add1f7173e34a4fbc189bf56872969fc98.

Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
---
 .../conf/distro/include/branding-core-next.inc              | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/meta-arago-distro/conf/distro/include/branding-core-next.inc b/meta-arago-distro/conf/distro/include/branding-core-next.inc
index a2667a70..3828a8d7 100644
--- a/meta-arago-distro/conf/distro/include/branding-core-next.inc
+++ b/meta-arago-distro/conf/distro/include/branding-core-next.inc
@@ -6,9 +6,3 @@ PREFERRED_VERSION_linux-ti-staging = ""
 PREFERRED_VERSION_linux-ti-staging-rt = ""
 PREFERRED_VERSION_linux-ti-staging-systest = ""
 PREFERRED_VERSION_u-boot-ti-staging = ""
-
-# Auto rev important packages to pick up latest
-SRCREV_pn-linux-ti-staging = "${AUTOREV}"
-SRCREV_pn-linux-ti-staging-rt = "${AUTOREV}"
-SRCREV_pn-linux-ti-staging-systest = "${AUTOREV}"
-SRCREV_pn-u-boot-ti-staging = "${AUTOREV}"
-- 
2.17.1



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

* [dunfell/master PATCH 3/3] Revert "branding: Add branding-core-next to aid in migration"
  2021-04-13  4:47 [dunfell/master PATCH 1/3] Revert "branding-core-next: explicitly select latest versions" praneeth
  2021-04-13  4:47 ` [dunfell/master PATCH 2/3] Revert "branding: core-next: AUTOREV kernel and uboot" praneeth
@ 2021-04-13  4:47 ` praneeth
  1 sibling, 0 replies; 3+ messages in thread
From: praneeth @ 2021-04-13  4:47 UTC (permalink / raw)
  To: Praneeth Bajjuri; +Cc: meta-arago, Denys Dmytriyenko

From: Praneeth Bajjuri <praneeth@ti.com>

This reverts commit 9fb5311581b7730e64a8bffbbee0147eefd4edb7.

Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
---
 .../conf/distro/include/branding-core-next.inc            | 8 --------
 meta-arago-distro/conf/distro/include/branding-core.inc   | 5 -----
 2 files changed, 13 deletions(-)
 delete mode 100644 meta-arago-distro/conf/distro/include/branding-core-next.inc

diff --git a/meta-arago-distro/conf/distro/include/branding-core-next.inc b/meta-arago-distro/conf/distro/include/branding-core-next.inc
deleted file mode 100644
index 3828a8d7..00000000
--- a/meta-arago-distro/conf/distro/include/branding-core-next.inc
+++ /dev/null
@@ -1,8 +0,0 @@
-# Special "migration" branding for testing components that are to be updated in LTS migration
-
-require branding-core.inc
-
-PREFERRED_VERSION_linux-ti-staging = ""
-PREFERRED_VERSION_linux-ti-staging-rt = ""
-PREFERRED_VERSION_linux-ti-staging-systest = ""
-PREFERRED_VERSION_u-boot-ti-staging = ""
diff --git a/meta-arago-distro/conf/distro/include/branding-core.inc b/meta-arago-distro/conf/distro/include/branding-core.inc
index 2e3759eb..cab9831b 100644
--- a/meta-arago-distro/conf/distro/include/branding-core.inc
+++ b/meta-arago-distro/conf/distro/include/branding-core.inc
@@ -11,8 +11,3 @@ ALTERNATIVE_PRIORITY_pn-opencl-monitor-ipu = "1"
 
 # Raise priority for sample IPC FW images
 ALTERNATIVE_PRIORITY_pn-ti-ipc-rtos = "15"
-
-PREFERRED_VERSION_linux-ti-staging = "5.4%"
-PREFERRED_VERSION_linux-ti-staging-rt = "5.4%"
-PREFERRED_VERSION_linux-ti-staging-systest = "5.4%"
-PREFERRED_VERSION_u-boot-ti-staging = "2020.01%"
-- 
2.17.1



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

end of thread, other threads:[~2021-04-13  4:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-13  4:47 [dunfell/master PATCH 1/3] Revert "branding-core-next: explicitly select latest versions" praneeth
2021-04-13  4:47 ` [dunfell/master PATCH 2/3] Revert "branding: core-next: AUTOREV kernel and uboot" praneeth
2021-04-13  4:47 ` [dunfell/master PATCH 3/3] Revert "branding: Add branding-core-next to aid in migration" praneeth

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.