|
[meta-qoriq][RESEND PATCH 1/2] lxc: Move to dynamic-layers
4 messages
This bbappend depends on the virtualization-layer collection. Move it under the appropriate dynamic layer directory. Signed-off-by: Sean Anderson <sean.anderson@...> --- .../virtualization-layer/recip
This bbappend depends on the virtualization-layer collection. Move it under the appropriate dynamic layer directory. Signed-off-by: Sean Anderson <sean.anderson@...> --- .../virtualization-layer/recip
|
By
Sean Anderson
·
|
|
Yocto browser require low memory footprints
3 messages
#yocto
#meta-freescale
Hi , We are using Yocto Linux 3.0 zeus branch on imx6 based SOC. we are looking for light weight web browser since our HW platform has only 1 GB of RAM supports. as of now we are using chromium versio
Hi , We are using Yocto Linux 3.0 zeus branch on imx6 based SOC. we are looking for light weight web browser since our HW platform has only 1 GB of RAM supports. as of now we are using chromium versio
|
By
yogeshbsa89@...
·
|
|
Comunity vs i.MX
3 messages
#yocto
Hi there. I have not followed Yocto iMX for some time. Today I found in the document "i.MX Yocto Project User's Guide" from NXP such text: "i.MX joined the Yocto Project community providing a release
Hi there. I have not followed Yocto iMX for some time. Today I found in the document "i.MX Yocto Project User's Guide" from NXP such text: "i.MX joined the Yocto Project community providing a release
|
By
Константин Еременок
·
|
|
imx8mq no hdmi when booted from SD card
Hi, I've tried on the NXP forum but the response was to try it on evk ;). I have a custom imx8mq baseboard. I'be using dunfell release of meta-freescale/ and image flashed using uuu to emmc have hdmi
Hi, I've tried on the NXP forum but the response was to try it on evk ;). I have a custom imx8mq baseboard. I'be using dunfell release of meta-freescale/ and image flashed using uuu to emmc have hdmi
|
By
Marek Belisko
·
|
|
u-boot and devtool
3 messages
Hi all. I try to use devtool to make some patch for u-boot-fslc. When I make the menuconfig for u-boot-fslc where is placed the .config file? MZ
Hi all. I try to use devtool to make some patch for u-boot-fslc. When I make the menuconfig for u-boot-fslc where is placed the .config file? MZ
|
By
Mauro Ziliani
·
|
|
imx51evk and u-boot
6 messages
Hi all. I'm trying to build Yocto dunfell for imx51evk derived board. The board has only sd card with 1 dram of ram. It is better u-boot-imx or u-boot-fslc as bootloader? I try the two version of u-bo
Hi all. I'm trying to build Yocto dunfell for imx51evk derived board. The board has only sd card with 1 dram of ram. It is better u-boot-imx or u-boot-fslc as bootloader? I try the two version of u-bo
|
By
Mauro Ziliani
·
|
|
restool: build error
Hi, all I built restool with new poky, but failed. The error is like the following. So, is there anybody can give me some suggestions? ---------------------------- | mc_v10/dprc.c: In function 'dprc_g
Hi, all I built restool with new poky, but failed. The error is like the following. So, is there anybody can give me some suggestions? ---------------------------- | mc_v10/dprc.c: In function 'dprc_g
|
By
leimaohui
·
|
|
libfdt_wrap.c:154:11: fatal error: Python.h: No such file or directory
Hi, I have backported the following recipes from honister to dunfell: - u-boot-fslc-common_2022.04.inc - u-boot-fslc_2022.04.bb u-boot-fslc and also my image that use the u-boot-fslc can be built easi
Hi, I have backported the following recipes from honister to dunfell: - u-boot-fslc-common_2022.04.inc - u-boot-fslc_2022.04.bb u-boot-fslc and also my image that use the u-boot-fslc can be built easi
|
By
Michael Glembotzki
·
|
|
[PATCH] fmlib: set precise BSD license
From: Meng Li <meng.li@...> When building fmlib package based on Yocto 4.0, there is below warning reported WARNING: fmlib-git-r1 do_populate_lic: QA Issue: fmlib: No generic license file exists for:
From: Meng Li <meng.li@...> When building fmlib package based on Yocto 4.0, there is below warning reported WARNING: fmlib-git-r1 do_populate_lic: QA Issue: fmlib: No generic license file exists for:
|
By
Meng Li
·
|
|
signing an initramfs kernel
On my i.mx8mp board I have secure boot enabled. I can boot a signed kernel fine. I'd like to now sign the kernel used with the initramfs image. I don't understand if that kernel is the same as the reg
On my i.mx8mp board I have secure boot enabled. I can boot a signed kernel fine. I'd like to now sign the kernel used with the initramfs image. I don't understand if that kernel is the same as the reg
|
By
Embedded 1
·
|
|
Cairo fails to compile with musl
2 messages
#kirkstone
#compilation
When compiling `cairo_1.16.0` recipe with musl-1.2.2, linking fails complaining missing references to `GLIBC_2.17`. e.g: ``` libGAL.so: undefined reference to `connect@...' ``` Seems that pre-compiled
When compiling `cairo_1.16.0` recipe with musl-1.2.2, linking fails complaining missing references to `GLIBC_2.17`. e.g: ``` libGAL.so: undefined reference to `connect@...' ``` Seems that pre-compiled
|
By
Ettore Chimenti
·
|
|
[rcw][PATCH 3/3] rcw.py: Append to pbi with a bytestring
Regular strings cannot be concatenated with byte strings. This fixes the following error: > TypeError: can't concat str to bytes Fixes: 7c47f30 ("Add support of Gen3 family SoCs") Signed-off-by: Sean
Regular strings cannot be concatenated with byte strings. This fixes the following error: > TypeError: can't concat str to bytes Fixes: 7c47f30 ("Add support of Gen3 family SoCs") Signed-off-by: Sean
|
By
Sean Anderson
·
|
|
[rcw][PATCH 2/3] rcw.py: Fix using ord on ints
Iterating over a bytestring will yield integers in python 3, so we don't need to convert them with ord(). This avoids the following error: > TypeError: ord() expected string of length 1, but int found
Iterating over a bytestring will yield integers in python 3, so we don't need to convert them with ord(). This avoids the following error: > TypeError: ord() expected string of length 1, but int found
|
By
Sean Anderson
·
|
|
[rcw][PATCH 1/3] rcw.py: Fix indexing with floats
When creating a source PBI from a binary, the following error is encountered: > TypeError: slice indices must be integers or None or have an __index__ method This is because division in python3 always
When creating a source PBI from a binary, the following error is encountered: > TypeError: slice indices must be integers or None or have an __index__ method This is because division in python3 always
|
By
Sean Anderson
·
|
|
[rcw][PATCH 0/3] Fix python 2->3 errors when using -r
Although 3f744d3 ("Convert to python3") converted most of rcw.py to python 3, the -r path remains unconverted. This series addresses the issues I ran into when using this flag. Sean Anderson (3): rcw.
Although 3f744d3 ("Convert to python3") converted most of rcw.py to python 3, the -r path remains unconverted. This series addresses the issues I ran into when using this flag. Sean Anderson (3): rcw.
|
By
Sean Anderson
·
|
|
Mismatch between linux-imx-headers version and toradex kernel in current git master
2 messages
When building code with support for DMA-BUF heaps ( https://github.com/torvalds/linux/blob/master/include/uapi/linux/dma-heap.h ), I noticed that my code was detecting the dma-heap.h userspace API hea
When building code with support for DMA-BUF heaps ( https://github.com/torvalds/linux/blob/master/include/uapi/linux/dma-heap.h ), I noticed that my code was detecting the dma-heap.h userspace API hea
|
By
Carlos Rafael Giani
·
|
|
[meta-qoriq][RESEND PATCH 2/2] fsl-image-multimedia-full: Move to dynamic layer
This recipe depends on the freescale-distro collection. Move it to an appropriate dynamic layer. Signed-off-by: Sean Anderson <sean.anderson@...> --- conf/layer.conf | 2 ++ .../recipes-fsl}/images/fsl
This recipe depends on the freescale-distro collection. Move it to an appropriate dynamic layer. Signed-off-by: Sean Anderson <sean.anderson@...> --- conf/layer.conf | 2 ++ .../recipes-fsl}/images/fsl
|
By
Sean Anderson
·
|
|
mpc854x support in master
Hi all, I just tried to build u-boot for machine p1020rdb with current master branches $ bitbake u-boot Loading cache: 100% | | ETA: --:--:-- Loaded 0 entries from dependency cache. Parsing recipes: 1
Hi all, I just tried to build u-boot for machine p1020rdb with current master branches $ bitbake u-boot Loading cache: 100% | | ETA: --:--:-- Loaded 0 entries from dependency cache. Parsing recipes: 1
|
By
Heiko Schocher
·
|
|
Submitting patches for QorIQ components
Hi all, Where should patches for QorIQ components [1] go? I have some patches for meta-qoriq [2] and dce [3], but I can't figure out where to send them to. There is no mailing list in the READMEs, and
Hi all, Where should patches for QorIQ components [1] go? I have some patches for meta-qoriq [2] and dce [3], but I can't figure out where to send them to. There is no mailing list in the READMEs, and
|
By
Sean Anderson
·
|
|
GStreamer Cross compilation for iMX8M Mini Yocto
#compilation
#hardknott
#imx7ulpevk
#meta-freescale
#yocto
The default GStreamer provided in iMX8 yocto only supports the command line it does not support GStreamer C code hence I need to cross-compile the GStreamer library for iMX8M Mini Yocto. I tried addin
The default GStreamer provided in iMX8 yocto only supports the command line it does not support GStreamer C code hence I need to cross-compile the GStreamer library for iMX8M Mini Yocto. I tried addin
|
By
maneeshsingh1920@...
·
|