Re: [dunfell/master][PATCH] viddec-test-app: Add the viddec-test-app recipe
Denys Dmytriyenko
Hi,
toggle quoted messageShow quoted text
viddec-test-app now breaks in master against the latest ffmpeg using gcc 11.2. Can you please take a look? I'm seeing these errors (and full log is also attached): ../git/demux.h:49:9: error: unknown type name 'AVBitStreamFilterContext' 49 | AVBitStreamFilterContext *bsf; | ^~~~~~~~~~~~~~~~~~~~~~~~ ../git/demux.c: In function 'find_stream': ../git/demux.c:64:36: error: 'AVStream' has no member named 'codec' 64 | if (afc->streams[i]->codec->codec_type == AVMEDIA_TYPE_VIDEO && !st) | ^~ ../git/demux.c: In function 'open_stream': ../git/demux.c:78:32: error: 'AVStream' has no member named 'codec' 78 | AVCodecContext *cc = st->codec; | ^~ ../git/demux.c:79:9: error: unknown type name 'AVBitStreamFilterContext' 79 | AVBitStreamFilterContext *bsf = NULL; | ^~~~~~~~~~~~~~~~~~~~~~~~ ../git/demux.c:94:23: error: implicit declaration of function 'av_bitstream_filter_init' [-Werror=implicit-function-declaration] 94 | bsf = av_bitstream_filter_init("h264_mp4toannexb"); | ^~~~~~~~~~~~~~~~~~~~~~~~ ../git/demux.c:94:23: warning: nested extern declaration of 'av_bitstream_filter_init' [-Wnested-externs] ../git/demux.c:94:21: warning: assignment to 'int *' from 'int' makes pointer from integer without a cast [-Wint-conversion] 94 | bsf = av_bitstream_filter_init("h264_mp4toannexb"); | ^ ../git/demux.c: In function 'demux_init': ../git/demux.c:124:9: error: implicit declaration of function 'av_register_all' [-Werror=implicit-function-declaration] 124 | av_register_all(); | ^~~~~~~~~~~~~~~ ../git/demux.c:124:9: warning: nested extern declaration of 'av_register_all' [-Wnested-externs] ../git/demux.c:125:9: error: implicit declaration of function 'avcodec_register_all' [-Werror=implicit-function-declaration] 125 | avcodec_register_all(); | ^~~~~~~~~~~~~~~~~~~~ ../git/demux.c:125:9: warning: nested extern declaration of 'avcodec_register_all' [-Wnested-externs] ../git/demux.c: In function 'get_esds_offset': ../git/demux.c:166:23: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare] 166 | for (i = 0; i < fileLen; i++) { | ^ ../git/demux.c: In function 'demux_read': ../git/demux.c:202:39: error: implicit declaration of function 'av_bitstream_filter_filter' [-Werror=implicit-function-declaration] 202 | ret = av_bitstream_filter_filter(demux->bsf, | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../git/demux.c:202:39: warning: nested extern declaration of 'av_bitstream_filter_filter' [-Wnested-externs] ../git/demux.c:235:25: error: implicit declaration of function 'av_free_packet'; did you mean 'av_get_packet'? [-Werror=implicit-function-declaration] 235 | av_free_packet(&pk); | ^~~~~~~~~~~~~~ | av_get_packet ../git/demux.c:235:25: warning: nested extern declaration of 'av_free_packet' [-Wnested-externs] ../git/demux.c: In function 'demux_deinit': ../git/demux.c:254:17: error: implicit declaration of function 'av_bitstream_filter_close' [-Werror=implicit-function-declaration] 254 | av_bitstream_filter_close(demux->bsf); | ^~~~~~~~~~~~~~~~~~~~~~~~~ ../git/demux.c:254:17: warning: nested extern declaration of 'av_bitstream_filter_close' [-Wnested-externs] cc1: some warnings being treated as errors make[1]: *** [Makefile:474: demux.o] Error 1 make[1]: *** Waiting for unfinished jobs.... In file included from ../git/main.c:46: ../git/demux.h:49:9: error: unknown type name 'AVBitStreamFilterContext' 49 | AVBitStreamFilterContext *bsf; | ^~~~~~~~~~~~~~~~~~~~~~~~
On Tue, Nov 30, 2021 at 11:13:01PM +0530, Sidraya Jayagond via lists.yoctoproject.org wrote:
From: Sidraya <sidraya.bj@pathpartnertech.com>
|
|
Re: [PATCH] layers: Bump to use kirkstone
Denys Dmytriyenko
NAK, this has already been part of a larger restructure and cleanup effort
toggle quoted messageShow quoted text
going on for a while - see recent patchsets on the list.
On Mon, Feb 21, 2022 at 06:23:06PM -0800, Khem Raj wrote:
its not going to be backward ABI compatible with honister due to variable renaming.
|
|
[PATCH 25/29] ti-linux-fw: Bump to 08.02.00.002 release
Denys Dmytriyenko
From: Ryan Eatmon <reatmon@ti.com>
Updated the ti-linux-fw version for 08.02.00.002 Signed-off-by: Ryan Eatmon <reatmon@ti.com> Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> --- meta-ti-bsp/recipes-bsp/ti-linux-fw/ti-linux-fw.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-ti-bsp/recipes-bsp/ti-linux-fw/ti-linux-fw.inc b/meta-t= i-bsp/recipes-bsp/ti-linux-fw/ti-linux-fw.inc index 5954cbd8..7b28f153 100644 --- a/meta-ti-bsp/recipes-bsp/ti-linux-fw/ti-linux-fw.inc +++ b/meta-ti-bsp/recipes-bsp/ti-linux-fw/ti-linux-fw.inc @@ -24,7 +24,7 @@ SRCREV =3D "${TI_LINUX_FW_SRCREV}" =20 BRANCH ?=3D "ti-linux-firmware" =20 -K3_IMAGE_GEN_SRCREV ?=3D "892c86501ff745dfde4d535923ce686f45700da3" +K3_IMAGE_GEN_SRCREV ?=3D "a0063e855414fd1609b5f63e2d765a49c8c513fe" SRCREV_imggen =3D "${K3_IMAGE_GEN_SRCREV}" SRCREV_FORMAT =3D "imggen" =20 --=20 2.25.1
|
|
[PATCH 26/29] ti-linux-fw: Bump to 08.02.00.003 release
Denys Dmytriyenko
From: Ryan Eatmon <reatmon@ti.com>
Updated the ti-linux-fw version for 08.02.00.003 Signed-off-by: Ryan Eatmon <reatmon@ti.com> Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> --- meta-ti-bsp/recipes-bsp/ti-linux-fw/ti-linux-fw.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-ti-bsp/recipes-bsp/ti-linux-fw/ti-linux-fw.inc b/meta-t= i-bsp/recipes-bsp/ti-linux-fw/ti-linux-fw.inc index 7b28f153..fced78fd 100644 --- a/meta-ti-bsp/recipes-bsp/ti-linux-fw/ti-linux-fw.inc +++ b/meta-ti-bsp/recipes-bsp/ti-linux-fw/ti-linux-fw.inc @@ -24,7 +24,7 @@ SRCREV =3D "${TI_LINUX_FW_SRCREV}" =20 BRANCH ?=3D "ti-linux-firmware" =20 -K3_IMAGE_GEN_SRCREV ?=3D "a0063e855414fd1609b5f63e2d765a49c8c513fe" +K3_IMAGE_GEN_SRCREV ?=3D "f1db75bdc506287a9d04b0afbbb3d853a0948179" SRCREV_imggen =3D "${K3_IMAGE_GEN_SRCREV}" SRCREV_FORMAT =3D "imggen" =20 --=20 2.25.1
|
|
[PATCH 23/29] linux-ti-staging-rt: Bump to 08.02.00.002 release
Denys Dmytriyenko
From: Ryan Eatmon <reatmon@ti.com>
Updated the linux rt version for 08.02.00.002 Signed-off-by: Ryan Eatmon <reatmon@ti.com> Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> --- meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_5.10.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_5.10.bb= b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_5.10.bb index ceb06077..fcce8de6 100644 --- a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_5.10.bb +++ b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_5.10.bb @@ -6,5 +6,5 @@ FILESEXTRAPATHS:prepend :=3D "${THISDIR}/${PN}-5.10:" =20 BRANCH =3D "ti-rt-linux-5.10.y" =20 -SRCREV =3D "d81474af4e33f8de2869d9b21a2389e06178c230" +SRCREV =3D "1f6e95d4b12d73bd1728286f3ccc938df7b77954" PV =3D "5.10.65+git${SRCPV}" --=20 2.25.1
|
|
[PATCH 24/29] u-boot-ti-staging: Bump to 08.02.00.002 release
Denys Dmytriyenko
From: Ryan Eatmon <reatmon@ti.com>
Updated the u-boot version for 08.02.00.002 Signed-off-by: Ryan Eatmon <reatmon@ti.com> Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> --- meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb = b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb index a7e21b7c..16bb1521 100644 --- a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb +++ b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb @@ -2,8 +2,8 @@ require u-boot-ti.inc =20 LIC_FILES_CHKSUM =3D "file://Licenses/README;md5=3D5a7450c57ffe5ae63fd73= 2446b988025" =20 -PR =3D "r17" +PR =3D "r18" =20 BRANCH =3D "ti-u-boot-2021.01" =20 -SRCREV =3D "eadf5af36c6e0097a162f81308b64cc0b796b6b5" +SRCREV =3D "ebc8dca63dd961aaf5f5f626a19c6f6bfd7428f0" --=20 2.25.1
|
|
[PATCH 22/29] linux-ti-staging: Bump to 08.02.00.002 release
Denys Dmytriyenko
From: Ryan Eatmon <reatmon@ti.com>
Updated the linux version for 08.02.00.002 Signed-off-by: Ryan Eatmon <reatmon@ti.com> Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> --- meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_5.10.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_5.10.bb b/= meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_5.10.bb index c2eb6efd..e8353395 100644 --- a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_5.10.bb +++ b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_5.10.bb @@ -23,7 +23,7 @@ S =3D "${WORKDIR}/git" =20 BRANCH =3D "ti-linux-5.10.y" =20 -SRCREV =3D "a523aa26d870552a44c5f48b01c3c1ea3a48751a" +SRCREV =3D "46573628be468b58272d7c41b582603b06e0414a" PV =3D "5.10.65+git${SRCPV}" =20 # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebu= ild --=20 2.25.1
|
|
[PATCH 21/29] conf/machine/am57xx-evm: add overlay for OV10635 sensor
Denys Dmytriyenko
From: Kevin Hilman <khilman@baylibre.com>
The VIP camera capture driver recently ported to ti-linux-5.10.y adds a DT overlay for the OV10635 camera sensor. Add this to KERNEL_DEVICTREE so it's added to the artifacts. Signed-off-by: Kevin Hilman <khilman@baylibre.com> Reviewed-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com> Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> --- meta-ti-bsp/conf/machine/am57xx-evm.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-ti-bsp/conf/machine/am57xx-evm.conf b/meta-ti-bsp/conf/= machine/am57xx-evm.conf index eb0082ee..825bc31d 100644 --- a/meta-ti-bsp/conf/machine/am57xx-evm.conf +++ b/meta-ti-bsp/conf/machine/am57xx-evm.conf @@ -25,6 +25,7 @@ KERNEL_DEVICETREE =3D " \ ti/am572x-idk-touchscreen.dtbo \ ti/lcd-osd101t2587.dtbo \ ti/lcd-osd101t2045.dtbo \ + ti/ov10635.dtbo \ " =20 KERNEL_DEVICETREE +=3D "${@oe.utils.conditional('ENABLE_TI_UIO_DEVICES',= '1', 'am574x-idk-pru-excl-uio.dtb am572x-idk-pru-excl-uio.dtb am571x-idk= -pru-excl-uio.dtb', '', d)}" --=20 2.25.1
|
|
[PATCH 12/29] Revert "ti-sci-fw: Fix for k3-image-gen issue for combined boot images"
Denys Dmytriyenko
From: Praneeth Bajjuri <praneeth@ti.com>
This reverts commit d29025f7e868bea6299b55caf78e684fc647be33. * associated fix in k3-image-gen is picked up now. commit 892c86501ff7 ("Makefile: Skip signing of binaries for HS combine= d boot") hence its no longer needed to carry the same fix from meta-ti here. Signed-off-by: Praneeth Bajjuri <praneeth@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com> Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> --- .../recipes-bsp/ti-linux-fw/ti-linux-fw.inc | 2 +- ...gning-of-binaries-for-combined-boot-.patch | 64 ------------------- .../recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb | 5 -- 3 files changed, 1 insertion(+), 70 deletions(-) delete mode 100644 meta-ti-bsp/recipes-bsp/ti-sci-fw/files/0001-Makefile= -Skip-signing-of-binaries-for-combined-boot-.patch diff --git a/meta-ti-bsp/recipes-bsp/ti-linux-fw/ti-linux-fw.inc b/meta-t= i-bsp/recipes-bsp/ti-linux-fw/ti-linux-fw.inc index fea0c783..014e89c8 100644 --- a/meta-ti-bsp/recipes-bsp/ti-linux-fw/ti-linux-fw.inc +++ b/meta-ti-bsp/recipes-bsp/ti-linux-fw/ti-linux-fw.inc @@ -24,7 +24,7 @@ SRCREV =3D "${TI_LINUX_FW_SRCREV}" =20 BRANCH ?=3D "ti-linux-firmware" =20 -K3_IMAGE_GEN_SRCREV ?=3D "9abbe130d47a7fa6f8e02b740ad3ad27bc81d327" +K3_IMAGE_GEN_SRCREV ?=3D "892c86501ff745dfde4d535923ce686f45700da3" SRCREV_imggen =3D "${K3_IMAGE_GEN_SRCREV}" SRCREV_FORMAT =3D "imggen" =20 diff --git a/meta-ti-bsp/recipes-bsp/ti-sci-fw/files/0001-Makefile-Skip-s= igning-of-binaries-for-combined-boot-.patch b/meta-ti-bsp/recipes-bsp/ti-= sci-fw/files/0001-Makefile-Skip-signing-of-binaries-for-combined-boot-.pa= tch deleted file mode 100644 index 196f3d3f..00000000 --- a/meta-ti-bsp/recipes-bsp/ti-sci-fw/files/0001-Makefile-Skip-signing-= of-binaries-for-combined-boot-.patch +++ /dev/null @@ -1,64 +0,0 @@ -From 2efc79702a47f9cbbeecbb2f604577f1ec8c95ba Mon Sep 17 00:00:00 2001 -From: Yogesh Siraswar <yogeshs@ti.com> -Date: Wed, 8 Dec 2021 17:50:19 -0600 -Subject: [KIG PATCH] Makefile: Skip signing of binaries for combined boo= t hs - images - -Combined sysfw binaries used in tiboot.bin do not require signed images. -This fixes issues with AM64x HS and J7200 HS boot images - -Upstream-Status: Submitted -Signed-off-by: Yogesh Siraswar <yogeshs@ti.com> ---- - Makefile | 8 +++++++- - soc/am64x/Makefile | 1 + - soc/j7200/Makefile | 1 + - 3 files changed, 9 insertions(+), 1 deletion(-) - -diff --git a/Makefile b/Makefile -index 47b3b20..ab465df 100644 ---- a/Makefile -+++ b/Makefile -@@ -215,8 +215,14 @@ $(soc_objroot)/%.o: %.c - $(CROSS_COMPILE)gcc $(CFLAGS) -c -o $@-pre-validated $< - python3 ./scripts/sysfw_boardcfg_validator.py -b $@-pre-validated -i -= o $@ -s $(SOC) -l $@.log -=20 --# On HS board configuration binaries must be signed -+# On HS board configuration binaries must be signed unless it is combin= ed boot image - ifdef HS -+ifndef COMBINED_BOOT_IMAGE -+SIGN_BINARY=3D1 -+endif -+endif -+ -+ifdef SIGN_BINARY - %.bin.unsigned: %.o - $(CROSS_COMPILE)objcopy -S -O binary $< $@ - %.bin: %.bin.unsigned -diff --git a/soc/am64x/Makefile b/soc/am64x/Makefile -index bfbe3e5..33ebbd0 100644 ---- a/soc/am64x/Makefile -+++ b/soc/am64x/Makefile -@@ -31,6 +31,7 @@ - # -=20 - SBL_LOADADDDR ?=3D 0x70000000 -+COMBINED_BOOT_IMAGE =3D 1 - COMBINED_SYSFW_BRDCFG_LOADADDR ?=3D 0x7b000 - LOADADDR ?=3D 0x44000 - SCIFS =3D sci -diff --git a/soc/j7200/Makefile b/soc/j7200/Makefile -index 3b754f7..0baef51 100644 ---- a/soc/j7200/Makefile -+++ b/soc/j7200/Makefile -@@ -31,6 +31,7 @@ - # -=20 - SBL_LOADADDDR ?=3D 0x41c00000 -+COMBINED_BOOT_IMAGE =3D 1 - COMBINED_TIFS_BRDCFG_LOADADDR ?=3D 0x7f000 - COMBINED_DM_BRDCFG_LOADADDR ?=3D 0x41c80000 - LOADADDR ?=3D 0x40000 ---=20 -2.17.1 - diff --git a/meta-ti-bsp/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb b/meta-ti= -bsp/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb index dda47797..3d50b112 100644 --- a/meta-ti-bsp/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb +++ b/meta-ti-bsp/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb @@ -49,11 +49,6 @@ LD[unexport] =3D "1" =20 do_configure[noexec] =3D "1" =20 -SRC_URI:append:j7200-hs-evm-k3r5 =3D " \ - file://0001-Makefile-Skip-signing-of-binaries-for-combined-boot-.patch;= patchdir=3D../imggen" -SRC_URI:append:am64xx-hs-evm-k3r5 =3D " \ - file://0001-Makefile-Skip-signing-of-binaries-for-combined-boot-.patch;= patchdir=3D../imggen" - EXTRA_OEMAKE =3D "\ CROSS_COMPILE=3D${TARGET_PREFIX} SYSFW_DL_URL=3D'' SYSFW_HS_DL_URL=3D= '' SYSFW_HS_INNER_CERT_DL_URL=3D'' \ SYSFW_PATH=3D"${SYSFW_TISCI}" SOC=3D${SYSFW_SOC} CONFIG=3D${SYSFW_CO= NFIG} \ --=20 2.25.1
|
|
[PATCH 20/29] cnm-wave-fw: Split firmware name into target and source
Denys Dmytriyenko
From: Ryan Eatmon <reatmon@ti.com>
We need to control both the source name of the firmware and the target name, so split the current variable into two and update the install command. Signed-off-by: Ryan Eatmon <reatmon@ti.com> Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> --- meta-ti-bsp/recipes-bsp/cnm-wave-fw/cnm-wave-fw_git.bb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/meta-ti-bsp/recipes-bsp/cnm-wave-fw/cnm-wave-fw_git.bb b/met= a-ti-bsp/recipes-bsp/cnm-wave-fw/cnm-wave-fw_git.bb index a35370c7..50058b97 100644 --- a/meta-ti-bsp/recipes-bsp/cnm-wave-fw/cnm-wave-fw_git.bb +++ b/meta-ti-bsp/recipes-bsp/cnm-wave-fw/cnm-wave-fw_git.bb @@ -19,7 +19,9 @@ PACKAGE_ARCH =3D "${MACHINE_ARCH}" =20 S =3D "${WORKDIR}/git" TARGET_WAVE521C =3D "wave521c_codec_fw.bin" -TARGET_WAVE521C:j721s2-evm =3D "wave521c_j721s2_codec_fw.bin" + +SOURCE_WAVE521C =3D "wave521c_codec_fw.bin" +SOURCE_WAVE521C:j721s2-evm =3D "wave521c_j721s2_codec_fw.bin" =20 ALTERNATIVE_LINK_NAME[wave521c_codec_fw.bin] =3D "${nonarch_base_libdir}= /firmware/${TARGET_WAVE521C}" ALTERNATIVE_TARGET[wave521c_codec_fw.bin] =3D "${nonarch_base_libdir}/fi= rmware/cnm/${TARGET_WAVE521C}" @@ -31,7 +33,7 @@ ALTERNATIVE_${PN}:j7 =3D "\ =20 do_install() { install -d ${D}${nonarch_base_libdir}/firmware/cnm - install -m 0644 ${S}/cnm/${TARGET_WAVE521C} ${D}${nonarch_base_libdir}/= firmware/cnm/${TARGET_WAVE521C} + install -m 0644 ${S}/cnm/${SOURCE_WAVE521C} ${D}${nonarch_base_libdir}/= firmware/cnm/${TARGET_WAVE521C} } =20 # make sure that lib/firmware, and all its contents are part of the pack= age --=20 2.25.1
|
|
[PATCH 14/29] u-boot-ti: Support binman image generation
Denys Dmytriyenko
From: Roger Quadros <rogerq@kernel.org>
We are now using binman to generate the images for K3 AM64 in u-boot. tools/binman/binman needs python3-setuptools so add it to DEPENDS. Reported-by: Praneeth Bajjuri <praneeth@ti.com> Suggested-by: Denys Dmytriyenko <denis@denix.org> Signed-off-by: Roger Quadros <rogerq@kernel.org> Signed-off-by: Ryan Eatmon <reatmon@ti.com> Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> --- meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc b/meta-ti-bsp/r= ecipes-bsp/u-boot/u-boot-ti.inc index e8d199f1..7ffc1f27 100644 --- a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc +++ b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc @@ -31,7 +31,7 @@ SRC_URI =3D "${UBOOT_GIT_URI};protocol=3D${UBOOT_GIT_PR= OTOCOL};branch=3D${BRANCH}" PV:append =3D "+git${SRCPV}" =20 # u-boot needs devtree compiler to parse dts files -DEPENDS +=3D "dtc-native bc-native lzop-native flex-native bison-native" +DEPENDS +=3D "dtc-native bc-native lzop-native flex-native bison-native = python3-setuptools-native" =20 DM_FIRMWARE =3D "ipc_echo_testb_mcu1_0_release_strip.xer5f" =20 --=20 2.25.1
|
|
[PATCH 13/29] cnm-wave-fw: lock the compatiable machine to j721s2-evm
Denys Dmytriyenko
From: Ryan Eatmon <reatmon@ti.com>
The original recipe listed the compatible platforms to all of j7, but at this time it is limited to j721s2-evm. Signed-off-by: Ryan Eatmon <reatmon@ti.com> Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> --- meta-ti-bsp/recipes-bsp/cnm-wave-fw/cnm-wave-fw_git.bb | 2 +- meta-ti-bsp/recipes-kernel/linux/kernel-rdepends.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-ti-bsp/recipes-bsp/cnm-wave-fw/cnm-wave-fw_git.bb b/met= a-ti-bsp/recipes-bsp/cnm-wave-fw/cnm-wave-fw_git.bb index ce7be5e7..a35370c7 100644 --- a/meta-ti-bsp/recipes-bsp/cnm-wave-fw/cnm-wave-fw_git.bb +++ b/meta-ti-bsp/recipes-bsp/cnm-wave-fw/cnm-wave-fw_git.bb @@ -13,7 +13,7 @@ PR =3D "${INC_PR}.1" =20 CLEANBROKEN =3D "1" =20 -COMPATIBLE_MACHINE =3D "j7" +COMPATIBLE_MACHINE =3D "j721s2-evm" =20 PACKAGE_ARCH =3D "${MACHINE_ARCH}" =20 diff --git a/meta-ti-bsp/recipes-kernel/linux/kernel-rdepends.inc b/meta-= ti-bsp/recipes-kernel/linux/kernel-rdepends.inc index 1d98edcf..8ceae8a1 100644 --- a/meta-ti-bsp/recipes-kernel/linux/kernel-rdepends.inc +++ b/meta-ti-bsp/recipes-kernel/linux/kernel-rdepends.inc @@ -27,4 +27,4 @@ RDEPENDS:${KERNEL_PACKAGE_NAME}-base:append:j7 =3D " ca= dence-mhdp-fw" RDEPENDS:${KERNEL_PACKAGE_NAME}-base:append:j7 =3D " vxd-dec-fw" =20 # Add run-time dependency for Chips&Media Wave521 firmware to the rootfs -RDEPENDS:${KERNEL_PACKAGE_NAME}-base:append:j7 =3D " cnm-wave-fw" +RDEPENDS:${KERNEL_PACKAGE_NAME}-base:append:j721s2-evm =3D " cnm-wave-fw= " --=20 2.25.1
|
|
[PATCH 11/29] ti-linux-fw: Bump up TIFS and DM to v2022.01
Denys Dmytriyenko
From: Praneeth Bajjuri <praneeth@ti.com>
Update ti-linux-firmware and k3-image-gen to pick latest TIFS and DM v2022.01 This version also adds support to j721s2 Signed-off-by: Praneeth Bajjuri <praneeth@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com> Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> --- meta-ti-bsp/recipes-bsp/ti-linux-fw/ti-linux-fw.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta-ti-bsp/recipes-bsp/ti-linux-fw/ti-linux-fw.inc b/meta-t= i-bsp/recipes-bsp/ti-linux-fw/ti-linux-fw.inc index 9bd2d0a8..fea0c783 100644 --- a/meta-ti-bsp/recipes-bsp/ti-linux-fw/ti-linux-fw.inc +++ b/meta-ti-bsp/recipes-bsp/ti-linux-fw/ti-linux-fw.inc @@ -3,8 +3,8 @@ SUMMARY =3D "TI SCI firmware (SYSFW)" LICENSE =3D "TI-TFL" LIC_FILES_CHKSUM =3D "file://LICENSE.ti;md5=3Db5aebf0668bdf95621259288c4= a46d76" =20 -PV =3D "2021.09a" -INC_PR =3D "r1" +PV =3D "2022.01" +INC_PR =3D "r2" =20 # Firmware versions CORESDK_RTOS_VERSION =3D "08.01.00.02" @@ -19,12 +19,12 @@ CADENCE_MHDP_FW_VERSION =3D "1.2.17" IMG_DEC_FW_VERSION =3D "1.0" CNM_WAVE521_FW_VERSION =3D "1.0.00" =20 -TI_LINUX_FW_SRCREV ?=3D "c96a734a059889e571dcf30c0638157c690a6e6e" +TI_LINUX_FW_SRCREV ?=3D "6070de0ae4095d291e1f7679d1fe6e07253a2fc3" SRCREV =3D "${TI_LINUX_FW_SRCREV}" =20 BRANCH ?=3D "ti-linux-firmware" =20 -K3_IMAGE_GEN_SRCREV ?=3D "489c767a153ff26e9230746e04dd4b1ad0809901" +K3_IMAGE_GEN_SRCREV ?=3D "9abbe130d47a7fa6f8e02b740ad3ad27bc81d327" SRCREV_imggen =3D "${K3_IMAGE_GEN_SRCREV}" SRCREV_FORMAT =3D "imggen" =20 --=20 2.25.1
|
|
[PATCH 29/29] u-boot-ti-staging: Bump to 08.02.00.003 release
Denys Dmytriyenko
From: Ryan Eatmon <reatmon@ti.com>
Updated the u-boot version for 08.02.00.003 Signed-off-by: Ryan Eatmon <reatmon@ti.com> Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> --- meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb = b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb index 16bb1521..701b802a 100644 --- a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb +++ b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb @@ -2,8 +2,8 @@ require u-boot-ti.inc =20 LIC_FILES_CHKSUM =3D "file://Licenses/README;md5=3D5a7450c57ffe5ae63fd73= 2446b988025" =20 -PR =3D "r18" +PR =3D "r19" =20 BRANCH =3D "ti-u-boot-2021.01" =20 -SRCREV =3D "ebc8dca63dd961aaf5f5f626a19c6f6bfd7428f0" +SRCREV =3D "bd58b61277a189ee49e0d6e9fd03d52996685d98" --=20 2.25.1
|
|
[PATCH 28/29] linux-ti-staging-rt: Bump to 08.02.00.003 release
Denys Dmytriyenko
From: Ryan Eatmon <reatmon@ti.com>
Updated the linux rt version for 08.02.00.003 Signed-off-by: Ryan Eatmon <reatmon@ti.com> Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> --- meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_5.10.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_5.10.bb= b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_5.10.bb index fcce8de6..5de1c918 100644 --- a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_5.10.bb +++ b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_5.10.bb @@ -6,5 +6,5 @@ FILESEXTRAPATHS:prepend :=3D "${THISDIR}/${PN}-5.10:" =20 BRANCH =3D "ti-rt-linux-5.10.y" =20 -SRCREV =3D "1f6e95d4b12d73bd1728286f3ccc938df7b77954" -PV =3D "5.10.65+git${SRCPV}" +SRCREV =3D "b975aee14750c395bf5251ba4042cb0be1afa206" +PV =3D "5.10.100+git${SRCPV}" --=20 2.25.1
|
|
[PATCH 27/29] linux-ti-staging: Bump to 08.02.00.003 release
Denys Dmytriyenko
From: Ryan Eatmon <reatmon@ti.com>
Updated the linux version for 08.02.00.003 Signed-off-by: Ryan Eatmon <reatmon@ti.com> Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> --- meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_5.10.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_5.10.bb b/= meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_5.10.bb index e8353395..09551e03 100644 --- a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_5.10.bb +++ b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_5.10.bb @@ -23,8 +23,8 @@ S =3D "${WORKDIR}/git" =20 BRANCH =3D "ti-linux-5.10.y" =20 -SRCREV =3D "46573628be468b58272d7c41b582603b06e0414a" -PV =3D "5.10.65+git${SRCPV}" +SRCREV =3D "4a12bec7d3f438ce9407e4ba9b2ec883729558a5" +PV =3D "5.10.100+git${SRCPV}" =20 # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebu= ild MACHINE_KERNEL_PR:append =3D "b" --=20 2.25.1
|
|
[PATCH 19/29] ti-linux-fw: Bump to 08.02.00.001 release
Denys Dmytriyenko
From: Ryan Eatmon <reatmon@ti.com>
Updated the ti-linux-fw version for 08.02.00.001 - Changed CORESDK_RTOS_VERSION version to 08.02.00.04 Signed-off-by: Ryan Eatmon <reatmon@ti.com> Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> --- meta-ti-bsp/recipes-bsp/ti-linux-fw/ti-linux-fw.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-ti-bsp/recipes-bsp/ti-linux-fw/ti-linux-fw.inc b/meta-t= i-bsp/recipes-bsp/ti-linux-fw/ti-linux-fw.inc index 014e89c8..5954cbd8 100644 --- a/meta-ti-bsp/recipes-bsp/ti-linux-fw/ti-linux-fw.inc +++ b/meta-ti-bsp/recipes-bsp/ti-linux-fw/ti-linux-fw.inc @@ -4,10 +4,10 @@ LICENSE =3D "TI-TFL" LIC_FILES_CHKSUM =3D "file://LICENSE.ti;md5=3Db5aebf0668bdf95621259288c4= a46d76" =20 PV =3D "2022.01" -INC_PR =3D "r2" +INC_PR =3D "r3" =20 # Firmware versions -CORESDK_RTOS_VERSION =3D "08.01.00.02" +CORESDK_RTOS_VERSION =3D "08.02.00.04" SERDES_FW_VERSION =3D "3.3.0.2c" NETCP_SA_FW_VERSION =3D "1.0.0" NETCP_PA_FW_VERSION =3D "3.0.2.3" @@ -19,7 +19,7 @@ CADENCE_MHDP_FW_VERSION =3D "1.2.17" IMG_DEC_FW_VERSION =3D "1.0" CNM_WAVE521_FW_VERSION =3D "1.0.00" =20 -TI_LINUX_FW_SRCREV ?=3D "6070de0ae4095d291e1f7679d1fe6e07253a2fc3" +TI_LINUX_FW_SRCREV ?=3D "8810faf0c51a80554150e185122e43bee1553c37" SRCREV =3D "${TI_LINUX_FW_SRCREV}" =20 BRANCH ?=3D "ti-linux-firmware" --=20 2.25.1
|
|
[PATCH 18/29] u-boot-ti-staging: Bump to 08.02.00.001 release
Denys Dmytriyenko
From: Ryan Eatmon <reatmon@ti.com>
Updated the u-boot version for 08.02.00.001 Signed-off-by: Ryan Eatmon <reatmon@ti.com> Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> --- meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb = b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb index d304df87..a7e21b7c 100644 --- a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb +++ b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb @@ -2,8 +2,8 @@ require u-boot-ti.inc =20 LIC_FILES_CHKSUM =3D "file://Licenses/README;md5=3D5a7450c57ffe5ae63fd73= 2446b988025" =20 -PR =3D "r16" +PR =3D "r17" =20 BRANCH =3D "ti-u-boot-2021.01" =20 -SRCREV =3D "15769936a559b1840f50b83f94ee0c636b245001" +SRCREV =3D "eadf5af36c6e0097a162f81308b64cc0b796b6b5" --=20 2.25.1
|
|
[PATCH 17/29] linux-ti-staging-rt: Bump to 08.02.00.001 release
Denys Dmytriyenko
From: Ryan Eatmon <reatmon@ti.com>
Updated the linux rt version for 08.02.00.001 Signed-off-by: Ryan Eatmon <reatmon@ti.com> Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> --- meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_5.10.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_5.10.bb= b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_5.10.bb index 10325a8b..ceb06077 100644 --- a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_5.10.bb +++ b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_5.10.bb @@ -6,5 +6,5 @@ FILESEXTRAPATHS:prepend :=3D "${THISDIR}/${PN}-5.10:" =20 BRANCH =3D "ti-rt-linux-5.10.y" =20 -SRCREV =3D "541ec9a6995c3dd881d6f0b63cc714a08ded457d" +SRCREV =3D "d81474af4e33f8de2869d9b21a2389e06178c230" PV =3D "5.10.65+git${SRCPV}" --=20 2.25.1
|
|
[PATCH 16/29] linux-ti-staging: Bump to 08.02.00.001 release
Denys Dmytriyenko
From: Ryan Eatmon <reatmon@ti.com>
Updated the linux version for 08.02.00.001 Signed-off-by: Ryan Eatmon <reatmon@ti.com> Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> --- meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_5.10.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_5.10.bb b/= meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_5.10.bb index 1a0ec5df..c2eb6efd 100644 --- a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_5.10.bb +++ b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_5.10.bb @@ -23,7 +23,7 @@ S =3D "${WORKDIR}/git" =20 BRANCH =3D "ti-linux-5.10.y" =20 -SRCREV =3D "dcc6bedb2c2bdb509709e4ae08303206e95ce6c2" +SRCREV =3D "a523aa26d870552a44c5f48b01c3c1ea3a48751a" PV =3D "5.10.65+git${SRCPV}" =20 # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebu= ild --=20 2.25.1
|
|