Questions tagged [yocto-layer]
51 questions
0
votes
0 answers
Trouble fetching linux-altera-ltsi-rt for yocto dunfell
I am attempting to bitbake an image for a de0-nano-soc board with the RT patch and I am getting fetch errors.
This is the settings in my local.conf
# Real time patch needs 4.9 toolchain.
MACHINE ?= "cyclone5"
GCCVERSION = "linaro-4.9"
SDKGCCVERSION…

Chip Brommer
- 103
- 9
0
votes
0 answers
yocto gtest-1.8.0-r0 do_fetch: Fetcher failure
I'm trying a yocto compile for phytech board, but I'm getting this do fetch error, and I'm quite new at this
ERROR: gtest-1.8.0-r0 do_fetch: Fetcher failure: Unable to find revision ec44c6c1675c25b9827aacd08c02433cccde7780 in branch master even from…

Kalai Selvan
- 1
- 2
0
votes
0 answers
yocto how to override SRCREV in a recipe
In one of the kernel recipes the revision is specified:
SRC_URI = "${KERNEL_SRC};branch=${SRCBRANCH}"
SRCREV = "dd055f07f727803a7542541f560f69daed8209f4"
LINUX_VERSION = "5.15.60"
Is it possible to override the SRCREV in another…

user2900385
- 21
- 3
0
votes
1 answer
How do you add docker-ce from OE to my Yocto Project?
I'm just starting out with Yocto. I've purchased the book (Mastering Embedded Linux Programming Third Edition) and waiting on its delivery.
In the meantime, I can't figure out how to add docker-ce to my project which is listed on…

JackRazors
- 21
- 1
0
votes
1 answer
kernel customisation using menuconfig with Yocto
Hope you all are doing well
I'm working with the Yocto project having dunfell branch
As a hardware perspective, I'm using STM32MP1dk1 board with meta-st-stm32mp layers
My ultimate goal is to generate the custom image via enabling some drivers using…
0
votes
1 answer
Yocto build could not invoke dnf . command && no Match for the argument : recipe-name
I tried to build my custom recipe for the project which contains programs for sensors. All the task and library making is taken care of by CMakeLists.txt it also has python dependencies. I added all the required dependencies within my recipe and…

Nitish Sharma
- 5
- 1
- 5