[dunfell][PATCH 4/4] ti-linux-fw: Bump to 08.03.00.002 release
Ryan Eatmon
Updated the ti-linux-fw version for 08.03.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 a00df108..3ebdae30 100644 --- a/recipes-bsp/ti-linux-fw/ti-linux-fw.inc +++ b/recipes-bsp/ti-linux-fw/ti-linux-fw.inc @@ -19,12 +19,12 @@ CADENCE_MHDP_FW_VERSION = "1.2.17" IMG_DEC_FW_VERSION = "1.0" CNM_WAVE521_FW_VERSION = "1.0.00" -TI_LINUX_FW_SRCREV ?= "e13611ff1da6448d80279cc8c43b81cb2275cb0d" +TI_LINUX_FW_SRCREV ?= "917625c2721eef8677df9e47d919005b0d4f93aa" SRCREV = "${TI_LINUX_FW_SRCREV}" BRANCH ?= "ti-linux-firmware" -K3_IMAGE_GEN_SRCREV ?= "b0386fe221fc9124fda0cd2efb03d62710b1d90f" +K3_IMAGE_GEN_SRCREV ?= "62872c7e285fa9b9af76a258a24d603f851769c3" SRCREV_imggen = "${K3_IMAGE_GEN_SRCREV}" SRCREV_FORMAT = "imggen" -- 2.17.1 |
|
[dunfell][PATCH 2/4] linux-ti-staging: Bump to 08.03.00.002 release
Ryan Eatmon
Updated the linux version for 08.03.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 4e7c2cb4..cb34a7aa 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 = "3297d854f0fbdc7940878a5d5caa0bd823be5207" +SRCREV = "45b6d4fdf6550061582b89d0b794a1cc7c1dc4b2" PV = "5.10.109+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.03.00.002
Ryan Eatmon
Update u-boot, linux, linux rt and ti-linux-fw to 08.03.00.002 tag
Ryan Eatmon (4): u-boot-ti-staging: Bump to 08.03.00.002 release linux-ti-staging: Bump to 08.03.00.002 release linux-ti-staging-rt: Bump to 08.03.00.002 release ti-linux-fw: Bump to 08.03.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 1/4] u-boot-ti-staging: Bump to 08.03.00.002 release
Ryan Eatmon
Updated the u-boot version for 08.03.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 d7592b27..03c73112 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 = "r23" +PR = "r24" BRANCH = "ti-u-boot-2021.01" -SRCREV = "6355ef8b170bfea9390ca17ec11c0c9f3a7872eb" +SRCREV = "edbebb6447c16241031c21b47d27bd3484f78f42" -- 2.17.1 |
|
Re: [dunfell][PATCH] u-boot-ti: Use SRCREV to get short commit ID
Denys Dmytriyenko
On Wed, Apr 27, 2022 at 07:50:13PM +0530, Devarsh Thakkar via lists.yoctoproject.org wrote:
You should probably use SRCPV here to also work with AUTOREV. UBOOT_SUFFIX ?= "img" |
|
Re: [dunfell][PATCH] u-boot-ti: Use SRCREV to get short commit ID
Devarsh Thakkar
On 20/04/22 05:04, Nishanth Menon wrote:
On 21:17-20220419, Devarsh Thakkar wrote:My top level understanding was the security update was suggesting to avoidDue to recent security update in git, we areI see a similar logic in doing what we were doing already i.e. calling git from a sub-process through a recipe due to security concerns and so avoided using git and also I think below change also achieves same what was achieved before with SRCREV, I have similar fix on the kernel bb too which was failing with same error. - except OSError: |
|
Re: [PATCH] wlconf: Use nonarch_base_libdir instead of hardcoding /lib
Ryan Eatmon
Patch applied to master.
toggle quoted message
Show quoted text
On 4/23/2022 10:59, Khem Raj wrote:
Helps with usrmerge builds --
Ryan Eatmon reatmon@... ----------------------------------------- Texas Instruments, Inc. - LCPD - MGTS |
|
[PATCH] wlconf: Use nonarch_base_libdir instead of hardcoding /lib
Helps with usrmerge builds
Signed-off-by: Khem Raj <raj.khem@...> --- meta-ti-extras/recipes-connectivity/wlconf/wlconf_8.7.3.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-ti-extras/recipes-connectivity/wlconf/wlconf_8.7.3.bb b/meta-ti-extras/recipes-connectivity/wlconf/wlconf_8.7.3.bb index 477c5a96..a6f62239 100644 --- a/meta-ti-extras/recipes-connectivity/wlconf/wlconf_8.7.3.bb +++ b/meta-ti-extras/recipes-connectivity/wlconf/wlconf_8.7.3.bb @@ -14,14 +14,14 @@ do_install() { install -d ${D}${sbindir} install -d ${D}${sbindir}/wlconf/ install -d ${D}${sbindir}/wlconf/official_inis - install -d ${D}/lib/firmware/ti-connectivity + install -d ${D}${nonarch_base_libdir}/firmware/ti-connectivity install -m 0755 wlconf ${D}${sbindir}/wlconf/ install -m 0755 dictionary.txt ${D}${sbindir}/wlconf/ install -m 0755 struct.bin ${D}${sbindir}/wlconf/ install -m 0755 default.conf ${D}${sbindir}/wlconf/ install -m 0755 wl18xx-conf-default.bin ${D}${sbindir}/wlconf/ - install -m 0755 wl18xx-conf-default.bin ${D}/lib/firmware/ti-connectivity/wl18xx-conf.bin + install -m 0755 wl18xx-conf-default.bin ${D}${nonarch_base_libdir}/firmware/ti-connectivity/wl18xx-conf.bin install -m 0755 README ${D}${sbindir}/wlconf/ install -m 0755 example.conf ${D}${sbindir}/wlconf/ install -m 0755 example.ini ${D}${sbindir}/wlconf/ @@ -33,7 +33,7 @@ do_install() { FILES:${PN} += " \ ${sbindir}/wlconf \ ${sbindir}/wlconf/official_inis \ - /lib/firmware/ti-connectivity/wl18xx-conf.bin \ + ${nonarch_base_libdir}/firmware/ti-connectivity/wl18xx-conf.bin \ " FILES:${PN}-dbg += "${sbindir}/wlconf/.debug" -- 2.36.0 |
|
[dunfell PATCH] k3conf: Update SRCREV to pick AM62x support
praneeth
Update the k3conf to the latest SHA.
This adds AM62x support. Signed-off-by: Praneeth Bajjuri <praneeth@...> --- 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 0f2705b8..3f542da4 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 = "79f007cd462384ce22e750e9002b714878f56892" +SRCREV = "966a5695b73bc53039ca60d196b77de0640088d4" SRC_URI = "git://git.ti.com/k3conf/k3conf.git;protocol=git;branch=${BRANCH}" -- 2.17.1 |
|
Re: [master/dunfell][PATCH] conf: machine: am62xx Add missing dtbo file
praneeth
On 4/22/2022 10:57 AM, Ryan Eatmon wrote:
Add missing k3-am625-sk-csi2-ov5640.dtb required for the camera overlay.Reviewed-by: Praneeth Bajjuri <praneeth@...> ---But this patch is only applicable to dunfell branch, Ensure you make a similar change in master in meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_5.10.bb also consider updating updating kernel SRCREV to latest at same time. " |
|
[master/dunfell][PATCH] conf: machine: am62xx Add missing dtbo file
Ryan Eatmon
Add missing k3-am625-sk-csi2-ov5640.dtb required for the camera overlay.
Signed-off-by: Ryan Eatmon <reatmon@...> --- conf/machine/am62xx-evm.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/machine/am62xx-evm.conf b/conf/machine/am62xx-evm.conf index eb1563f8..44f46d78 100644 --- a/conf/machine/am62xx-evm.conf +++ b/conf/machine/am62xx-evm.conf @@ -8,6 +8,7 @@ MACHINE_FEATURES += "gpu" KERNEL_DEVICETREE = " \ ti/k3-am625-sk.dtb \ + ti/k3-am625-sk-csi2-ov5640.dtb \ " UBOOT_MACHINE = "am62x_evm_a53_defconfig" -- 2.17.1 |
|
[dunfell][PATCH 2/3] linux-ti-staging: Bump to 08.03.00.001 release
Ryan Eatmon
Updated the linux version for 08.03.00.001
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 a0ba18e9..4e7c2cb4 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 = "7a7a3af903da2b2d551d058f8262a66e6b42b6b1" -PV = "5.10.100+git${SRCPV}" +SRCREV = "3297d854f0fbdc7940878a5d5caa0bd823be5207" +PV = "5.10.109+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 3/3] linux-ti-staging-rt: Bump to 08.03.00.001 release
Ryan Eatmon
Updated the linux rt version for 08.03.00.001
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 05fe4d12..ef4709df 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 = "204ec708dc86f4334f585f04835527570be1c4eb" -PV = "5.10.100+git${SRCPV}" +SRCREV = "84474b392bd8f1a8ebbabfa6ec685297fa3d51b7" +PV = "5.10.109+git${SRCPV}" -- 2.17.1 |
|
[dunfell][PATCH 0/3] Update to 08.03.00.001
Ryan Eatmon
Update u-boot, linux and linux rt to 08.03.00.001 tag
Ryan Eatmon (3): u-boot-ti-staging: Bump to 08.03.00.001 release linux-ti-staging: Bump to 08.03.00.001 release linux-ti-staging-rt: Bump to 08.03.00.001 release 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 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) -- 2.17.1 |
|
[dunfell][PATCH 1/3] u-boot-ti-staging: Bump to 08.03.00.001 release
Ryan Eatmon
Updated the u-boot version for 08.03.00.001
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 5b13329f..d7592b27 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 = "r22" +PR = "r23" BRANCH = "ti-u-boot-2021.01" -SRCREV = "44a87e3ab85c6d64044f0b5ad677008316baad70" +SRCREV = "6355ef8b170bfea9390ca17ec11c0c9f3a7872eb" -- 2.17.1 |
|
[dunfell/master PATCH] ipc: ti-rpmsg-char: Update library to 0.4.1
praneeth
Update the ti-rpmsg-char library to 0.4.1 version that enables the
support for AM62x SoC family remote processors. Signed-off-by: Praneeth Bajjuri <praneeth@...> --- recipes-ti/ipc/ti-rpmsg-char.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-ti/ipc/ti-rpmsg-char.inc b/recipes-ti/ipc/ti-rpmsg-char.inc index dc98fbb5..b499647a 100644 --- a/recipes-ti/ipc/ti-rpmsg-char.inc +++ b/recipes-ti/ipc/ti-rpmsg-char.inc @@ -7,10 +7,10 @@ PROTOCOL = "git" BRANCH = "master" SRC_URI = "git://git.ti.com/rpmsg/ti-rpmsg-char.git;protocol=${PROTOCOL};branch=${BRANCH};" -# Initial 0.4.0 release -SRCREV = "92b464f1e7477f77e44ae18d87b3d369576d662e" +# Initial 0.4.1 release +SRCREV = "355d2b0bcde5eb5c895a270d1835102d2bc39fbd" -PV = "0.4.0+git${SRCPV}" +PV = "0.4.1+git${SRCPV}" S = "${WORKDIR}/git" -- 2.17.1 |
|
Re: [master/dunfell][PATCH] ti-graphics: Add j7-hs-evm as a compatible machine.
Denys Dmytriyenko
On Tue, Apr 19, 2022 at 10:14:16PM -0500, Andrew F. Davis via lists.yoctoproject.org wrote:
On 4/18/22 5:20 PM, Ryan Eatmon via lists.yoctoproject.org wrote:https://git.yoctoproject.org/meta-ti/commit/?h=dunfell&id=ed94c75b436f2f8c5c3a8a6ebed45d7276cc35e4The recent change to explicitly list the compatible machines is missing the j7-hs-evm. Seems we are mixing SoC and board, the GPU driver depends on the SoCThere's no j721s2 SoC family in Dunfell. I'm guessing "j7-evm|j7-hs-evm|j721s2-evm" was done because j7 SoC family in Dunfell is too broad and also covers headless j7200, which lacks "gpu" machine feature... Could be just "j7|am62xx" in Dunfell and more specific SoC families in master/kirkstone. -- Denys DEPENDS = "virtual/kernel" |
|
Re: [master/dunfell][PATCH] ti-graphics: Add j7-hs-evm as a compatible machine.
Andrew Davis
On 4/18/22 5:20 PM, Ryan Eatmon via lists.yoctoproject.org wrote:
The recent change to explicitly list the compatible machines is missing the j7-hs-evm. Doesn't seem right, we haven't needed to specify the HS version before.. Seems we are mixing SoC and board, the GPU driver depends on the SoC not the board, we match correctly for am62xx on SoC, but J7 on specific board name. Suggest +COMPATIBLE_MACHINE = "j7|j721s2|am62xx" Andrew DEPENDS = "virtual/kernel" |
|
Re: [dunfell][PATCH] u-boot-ti: Use SRCREV to get short commit ID
On 21:17-20220419, Devarsh Thakkar wrote:
Due to recent security update in git, we are I see a similar logic in recipes-kernel/linux/setup-defconfig.inc as well. Considering similar problem https://lore.kernel.org/all/20220413155249.3458236-2-raj.khem@gmail.com/ was wondering as to what might be a better way to solve this? There is also git rev-parse HEAD instances in oe-core as well and bitbake(lib/layerindexlib/cooker.py) as well. I wonder since we know cwd=p, could we use that to set https://git-scm.com/docs/git/2.35.2#Documentation/git.txt-codeGITCEILINGDIRECTORIEScode (which if my understanding is right, came in around v1.5.5.1-319-g0454dd93bfb2) OR maybe just set it to the base conf similar to what was done on master oe-core/meta/conf/bitbake.conf (commit 02ecf3e2a98a614805f6f2574c2bf14162192d01 "bitbake.conf: Prevent git from detecting parent repo in recipe")? I am not sure if we should considering just side stepping this issue via just not using the git to get the version string.. just my 2 cents. - except OSError:-- Regards, Nishanth Menon Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D |
|
Re: [dunfell][PATCH] linux-ti-staging/mainline: depend on libmpc-native and gmp-native
On 15:57-20220419, Denys Dmytriyenko wrote:
From: Denys Dmytriyenko <denys@...> Thank you. Reviewed-by: Nishanth Menon <nm@...> -- Regards, Nishanth Menon Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D |
|