|
[yocto 3.1] adding custom testsdk script in own layer
Ping. Still need help on this one, experts kindly advise.
Ping. Still need help on this one, experts kindly advise.
|
By
Karthik Poduval
· #56619
·
|
|
[yocto 3.1] adding custom testsdk script in own layer
Hi All, We were trying to add a custom sdktest script as shown in example https://docs.yoctoproject.org/test-manual/intro.html#testsdk. The script gets invoked when placed in meta/lib/oeqa/sdk/cases/m
Hi All, We were trying to add a custom sdktest script as shown in example https://docs.yoctoproject.org/test-manual/intro.html#testsdk. The script gets invoked when placed in meta/lib/oeqa/sdk/cases/m
|
By
Karthik Poduval
· #56588
·
|
|
On managing debug and production builds
This concept of user vs debug builds is there in Android and any Android developer who gets introduced to yocto may look for these options. There seem to be many implementation choices here, trying to
This concept of user vs debug builds is there in Android and any Android developer who gets introduced to yocto may look for these options. There seem to be many implementation choices here, trying to
|
By
Karthik Poduval
· #56346
·
|
|
Kernel Header UAPI Issue
Hi Bruce, Thanks a lot for your patch (attached in bugzilla https://bugzilla.yoctoproject.org/show_bug.cgi?id=5305). I am summarizing all steps once again for the benefit of anyone else who faces the
Hi Bruce, Thanks a lot for your patch (attached in bugzilla https://bugzilla.yoctoproject.org/show_bug.cgi?id=5305). I am summarizing all steps once again for the benefit of anyone else who faces the
|
By
Karthik Poduval
· #52468
·
|
|
Kernel Header UAPI Issue
Hi Mikko, Do you have an example on how you do that ? Do you bbapend the linux-libc-headers recipe file ? I have an application that uses dmabuf heap that potentially extends across multiple BSP's as
Hi Mikko, Do you have an example on how you do that ? Do you bbapend the linux-libc-headers recipe file ? I have an application that uses dmabuf heap that potentially extends across multiple BSP's as
|
By
Karthik Poduval
· #52454
·
|
|
Kernel Header UAPI Issue
Hi Khem and Bruce, I got the patch from raspberry pi github and it looked like it put the header into include/uapi/linux/dma-heap.h, for kernel 5.4 it doesn't look like there is a need for a Kbuild fi
Hi Khem and Bruce, I got the patch from raspberry pi github and it looked like it put the header into include/uapi/linux/dma-heap.h, for kernel 5.4 it doesn't look like there is a need for a Kbuild fi
|
By
Karthik Poduval
· #52443
·
|
|
Kernel Header UAPI Issue
I have a 5.4 kernel where I applied a patch (using a .scc file) from kernel 5.6 which brings in dmabuf heaps. The patch exports a uapi header include/uapi/linux/dma-heap.h. I am trying to write an app
I have a 5.4 kernel where I applied a patch (using a .scc file) from kernel 5.6 which brings in dmabuf heaps. The patch exports a uapi header include/uapi/linux/dma-heap.h. I am trying to write an app
|
By
Karthik Poduval
· #52440
·
|
|
Trouble with dual qemu with meta-xlinx on yocto 3.1 dunfell
I was able to get past the error. Here are the conf values used. PREFERRED_PROVIDER_virtual/pmu-firmware = "pmu-firmware" PREFERRED_PROVIDER_virtual/boot-bin = "xilinx-bootbin" PREFERRED_PROVIDER_virt
I was able to get past the error. Here are the conf values used. PREFERRED_PROVIDER_virtual/pmu-firmware = "pmu-firmware" PREFERRED_PROVIDER_virtual/boot-bin = "xilinx-bootbin" PREFERRED_PROVIDER_virt
|
By
Karthik Poduval
· #49861
·
|
|
Trouble with dual qemu with meta-xlinx on yocto 3.1 dunfell
<karthik.poduval@...> wrote:
<karthik.poduval@...> wrote:
|
By
Karthik Poduval
· #49860
·
|
|
Trouble with dual qemu with meta-xlinx on yocto 3.1 dunfell
Hi All, I am trying to build an image for Xilinx ZCU102, MACHINE=zcu102-zynqmp using the YOE distro https://github.com/YoeDistro/yoe-distro. Here are the relevant layers I added. meta-xilinx-bsp /home
Hi All, I am trying to build an image for Xilinx ZCU102, MACHINE=zcu102-zynqmp using the YOE distro https://github.com/YoeDistro/yoe-distro. Here are the relevant layers I added. meta-xilinx-bsp /home
|
By
Karthik Poduval
· #49859
·
|
|
yocto on tinkerbaord using meta-rockchip
Hi Trevor, I was trying to enable the WiFi on tinker-board which is RTL8723BS chipset. Although the driver for the chip is in the mainline kernel(staging). Its isn't enabled in the defconfig which app
Hi Trevor, I was trying to enable the WiFi on tinker-board which is RTL8723BS chipset. Although the driver for the chip is in the mainline kernel(staging). Its isn't enabled in the defconfig which app
|
By
Karthik Poduval
· #48916
·
|
|
yocto on tinkerbaord using meta-rockchip
Thanks for the tip Joshua, Like you suggested it was power supply related, I am able to boot the board now with a 3A power supply. Hi Tever, Yes I have my console connected to UART2 and it seems to wo
Thanks for the tip Joshua, Like you suggested it was power supply related, I am able to boot the board now with a 3A power supply. Hi Tever, Yes I have my console connected to UART2 and it seems to wo
|
By
Karthik Poduval
· #48905
·
|
|
yocto on tinkerbaord using meta-rockchip
Hi Trevor, Thanks for getting back, I tried with tinker-board-s machine type but same result. I also tried flashing Asus Debian image on sdcard but that too didn't work (no console logs with this imag
Hi Trevor, Thanks for getting back, I tried with tinker-board-s machine type but same result. I also tried flashing Asus Debian image on sdcard but that too didn't work (no console logs with this imag
|
By
Karthik Poduval
· #48880
·
|
|
kernel oops/panic stack trace decoding
Thanks Nicolas, Can this be tied to a yocto command, something like by adding a new stacktrace.bbclass (since yocto knows everything about the cross compiler, vmlinux path, not kernel modules path tho
Thanks Nicolas, Can this be tied to a yocto command, something like by adding a new stacktrace.bbclass (since yocto knows everything about the cross compiler, vmlinux path, not kernel modules path tho
|
By
Karthik Poduval
· #47052
·
|
|
kernel oops/panic stack trace decoding
Hi All, I was wondering if there is any yocto supplied tools/shortcuts to changing kernel oops/panic log to line numbers in source code ?
Hi All, I was wondering if there is any yocto supplied tools/shortcuts to changing kernel oops/panic log to line numbers in source code ?
|
By
Karthik Poduval
· #47047
·
|
|
trouble with rootfs generation with mxnet package
Hi Ross, Thanks a lot, your analysis was spot on, I followed the recommendation from that wiki you pointed to and it fixed my issue. Really appreciate the quick response. -- Regards, Karthik Poduval
Hi Ross, Thanks a lot, your analysis was spot on, I followed the recommendation from that wiki you pointed to and it fixed my issue. Really appreciate the quick response. -- Regards, Karthik Poduval
|
By
Karthik Poduval
· #46964
·
|
|
trouble with rootfs generation with mxnet package
Hi All, I am attempting to compile mxnet for aarch64 on yocto rev 2.6(thud). Here is my recipe. https://pastebin.com/ibsBWsL9 The recipe builds fine however during rootfs creation (with package manage
Hi All, I am attempting to compile mxnet for aarch64 on yocto rev 2.6(thud). Here is my recipe. https://pastebin.com/ibsBWsL9 The recipe builds fine however during rootfs creation (with package manage
|
By
Karthik Poduval
· #46953
·
|