Khem Raj

Results 75 issues of Khem Raj

python2 is on its way out Signed-off-by: Khem Raj

glibc 2.33+ has introduced this API and actively deprecated the old mallinfo API, therefore it will be prudent to enquire the platform for what it can support and conditionalize the...

enhancement

I am seeing this error regularly ``` ERROR: omxplayer-git-r5 do_package: omxplayer: Multiple shlib providers for libswresample.so.3: omxplayer, libswresample (used by files: /mnt/b/yoe/build/tmp/work/cortexa7t2hf-neon-vfpv4-yoe-linux-gnueabi/omxplayer/git-r5/packages-split/omxplayer/usr/bin/omxplayer.bin) ERROR: omxplayer-git-r5 do_package: omxplayer: Multiple shlib providers for...

type/bug

Update syscall.csv to reflect rv32 arch and use latest 5.13-rc5 kernel for that

enhancement
priority/medium
pending/revision

Do not hardcode library path, this helps it install in right location independent of platforms, e.g. ppc64 uses lib64 and not lib Signed-off-by: Khem Raj

fixes error: 'ctrl_reg2_data' may be used uninitialized in this function [-Werror=maybe-uninitialized] Signed-off-by: Khem Raj

We need to be able to create binary feeds for a given set of machines for arm/mips/ppc/x86 and other arches. And also publish a base image which people can install...

enhancement

running ```shell bitbake core-image-sato-sdk -ctestimage ``` ends up with this error ``` runqemu - ERROR - TUN control device /dev/net/tun is unavailable; you may need to enable TUN (e.g. sudo...

bug

This ensures that it gets installed in platform specified system libdir all platforms do not use /usr/lib as assumed here e.g. ppc64 uses lib64 Signed-off-by: Khem Raj

This is a placeholder for tracking world build failures on rv32, the current list and respective error logs are [here](http://errors.yoctoproject.org/Errors/Build/102097/?limit=50)

help wanted