|
[PATCH] linux-ti-staging: Fix build with gcc13
Backport a patch from Linux mainline [1] Thanks Martin Jansa for figuring it out. [1] https://github.com/torvalds/linux/commit/f07788079f515 Signed-off-by: Khem Raj <raj.khem@...> --- ...a-ahci-
Backport a patch from Linux mainline [1] Thanks Martin Jansa for figuring it out. [1] https://github.com/torvalds/linux/commit/f07788079f515 Signed-off-by: Khem Raj <raj.khem@...> --- ...a-ahci-
|
By
Khem Raj
· #15719
·
|
|
[PATCH v2] layer.conf: Update LAYERSERIES_COMPAT for mickledore
oe-core switched to mickedore [1] [1] https://git.openembedded.org/openembedded-core/commit/?id=57239d66b933c4313cf331d35d13ec2d0661c38f Signed-off-by: Khem Raj <raj.khem@...> --- v2: Keep langd
oe-core switched to mickedore [1] [1] https://git.openembedded.org/openembedded-core/commit/?id=57239d66b933c4313cf331d35d13ec2d0661c38f Signed-off-by: Khem Raj <raj.khem@...> --- v2: Keep langd
|
By
Khem Raj
· #15525
·
|
|
[PATCH] layer.conf: Update LAYERSERIES_COMPAT for mickledore
oe-core switched to mickedore [1] [1] https://git.openembedded.org/openembedded-core/commit/?id=57239d66b933c4313cf331d35d13ec2d0661c38f Signed-off-by: Khem Raj <raj.khem@...> --- meta-ti-bsp/co
oe-core switched to mickedore [1] [1] https://git.openembedded.org/openembedded-core/commit/?id=57239d66b933c4313cf331d35d13ec2d0661c38f Signed-off-by: Khem Raj <raj.khem@...> --- meta-ti-bsp/co
|
By
Khem Raj
· #15512
·
|
|
[PATCH] linux-ti: Drop unneeded update_data calls
Ryan Thanks for applying the fixes. I am seeing another issue 2022-12-02T17:26:17.8104311Z ERROR: linux-ti-staging-5.10.145+gitAUTOINC+8b51d20b6e-0b do_patch: Fuzz detected: 2022-12-02T17:26:17.810519
Ryan Thanks for applying the fixes. I am seeing another issue 2022-12-02T17:26:17.8104311Z ERROR: linux-ti-staging-5.10.145+gitAUTOINC+8b51d20b6e-0b do_patch: Fuzz detected: 2022-12-02T17:26:17.810519
|
By
Khem Raj
· #15390
·
|
|
[PATCH] linux-ti: Drop unneeded update_data calls
Can we expedite these two fixes or atleast my cosmetic change ? this will fix CI breakages for distros living on master.
Can we expedite these two fixes or atleast my cosmetic change ? this will fix CI breakages for distros living on master.
|
By
Khem Raj
· #15383
·
|
|
[PATCH] linux-ti: Drop unneeded update_data calls
datastore works dynamically we don't need the update_data calls anymore, so far they were no-ops, now bitbake has recently dropped this API and hence compile fails with core/master Fixes *** 0052: bb.
datastore works dynamically we don't need the update_data calls anymore, so far they were no-ops, now bitbake has recently dropped this API and hence compile fails with core/master Fixes *** 0052: bb.
|
By
Khem Raj
· #15381
·
|
|
[PATCH] ffa-debugfs-mod: Remove bbappend
The main recipe in meta-arm is gone with 5.19 kernel onwards Signed-off-by: Khem Raj <raj.khem@...> --- .../linux/ffa-debugfs/ffa-debugfs-mod_%.bbappend | 5 ----- 1 file changed, 5 deletions(-)
The main recipe in meta-arm is gone with 5.19 kernel onwards Signed-off-by: Khem Raj <raj.khem@...> --- .../linux/ffa-debugfs/ffa-debugfs-mod_%.bbappend | 5 ----- 1 file changed, 5 deletions(-)
|
By
Khem Raj
· #15360
·
|
|
[PATCH v2 1/2] layers: Bump layer compatibility to langdale
OK take the v1 thats fine.
OK take the v1 thats fine.
|
By
Khem Raj
· #15157
·
|
|
[PATCH 2/2] ffa-debugfs-mod: Remove bbappend
The main recipe in meta-arm is gone with 5.19 kernel onwards Signed-off-by: Khem Raj <raj.khem@...> --- .../linux/ffa-debugfs/ffa-debugfs-mod_%.bbappend | 5 ----- 1 file changed, 5 deletions(-)
The main recipe in meta-arm is gone with 5.19 kernel onwards Signed-off-by: Khem Raj <raj.khem@...> --- .../linux/ffa-debugfs/ffa-debugfs-mod_%.bbappend | 5 ----- 1 file changed, 5 deletions(-)
|
By
Khem Raj
· #15112
·
|
|
[PATCH v2 1/2] layers: Bump layer compatibility to langdale
Signed-off-by: Khem Raj <raj.khem@...> --- v2: Replace kirkstone instead of adding just langdale meta-ti-bsp/conf/layer.conf | 2 +- meta-ti-extras/conf/layer.conf | 2 +- 2 files changed, 2 inser
Signed-off-by: Khem Raj <raj.khem@...> --- v2: Replace kirkstone instead of adding just langdale meta-ti-bsp/conf/layer.conf | 2 +- meta-ti-extras/conf/layer.conf | 2 +- 2 files changed, 2 inser
|
By
Khem Raj
· #15111
·
|
|
[PATCH] layers: Add langdale to LAYERSERIES_COMPAT
Signed-off-by: Khem Raj <raj.khem@...> --- meta-ti-bsp/conf/layer.conf | 2 +- meta-ti-extras/conf/layer.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-ti-bsp/conf
Signed-off-by: Khem Raj <raj.khem@...> --- meta-ti-bsp/conf/layer.conf | 2 +- meta-ti-extras/conf/layer.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-ti-bsp/conf
|
By
Khem Raj
· #15103
·
|
|
[PATCH v2] ffa-debugfs-mod: Do not build for TI SOCs
The module can not be compiled without patching kernel 5.10 This helps meta-ti to live in multi-BSP envs Signed-off-by: Khem Raj <raj.khem@...> --- .../linux/ffa-debugfs/ffa-debugfs-mod_%.bbappe
The module can not be compiled without patching kernel 5.10 This helps meta-ti to live in multi-BSP envs Signed-off-by: Khem Raj <raj.khem@...> --- .../linux/ffa-debugfs/ffa-debugfs-mod_%.bbappe
|
By
Khem Raj
· #14686
·
|
|
[PATCH] ffa-debugfs-mod: Do not build for TI SOCs
The module can not be compiled without patching kernel 5.10 This helps meta-ti to live in multi-BSP envs Signed-off-by: Khem Raj <raj.khem@...> --- .../linux/ffa-debugfs/ffa-debugfs-mod_%.bbappe
The module can not be compiled without patching kernel 5.10 This helps meta-ti to live in multi-BSP envs Signed-off-by: Khem Raj <raj.khem@...> --- .../linux/ffa-debugfs/ffa-debugfs-mod_%.bbappe
|
By
Khem Raj
· #14679
·
|
|
[PATCH] uio-module-drv-test: Fix build with clang
Thanks
By
Khem Raj
· #14677
·
|
|
[PATCH] cmem-mod: Fix kernel module packaging for usrmerge
ERROR: cmem-mod-4.20.00.01+gitAUTOINC+86269258a4-0a do_package: QA Issue: cmem-mod: Files/directories were installed but not shipped in any package: /lib/modules/5.10.100-g4a12bec7d3/extra/cmemk.ko Si
ERROR: cmem-mod-4.20.00.01+gitAUTOINC+86269258a4-0a do_package: QA Issue: cmem-mod: Files/directories were installed but not shipped in any package: /lib/modules/5.10.100-g4a12bec7d3/extra/cmemk.ko Si
|
By
Khem Raj
· #14639
·
|
|
[PATCH] uio-module-drv-test: Fix build with clang
Signed-off-by: Khem Raj <raj.khem@...> --- ...-instead-of-int8_t-in-main-signature.patch | 89 +++++++++++++++++++ .../uio-module-drv/uio-module-drv-test_git.bb | 4 + 2 files changed, 93 insertio
Signed-off-by: Khem Raj <raj.khem@...> --- ...-instead-of-int8_t-in-main-signature.patch | 89 +++++++++++++++++++ .../uio-module-drv/uio-module-drv-test_git.bb | 4 + 2 files changed, 93 insertio
|
By
Khem Raj
· #14638
·
|
|
[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 -
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 -
|
By
Khem Raj
· #14618
·
|
|
[PATCH] uim-sysfs: Specify branch and protocol for git fetcher
bitbake git fetcher warns about protocol and fall back branches therefore be explicit about these parameters in source uri Signed-off-by: Khem Raj <raj.khem@...> --- meta-ti-extras/recipes-conne
bitbake git fetcher warns about protocol and fall back branches therefore be explicit about these parameters in source uri Signed-off-by: Khem Raj <raj.khem@...> --- meta-ti-extras/recipes-conne
|
By
Khem Raj
· #14587
·
|
|
failing recipes from meta-ti for beaglebone black
Hello all, I have run a world build for beaglebone without X11 and using sgx-ddk for graphics, there are several recipes from meta-ti which are failing, You might be interested in addressing these fai
Hello all, I have run a world build for beaglebone without X11 and using sgx-ddk for graphics, there are several recipes from meta-ti which are failing, You might be interested in addressing these fai
|
By
Khem Raj
· #14508
·
|
|
[PATCH] layers: Bump to use kirkstone
its not going to be backward ABI compatible with honister due to variable renaming. Signed-off-by: Khem Raj <raj.khem@...> --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-
its not going to be backward ABI compatible with honister due to variable renaming. Signed-off-by: Khem Raj <raj.khem@...> --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-
|
By
Khem Raj
· #14407
·
|