Re: [dunfell][PATCH] linux-ti-staging: Unblock SA2UL for AM64x and J7200 HS devices
On 6/30/22 5:08 AM, Bajjuri, Praneeth wrote: Andrew, assuming this is applicable for master branch as well.
I'd think so yes, I've been a bit time crunched lately so not been testing these against master. Plan was to go back later and check all my patches that didn't get synced to master and resend as needed. Andrew On 6/29/2022 2:15 AM, Andrew Davis via lists.yoctoproject.org wrote:
The SA2UL driver now works on HS devices, unblock this.
Signed-off-by: Andrew Davis <afd@...> Reviewed-by: Praneeth Bajjuri <praneeth@...>
--- Â recipes-kernel/linux/linux-ti-staging_5.10.bb | 6 ------ Â 1 file changed, 6 deletions(-)
diff --git a/recipes-kernel/linux/linux-ti-staging_5.10.bb b/recipes-kernel/linux/linux-ti-staging_5.10.bb index 75ffa904..59094a9e 100644 --- a/recipes-kernel/linux/linux-ti-staging_5.10.bb +++ b/recipes-kernel/linux/linux-ti-staging_5.10.bb @@ -45,9 +45,3 @@ module_conf_ti_k3_r5_remoteproc = "softdep ti_k3_r5_remoteproc pre: virtio_rpmsg  module_conf_ti_k3_dsp_remoteproc = "softdep ti_k3_dsp_remoteproc pre: virtio_rpmsg_bus"  KERNEL_MODULE_PROBECONF += "rpmsg_client_sample ti_k3_r5_remoteproc ti_k3_dsp_remoteproc"  KERNEL_MODULE_AUTOLOAD_append_j7 = " rpmsg_kdrv_switch" - -# Disable SA2UL for AM64x HS and J7200 HS -module_conf_sa2ul_am64xx-hs-evm = "blacklist sa2ul" -KERNEL_MODULE_PROBECONF_append_am64xx-hs-evm = " sa2ul" -module_conf_sa2ul_j7200-hs-evm = "blacklist sa2ul" -KERNEL_MODULE_PROBECONF_append_j7200-hs-evm = " sa2ul"
|
|
[dunfell][PATCH 2/4] linux-ti-staging: Bump to 08.04.00.003 release
Updated the linux version for 08.04.00.003
Signed-off-by: Ryan Eatmon <reatmon@...> --- recipes-kernel/linux/linux-ti-staging_5.10.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/recipes-kernel/linux/linux-ti-staging_5.10.bb b/recipes-kernel/linux/linux-ti-staging_5.10.bb index 7ec06dae..4c5c2902 100644 --- a/recipes-kernel/linux/linux-ti-staging_5.10.bb +++ b/recipes-kernel/linux/linux-ti-staging_5.10.bb @@ -25,8 +25,8 @@ S = "${WORKDIR}/git" BRANCH = "ti-linux-5.10.y" -SRCREV = "fb0a0333fbbb73679e719745575df8efd800380b" -PV = "..+git${SRCPV}" +SRCREV = "a293790a7822997b0ff63bdd95f580ac6e2d85e2" +PV = "5.10.120+git${SRCPV}" # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild MACHINE_KERNEL_PR_append = "b" -- 2.17.1
|
|
[dunfell][PATCH 0/4] Update to 08.04.00.003
Update u-boot, linux, linux rt and ti-linux-fw to 08.04.00.003 tag
Ryan Eatmon (4): u-boot-ti-staging: Bump to 08.04.00.003 release linux-ti-staging: Bump to 08.04.00.003 release linux-ti-staging-rt: Bump to 08.04.00.003 release ti-linux-fw: Bump to 08.04.00.003 release
recipes-bsp/ti-linux-fw/ti-linux-fw.inc | 2 +- recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb | 4 ++-- recipes-kernel/linux/linux-ti-staging-rt_5.10.bb | 4 ++-- recipes-kernel/linux/linux-ti-staging_5.10.bb | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-)
-- 2.17.1
|
|
[dunfell][PATCH 1/4] u-boot-ti-staging: Bump to 08.04.00.003 release
Updated the u-boot version for 08.04.00.003
Signed-off-by: Ryan Eatmon <reatmon@...> --- recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb b/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb index 3c41e59e..91ae0319 100644 --- a/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb +++ b/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb @@ -2,8 +2,8 @@ require u-boot-ti.inc LIC_FILES_CHKSUM = "file://Licenses/README;md5=5a7450c57ffe5ae63fd732446b988025" -PR = "r29" +PR = "r30" BRANCH = "ti-u-boot-2021.01" -SRCREV = "fb0a0333fbbb73679e719745575df8efd800380b" +SRCREV = "5de948718fab9c024b56268860a06fab9c7d514c" -- 2.17.1
|
|
[dunfell][PATCH 3/4] linux-ti-staging-rt: Bump to 08.04.00.003 release
Updated the linux rt version for 08.04.00.003
Signed-off-by: Ryan Eatmon <reatmon@...> --- recipes-kernel/linux/linux-ti-staging-rt_5.10.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/recipes-kernel/linux/linux-ti-staging-rt_5.10.bb b/recipes-kernel/linux/linux-ti-staging-rt_5.10.bb index 19ade575..828bee43 100644 --- a/recipes-kernel/linux/linux-ti-staging-rt_5.10.bb +++ b/recipes-kernel/linux/linux-ti-staging-rt_5.10.bb @@ -6,5 +6,5 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-5.10:" BRANCH = "ti-rt-linux-5.10.y" -SRCREV = "fb0a0333fbbb73679e719745575df8efd800380b" -PV = "..+git${SRCPV}" +SRCREV = "70d8aea23ac37d6a72bfd18fd8661ca6f1136c0a" +PV = "5.10.120+git${SRCPV}" -- 2.17.1
|
|
[dunfell][PATCH 4/4] ti-linux-fw: Bump to 08.04.00.003 release
Updated the ti-linux-fw version for 08.04.00.003
Signed-off-by: Ryan Eatmon <reatmon@...> --- recipes-bsp/ti-linux-fw/ti-linux-fw.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/recipes-bsp/ti-linux-fw/ti-linux-fw.inc b/recipes-bsp/ti-linux-fw/ti-linux-fw.inc index 69826e94..a8b3422d 100644 --- a/recipes-bsp/ti-linux-fw/ti-linux-fw.inc +++ b/recipes-bsp/ti-linux-fw/ti-linux-fw.inc @@ -20,7 +20,7 @@ IMG_DEC_FW_VERSION = "1.0" CNM_WAVE521_FW_VERSION = "1.0.00" TIFS_LPM_STUB_FW_VERSION = "08.03.02" -TI_LINUX_FW_SRCREV ?= "fb0a0333fbbb73679e719745575df8efd800380b" +TI_LINUX_FW_SRCREV ?= "2d9a1002663a20673d942826c558ba4b472ffe9a" SRCREV = "${TI_LINUX_FW_SRCREV}" BRANCH ?= "ti-linux-firmware" -- 2.17.1
|
|
Re: [dunfell][PATCH] linux-ti-staging: Unblock SA2UL for AM64x and J7200 HS devices
Andrew, assuming this is applicable for master branch as well. On 6/29/2022 2:15 AM, Andrew Davis via lists.yoctoproject.org wrote: The SA2UL driver now works on HS devices, unblock this. Signed-off-by: Andrew Davis <afd@...> Reviewed-by: Praneeth Bajjuri <praneeth@...> --- recipes-kernel/linux/linux-ti-staging_5.10.bb | 6 ------ 1 file changed, 6 deletions(-) diff --git a/recipes-kernel/linux/linux-ti-staging_5.10.bb b/recipes-kernel/linux/linux-ti-staging_5.10.bb index 75ffa904..59094a9e 100644 --- a/recipes-kernel/linux/linux-ti-staging_5.10.bb +++ b/recipes-kernel/linux/linux-ti-staging_5.10.bb @@ -45,9 +45,3 @@ module_conf_ti_k3_r5_remoteproc = "softdep ti_k3_r5_remoteproc pre: virtio_rpmsg module_conf_ti_k3_dsp_remoteproc = "softdep ti_k3_dsp_remoteproc pre: virtio_rpmsg_bus" KERNEL_MODULE_PROBECONF += "rpmsg_client_sample ti_k3_r5_remoteproc ti_k3_dsp_remoteproc" KERNEL_MODULE_AUTOLOAD_append_j7 = " rpmsg_kdrv_switch" - -# Disable SA2UL for AM64x HS and J7200 HS -module_conf_sa2ul_am64xx-hs-evm = "blacklist sa2ul" -KERNEL_MODULE_PROBECONF_append_am64xx-hs-evm = " sa2ul" -module_conf_sa2ul_j7200-hs-evm = "blacklist sa2ul" -KERNEL_MODULE_PROBECONF_append_j7200-hs-evm = " sa2ul"
|
|
[dunfell][PATCH] linux-ti-staging: Unblock SA2UL for AM64x and J7200 HS devices
The SA2UL driver now works on HS devices, unblock this.
Signed-off-by: Andrew Davis <afd@...> --- recipes-kernel/linux/linux-ti-staging_5.10.bb | 6 ------ 1 file changed, 6 deletions(-)
diff --git a/recipes-kernel/linux/linux-ti-staging_5.10.bb b/recipes-kernel/linux/linux-ti-staging_5.10.bb index 75ffa904..59094a9e 100644 --- a/recipes-kernel/linux/linux-ti-staging_5.10.bb +++ b/recipes-kernel/linux/linux-ti-staging_5.10.bb @@ -45,9 +45,3 @@ module_conf_ti_k3_r5_remoteproc = "softdep ti_k3_r5_remoteproc pre: virtio_rpmsg module_conf_ti_k3_dsp_remoteproc = "softdep ti_k3_dsp_remoteproc pre: virtio_rpmsg_bus" KERNEL_MODULE_PROBECONF += "rpmsg_client_sample ti_k3_r5_remoteproc ti_k3_dsp_remoteproc" KERNEL_MODULE_AUTOLOAD_append_j7 = " rpmsg_kdrv_switch" - -# Disable SA2UL for AM64x HS and J7200 HS -module_conf_sa2ul_am64xx-hs-evm = "blacklist sa2ul" -KERNEL_MODULE_PROBECONF_append_am64xx-hs-evm = " sa2ul" -module_conf_sa2ul_j7200-hs-evm = "blacklist sa2ul" -KERNEL_MODULE_PROBECONF_append_j7200-hs-evm = " sa2ul" -- 2.36.1
|
|
Re: [dunfell][PATCH] optee-os: Use software RNG on AM62x and J721s2
On 6/28/2022 2:10 AM, Andrew Davis via lists.yoctoproject.org wrote: The TRNG driver is not currently functional for these two platforms. Disable the TRNG driver until fixed. Reported-by: Vignesh Raghavendra <vigneshr@...> Signed-off-by: Andrew Davis <afd@...> Reviewed-by: Praneeth Bajjuri <praneeth@...> --- recipes-security/optee/optee-os_%.bbappend | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/recipes-security/optee/optee-os_%.bbappend b/recipes-security/optee/optee-os_%.bbappend index 16c10979..7fe5f26e 100644 --- a/recipes-security/optee/optee-os_%.bbappend +++ b/recipes-security/optee/optee-os_%.bbappend @@ -6,6 +6,10 @@ DEPENDS_append_ti-soc = " python3-cryptography-native" EXTRA_OEMAKE_append_k3 = "${@ 'CFG_CONSOLE_UART='+ d.getVar('OPTEE_K3_USART') if d.getVar('OPTEE_K3_USART') else ''}" +EXTRA_OEMAKE_append_am62xx-evm = " CFG_WITH_SOFTWARE_PRNG=y" +EXTRA_OEMAKE_append_j721s2-evm = " CFG_WITH_SOFTWARE_PRNG=y" +EXTRA_OEMAKE_append_j721s2-hs-evm = " CFG_WITH_SOFTWARE_PRNG=y" + do_compile_prepend_ti-soc() { export TI_SECURE_DEV_PKG=${TI_SECURE_DEV_PKG} }
|
|
[dunfell][PATCH] optee-os: Use software RNG on AM62x and J721s2
The TRNG driver is not currently functional for these two platforms. Disable the TRNG driver until fixed.
Reported-by: Vignesh Raghavendra <vigneshr@...> Signed-off-by: Andrew Davis <afd@...> --- recipes-security/optee/optee-os_%.bbappend | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/recipes-security/optee/optee-os_%.bbappend b/recipes-security/optee/optee-os_%.bbappend index 16c10979..7fe5f26e 100644 --- a/recipes-security/optee/optee-os_%.bbappend +++ b/recipes-security/optee/optee-os_%.bbappend @@ -6,6 +6,10 @@ DEPENDS_append_ti-soc = " python3-cryptography-native" EXTRA_OEMAKE_append_k3 = "${@ 'CFG_CONSOLE_UART='+ d.getVar('OPTEE_K3_USART') if d.getVar('OPTEE_K3_USART') else ''}" +EXTRA_OEMAKE_append_am62xx-evm = " CFG_WITH_SOFTWARE_PRNG=y" +EXTRA_OEMAKE_append_j721s2-evm = " CFG_WITH_SOFTWARE_PRNG=y" +EXTRA_OEMAKE_append_j721s2-hs-evm = " CFG_WITH_SOFTWARE_PRNG=y" + do_compile_prepend_ti-soc() { export TI_SECURE_DEV_PKG=${TI_SECURE_DEV_PKG} } -- 2.36.1
|
|
Re: [dunfell][PATCH] conf: machine: wic: Fix j721s2-hs-evm image boot partition
On 23/06/22 11:40 pm, Ryan Eatmon via lists.yoctoproject.org wrote: This patch is to align with a recent change to how the HS platforms are setup in the /boot partition.
Signed-off-by: Ryan Eatmon <reatmon@...> Reviewed-by: Jayesh Choudhary <j-choudhary@...> --- conf/machine/j721s2-hs-evm.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/conf/machine/j721s2-hs-evm.conf b/conf/machine/j721s2-hs-evm.conf index 43fb2ebc..7ffad45a 100644 --- a/conf/machine/j721s2-hs-evm.conf +++ b/conf/machine/j721s2-hs-evm.conf @@ -15,8 +15,7 @@ UBOOT_DTBO_LOADADDRESS = "0x83080000" UBOOT_DTBO_OFFSET = "0x00010000" SPL_BINARY = "tispl.bin_HS" -SPL_BINARYNAME = "tispl.bin" UBOOT_BINARY = "u-boot.img_HS" -IMAGE_BOOT_FILES = "${UBOOT_BINARY}" +UBOOT_SYMLINK = "u-boot.img" TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_K3}"
|
|
[dunfell][PATCH] conf: machine: wic: Fix j721s2-hs-evm image boot partition
This patch is to align with a recent change to how the HS platforms are setup in the /boot partition.
Signed-off-by: Ryan Eatmon <reatmon@...> --- conf/machine/j721s2-hs-evm.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/conf/machine/j721s2-hs-evm.conf b/conf/machine/j721s2-hs-evm.conf index 43fb2ebc..7ffad45a 100644 --- a/conf/machine/j721s2-hs-evm.conf +++ b/conf/machine/j721s2-hs-evm.conf @@ -15,8 +15,7 @@ UBOOT_DTBO_LOADADDRESS = "0x83080000" UBOOT_DTBO_OFFSET = "0x00010000" SPL_BINARY = "tispl.bin_HS" -SPL_BINARYNAME = "tispl.bin" UBOOT_BINARY = "u-boot.img_HS" -IMAGE_BOOT_FILES = "${UBOOT_BINARY}" +UBOOT_SYMLINK = "u-boot.img" TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_K3}" -- 2.17.1
|
|
[dunfell][PATCH 1/4] u-boot-ti-staging: Bump to 08.04.00.002 release
Updated the u-boot version for 08.04.00.002
Signed-off-by: Ryan Eatmon <reatmon@...> --- recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb b/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb index 0386bff4..9eff7c8f 100644 --- a/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb +++ b/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb @@ -2,8 +2,8 @@ require u-boot-ti.inc LIC_FILES_CHKSUM = "file://Licenses/README;md5=5a7450c57ffe5ae63fd732446b988025" -PR = "r28" +PR = "r29" BRANCH = "ti-u-boot-2021.01" -SRCREV = "f4d82db64258c50b6e44411ffdf0b87770bc1aff" +SRCREV = "8de449466158ba4c57a72ab20da7332464c0cb44" -- 2.17.1
|
|
[dunfell][PATCH 3/4] linux-ti-staging-rt: Bump to 08.04.00.002 release
Updated the linux rt version for 08.04.00.002
Signed-off-by: Ryan Eatmon <reatmon@...> --- recipes-kernel/linux/linux-ti-staging-rt_5.10.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/recipes-kernel/linux/linux-ti-staging-rt_5.10.bb b/recipes-kernel/linux/linux-ti-staging-rt_5.10.bb index 1f711c36..56888472 100644 --- a/recipes-kernel/linux/linux-ti-staging-rt_5.10.bb +++ b/recipes-kernel/linux/linux-ti-staging-rt_5.10.bb @@ -6,5 +6,5 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-5.10:" BRANCH = "ti-rt-linux-5.10.y" -SRCREV = "bd4b7ce35aa987b5b6f80fc2efd2be9a4e707b84" +SRCREV = "c0344a7bf119b7169765e13bef377735fa39cef9" PV = "5.10.120+git${SRCPV}" -- 2.17.1
|
|
[dunfell][PATCH 4/4] ti-linux-fw: Bump to 08.04.00.002 release
Updated the ti-linux-fw version for 08.04.00.002
Signed-off-by: Ryan Eatmon <reatmon@...> --- recipes-bsp/ti-linux-fw/ti-linux-fw.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/recipes-bsp/ti-linux-fw/ti-linux-fw.inc b/recipes-bsp/ti-linux-fw/ti-linux-fw.inc index ffbb1bba..d1a1f3a5 100644 --- a/recipes-bsp/ti-linux-fw/ti-linux-fw.inc +++ b/recipes-bsp/ti-linux-fw/ti-linux-fw.inc @@ -20,12 +20,12 @@ IMG_DEC_FW_VERSION = "1.0" CNM_WAVE521_FW_VERSION = "1.0.00" TIFS_LPM_STUB_FW_VERSION = "08.03.02" -TI_LINUX_FW_SRCREV ?= "224f82474e4029dd2e550600ba7e59f687ff7131" +TI_LINUX_FW_SRCREV ?= "2d9a1002663a20673d942826c558ba4b472ffe9a" SRCREV = "${TI_LINUX_FW_SRCREV}" BRANCH ?= "ti-linux-firmware" -K3_IMAGE_GEN_SRCREV ?= "c43068a114a86daad9241724ef8e3afda45be9be" +K3_IMAGE_GEN_SRCREV ?= "f67a3696bb8d9efd052f40b6c67b742d63f6545c" SRCREV_imggen = "${K3_IMAGE_GEN_SRCREV}" SRCREV_FORMAT = "imggen" -- 2.17.1
|
|
[dunfell][PATCH 2/4] linux-ti-staging: Bump to 08.04.00.002 release
Updated the linux version for 08.04.00.002
Signed-off-by: Ryan Eatmon <reatmon@...> --- recipes-kernel/linux/linux-ti-staging_5.10.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/recipes-kernel/linux/linux-ti-staging_5.10.bb b/recipes-kernel/linux/linux-ti-staging_5.10.bb index c440835d..b2513a27 100644 --- a/recipes-kernel/linux/linux-ti-staging_5.10.bb +++ b/recipes-kernel/linux/linux-ti-staging_5.10.bb @@ -25,7 +25,7 @@ S = "${WORKDIR}/git" BRANCH = "ti-linux-5.10.y" -SRCREV = "d5f4ca50bbb42d7872dfa7286c7a0f9f5699e94b" +SRCREV = "ab2d96e4f21159a7df2e87a6fb2a29bd9535506b" PV = "5.10.120+git${SRCPV}" # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild -- 2.17.1
|
|
[dunfell][PATCH 0/4] Update to 08.04.00.002
Update u-boot, linux, linux rt and ti-linux-fw to 08.04.00.002 tag
Ryan Eatmon (4): u-boot-ti-staging: Bump to 08.04.00.002 release linux-ti-staging: Bump to 08.04.00.002 release linux-ti-staging-rt: Bump to 08.04.00.002 release ti-linux-fw: Bump to 08.04.00.002 release
recipes-bsp/ti-linux-fw/ti-linux-fw.inc | 4 ++-- recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb | 4 ++-- recipes-kernel/linux/linux-ti-staging-rt_5.10.bb | 2 +- recipes-kernel/linux/linux-ti-staging_5.10.bb | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-)
-- 2.17.1
|
|
[dunfell PATCH v2] k3conf: update SRCREV to add J721S2 support

