Khem Raj

Results 434 comments of Khem Raj

@kanakshilledar please go ahead and send a PR

@chipsme I think the problem perhaps is in `meta/conf/distro/include/security_flags.inc` ``` GCCPIE ?= "--enable-default-pie" ``` perhaps we should define it to empty string in `conf/machine/ baremetal-riscv64.conf`

there must be a file called `bitbake-cookerdaemon.log` in the build tree. This should have some more details about why its getting stuck.

it seems to be stuck in bitbake-layers add-layer meta-python command. I wonder if its a python version issue. Can you share details about the OS on your build host and...

I would suggest to look into `dmesg` when you connect the USB modem and see if it detects the dongle. Its possible that you will need to install some kernel-modules...

Can you try this for the bb file ```bitbake # will be used for the update image DESCRIPTION = "initramfs updater image" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" # Do...

Perhaps some more options are needed for busybox - see https://github.com/YoeDistro/yoe-distro/blob/master/sources/meta-yoe/recipes-core/busybox/busybox/yoe_fragment.cfg You can define busybox_%.bbappend in meta-riscv like this https://github.com/YoeDistro/yoe-distro/blob/master/sources/meta-yoe/recipes-core/busybox/busybox_%25.bbappend btw. you only need ``` INITRAMFS_IMAGE_BUNDLE = "1" INITRAMFS_IMAGE =...

@Markus250 I think there is an external logic in the BR sdk to generate some header file (cvi_board_memmap.h) and conf file (cvi_board_memmap.conf) and linker script (cvi_board_memmap.ld) via a python script...

> With the original question I want to find out if I am doing something stupidly wrong when using meta-clang or if I have a misunderstanding what the difference is...

what does `[...]` in that output mean ? I see it in few places. Is it truncating stuff ? may be just run `find` cmd and paste the output