-
I am using the oelint-adv and the vscode plugin since end 2023 during reviews of different yocto recipes. The plugin stopped to work after an update of vs-code, to V1.88.1 . I assume the issue is caus…
-
Type: Bug
1. Open a file in the editor
2. Go to File->Open File
The pop up window presents the user with recently opened files instead of the same folder as the already opened file.
VS Code versi…
-
https://github.com/openembedded/meta-openembedded/blob/0c4079fc28cc36cb2dbfe48093f2cf64106f8b5d/meta-oe/recipes-support/libiio/libiio_0.25.bb#L46
-
Hello!
bitbake-getvar is a great tool to understand what's going on when adding dropbear to the image from local.conf. It allows the trainee to see variable assignation in action rather than going …
-
> git clone https://github.com/openbmc/openbmc.git
> git checkout -b kirkstone
> export TEMPLATECONF=meta-evb/meta-evb-raspberrypi/conf
> . openbmc-env
> nvim conf/local.conf change MACHINE ?= …
-
The current behavior, as far as I can tell, is to accept any number of files on the cmdline, but then it only actually **checks** the .bb/.bbappend files and the files inherited/included by those (Get…
-
Since support for older OE releases has been reinstated bitbake throws:
...
" which triggered exception AttributeError: 'NoneType' object has no attribute 'split'"
Caused by ([here](https://g…
htot updated
6 months ago
-
I have something like this in my config:
```lua
vim.api.nvim_create_autocmd({ "BufRead", "BufNewFile" }, {
pattern = "*.org",
callback = function()
require("otter").activate()
end,
})…
-
**Build Configuration:**
```
BB_VERSION = "2.8.0"
BUILD_SYS = "x86_64-linux"
NATIVELSBSTRING = "ubuntu-22.04"
TARGET_SYS = "aarch64-poky-linux"
MACHINE …
-
Hello,
I found a compilation inconsistency in the way genimage.bbclass uses the shared state for the deploy task.
The genimage class inherits `deploy`. This allows reusing previously built images …