Bryan Brattlof
update the SHA of k3conf to pickup j721s2 support
Signed-off-by: Bryan Brattlof <bb@...> --- recipes-devtools/k3conf/k3conf_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/recipes-devtools/k3conf/k3conf_git.bb b/recipes-devtools/k3conf/k3conf_git.bb index 3f542da4aa96e..af48337f5cb4d 100644 --- a/recipes-devtools/k3conf/k3conf_git.bb +++ b/recipes-devtools/k3conf/k3conf_git.bb @@ -8,7 +8,7 @@ PV = "0.2+git${SRCPV}" COMPATIBLE_MACHINE = "k3" BRANCH ?= "master" -SRCREV = "966a5695b73bc53039ca60d196b77de0640088d4" +SRCREV = "4ca1c3d330bc1de779909e733483b09a1fc4fe44" SRC_URI = "git://git.ti.com/k3conf/k3conf.git;protocol=git;branch=${BRANCH}" -- 2.17.1
|
|
Re: [dunfell][PATCH v3] conf: machine: wic: Fix HS image boot partition
On 6/20/2022 14:22, Denys Dmytriyenko wrote: On Mon, Jun 20, 2022 at 02:11:55PM -0500, Ryan Eatmon via lists.yoctoproject.org wrote:
On 6/9/2022 9:59, Andrew Davis wrote:
From: Manorit Chawdhry <m-chawdhry@...>
IMAGE_BOOT_FILES was being overwritten in the HS recipes leading to incomplete binaries in /boot and the naming of the binaries were not correct.
Fixes /boot partition for HS devices.
Signed-off-by: Manorit Chawdhry <m-chawdhry@...> [afd: Extended fix to all HS platforms] Signed-off-by: Andrew Davis <afd@...> ---
Changes from v2: - Added UBOOT_SYMLINK to fix missing u-boot.img image
conf/machine/am64xx-hs-evm.conf | 3 +-- conf/machine/am65xx-hs-evm.conf | 3 +-- conf/machine/include/k3.inc | 5 +++-- conf/machine/j7-hs-evm.conf | 3 +-- conf/machine/j7200-hs-evm.conf | 3 +-- 5 files changed, 7 insertions(+), 10 deletions(-) I am getting build errors for several of the HS platforms related to this change. The meta-arago/meta-arago-distro/recipces-core/images/tisdk-core-bundle.bb recipe is failing because the u-boot-<MACHINE>.img file is not in the deploy/images directory.
When I drop the patch all of the builds work correctly. Which platforms are failing? The ones referenced in the patch. am64xx-hs-evm, am65xx-hs-evm, j7-hs-evm and j7200-hs-evm. -- Ryan Eatmon reatmon@... ----------------------------------------- Texas Instruments, Inc. - LCPD - MGTS
|
|
Re: [dunfell][PATCH v3] conf: machine: wic: Fix HS image boot partition
On Mon, Jun 20, 2022 at 02:11:55PM -0500, Ryan Eatmon via lists.yoctoproject.org wrote:
On 6/9/2022 9:59, Andrew Davis wrote:
From: Manorit Chawdhry <m-chawdhry@...>
IMAGE_BOOT_FILES was being overwritten in the HS recipes leading to incomplete binaries in /boot and the naming of the binaries were not correct.
Fixes /boot partition for HS devices.
Signed-off-by: Manorit Chawdhry <m-chawdhry@...> [afd: Extended fix to all HS platforms] Signed-off-by: Andrew Davis <afd@...> ---
Changes from v2: - Added UBOOT_SYMLINK to fix missing u-boot.img image
conf/machine/am64xx-hs-evm.conf | 3 +-- conf/machine/am65xx-hs-evm.conf | 3 +-- conf/machine/include/k3.inc | 5 +++-- conf/machine/j7-hs-evm.conf | 3 +-- conf/machine/j7200-hs-evm.conf | 3 +-- 5 files changed, 7 insertions(+), 10 deletions(-) I am getting build errors for several of the HS platforms related to this change. The meta-arago/meta-arago-distro/recipces-core/images/tisdk-core-bundle.bb recipe is failing because the u-boot-<MACHINE>.img file is not in the deploy/images directory.
When I drop the patch all of the builds work correctly.
Which platforms are failing? -- Denys
|
|