yocto Questions
6
Solved
I need to run a script on a target OS built by Yocto.
This script needs to be ran as part of the install and thus must be ran only once (either after the entire OS install or on the first boot). I...
Manner asked 4/11, 2016 at 21:4
4
I am using BBB to understand the yocto-project. I am not sure how patching works. This is my project directory
├── meta-testlayer
├── poky
meta-test layer contains a "helloworld" example...
3
While bitbaking a Yocto rocko build I got this error:
WARNING: go-systemd-4+gitb4a58d95188dd092ae20072bac14cece0e67c388-r0 do_fetch: Failed to fetch URL git://github.com/coreos/go-systemd.git, atte...
4
I am writing a custom yocto recipe that should install a python package from a .whl file.
I tried it using a recipe that contains:
inherit pypi setuptools
PYPI_SRC_URI="http://ci.tensorflow.org/...
Bornie asked 7/2, 2018 at 9:22
4
Solved
I'm having trouble updating the /etc/fstab of my Linux distribution, when building it with Yocto. I'm pretty new to Yocto, so maybe I'm off my rocker.
My latest attempt is to add a recipe named ba...
Farlie asked 7/4, 2017 at 17:20
4
Solved
So, each time I modify the device tree I typically change the dts in a custom recipe and rebuild the image. The rebuild takes a long time since it rebuilds the entire kernel, and then the image nee...
Competent asked 12/8, 2016 at 12:14
1
I'm building a Yocto (thud) image but I had an error during do_rootfs:
update-alternatives: Error: not linking xxx/tmp/work/cc-dey-linux/dey-image/1.0-r0/rootfs/usr/sbin/rtcwake to /bin/busybox.no...
5
I would like to split an application into multiple packages. Basically I just wish to add another one which could be built by using a specific image.
Inside the .bb file associated with the applica...
Garate asked 6/2, 2015 at 11:56
3
Solved
There is a project in which we use project yocto, and our metas fetch source from some remote git repositories.
The problem is that these repositories are only accessible in some particular situat...
2
Solved
I'm trying to set up a cross-compile environment in VSCode on Ubuntu using CMake with Yocto SDK. I need to ensure that the necessary environment variables are set before running VSCode in the proje...
Eastnortheast asked 8/5, 2023 at 19:27
1
Written a new recipe for libmoose module of perl and found the following error, Can anyone please help to fix it.
| x86_64-poky-linux-ld: unrecognized option '-Wl,-O1'
| x86_64-poky-linux-ld: use t...
4
Solved
I'm trying to get /var/log to be persistent in my fido build.
The default setting on poky is, that there is a symlink in /var which points log -> volatile/log. volatile is a mounted on a tmpfs.
...
Dremadremann asked 6/1, 2017 at 14:0
1
I have CMake based project, which was currently build for desktop Linux (to quickly develop UI with QT QML and test it on desktop), but the target platform is embedded Linux and now I'm trying to i...
Anaesthetize asked 8/11, 2023 at 15:35
2
Solved
I'm using Yocto v2.4.1 and BitBake v1.36.0. I want to remove qemu and qemu-native (All qemu related thing) from my custom generated Linux Image.
How can i do that ?
Thanks
2
Solved
When I build a core-image using Yocto Kirkstone for machine beaglebone-yocto, I get a file /boot/extlinux/extlinux.conf. This file looks like:
default Yocto
label Yocto
kernel /zImage
fdtdir /
ap...
Lolland asked 23/5, 2023 at 8:38
10
Solved
I'm building a Bitbake recipe and getting the following error message:
ERROR: When reparsing virtual:native:/path/to/poky/meta/recipes-devtools/cve-check-tool/cve-check-tool_5.6.4.bb.do_populate_c...
7
Solved
I have a project which is using yocto for building libraries including gstreamer. I found out that I need to patch some gstreamer element thus creating new bitbake recipe with patch..
I usually h...
5
Solved
BitBake fails for me because it can't find https://www.example.com.
My computer is an x86-64 running native Xubuntu 18.04. Network connection is via DSL. I'm using the latest versions of the OpenE...
2
Solved
I have a custom machine layer based on https://github.com/jumpnow/meta-wandboard.
I've upgraded the kernel to 4.8.6 and want to add X11 to the image.
I'm modifying to image recipe (console-image.b...
Extrasensory asked 10/11, 2016 at 7:50
6
Solved
Is there a way to drop root user on AWS CodeBuild?
We are building a Yocto project that fails on CodeBuild if we're root (Bitbake sanity check).
Our desperate approach doesn't work either:
...
...
Urushiol asked 16/7, 2018 at 15:44
3
Solved
I recently started using Bitbake for building Yocto. Everytime I build, it consumes more space and currently I'm running out of disk space. The images are not getting overwritten. A set of new file...
3
Solved
My question is raised because my build-yocto server ran into the error:
ERROR: Fetcher failure: Fetch command failed with exit code 128, output:
Cloning into bare repository '/mnt/wd2tb/home/Work/...
Fayina asked 9/12, 2016 at 10:25
3
Why do we need to give path of files in SRC_URI even though we are including the files path in FILESEXTRAPATHS_prepend variable? For example:
SUMMARY = "Simple Hello application"
LICENSE ...
2
Solved
I have a recipe to compile a printer driver and have a few simple lines to run in do_install.
do_install() {
install -d ${D}${libdir}/cups/filter
install -m 755 ${B}/src/rastertoprinter ${D}${li...
3
Solved
I'm trying to deploy some binary files to /boot in a Yocto image for RPi CM3 but it deploys them to the wrong location.
do_install() {
install -d ${D}/boot/overlays
install -m 0664 ${WORKDIR}/*....
1 Next >
© 2022 - 2024 — McMap. All rights reserved.