[PATCH 2/4] linux-ti-staging: Update kernel to pick up AM64 platform


Dan Murphy <dmurphy@...>
 

Signed-off-by: Dan Murphy <dmurphy@...>
---
recipes-kernel/linux/linux-ti-staging_5.4.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-kernel/linux/linux-ti-staging_5.4.bb b/recipes-kernel/linux/linux-ti-staging_5.4.bb
index 0e7fa2dff29c..8275988bb1a7 100644
--- a/recipes-kernel/linux/linux-ti-staging_5.4.bb
+++ b/recipes-kernel/linux/linux-ti-staging_5.4.bb
@@ -21,7 +21,7 @@ S = "${WORKDIR}/git"

BRANCH = "ti-linux-5.4.y"

-SRCREV = "673043a513673aaddded01f52124c37d0e28f4f9"
+SRCREV = "7a5e2e57a39a097b4dde09bad8f72a2d31dc09c4"
PV = "5.4.78+git${SRCPV}"

# Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild
--
2.17.1


Suman Anna
 

On 12/11/20 7:31 AM, Dan Murphy via lists.yoctoproject.org wrote:
Signed-off-by: Dan Murphy <dmurphy@...>
---
recipes-kernel/linux/linux-ti-staging_5.4.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-kernel/linux/linux-ti-staging_5.4.bb b/recipes-kernel/linux/linux-ti-staging_5.4.bb
index 0e7fa2dff29c..8275988bb1a7 100644
--- a/recipes-kernel/linux/linux-ti-staging_5.4.bb
+++ b/recipes-kernel/linux/linux-ti-staging_5.4.bb
@@ -21,7 +21,7 @@ S = "${WORKDIR}/git"

BRANCH = "ti-linux-5.4.y"

-SRCREV = "673043a513673aaddded01f52124c37d0e28f4f9"
+SRCREV = "7a5e2e57a39a097b4dde09bad8f72a2d31dc09c4"
You can probably merge this patch first in preparation. Also, the SHA is already
stale, might just pick the latest, even 5.4.82..

regards
Suman

PV = "5.4.78+git${SRCPV}"

# Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild





Dan Murphy <dmurphy@...>
 

Suman

On 12/12/20 1:03 AM, Suman Anna wrote:
On 12/11/20 7:31 AM, Dan Murphy via lists.yoctoproject.org wrote:
Signed-off-by: Dan Murphy <dmurphy@...>
---
recipes-kernel/linux/linux-ti-staging_5.4.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-kernel/linux/linux-ti-staging_5.4.bb b/recipes-kernel/linux/linux-ti-staging_5.4.bb
index 0e7fa2dff29c..8275988bb1a7 100644
--- a/recipes-kernel/linux/linux-ti-staging_5.4.bb
+++ b/recipes-kernel/linux/linux-ti-staging_5.4.bb
@@ -21,7 +21,7 @@ S = "${WORKDIR}/git"
BRANCH = "ti-linux-5.4.y"
-SRCREV = "673043a513673aaddded01f52124c37d0e28f4f9"
+SRCREV = "7a5e2e57a39a097b4dde09bad8f72a2d31dc09c4"
You can probably merge this patch first in preparation. Also, the SHA is already
stale, might just pick the latest, even 5.4.82..
OK I will send another patch to update the SHA and rev

Dan