ocs.yoctoproject.org/bitbake/2.2/bitbake-user-manual/bitbake-user-manual-metadata.html#variable-expansion
Regards,
Daniel
On Tue, Aug 8, 2023 at 11:28 AM Khem Raj wrote:
> where does 0001-disable-bluetooth-and-enable-uart0.patch exist in your
> layer? can you show the path ?
>
>
Hi, Mahendra
Try using `useradd` instead of `usermod` for creating your user with the
EXTRA_USER_PARAMS feature. Something like this:
EXTRA_USERS_PARAMS : append = "\
useradd -m -s /bin /bash -P 'mahi' root; \
"
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Re
ber to escape characters from the encrypted password. For example,
if there are any dollars in your string, escape them with the backslash. For
instance:
- '$7abc.$8'
+ '\$7abc.\$8'
—Daniel
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply O
ot;requires": {
"@babel/highlight": "^7.10.1"
}
}
}
}
This is the error I see:
ERROR: test-test-1.0.0-r0 do_fetch: ExpansionError(
'TUNE_FEATURES:tune-armv8a-crc', '${TUNE_FEATURES:tune-armv8a} crc',
RecursionError('maximum recursion depth excee
Probably you have two packages that provides that Kernel module. Kernel's
default one via kernel-module-split BBClass, and yours with your recipe.
Try telling Yocto you have your own runtime provider for that driver. Into the
recipe add this as well:
RPROVIDES:${PN} = " kernel-module-cfg80211-$
messages are pretty long if anyone want to see it I will attach in a followup
email.
My question is that is there a way to properly add PIE or at least PIC for
Yocto Warrior with external toolchain?
Thanks
-Daniel
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply
The current version of tpm2-abrmd does not support
`--max-transient-objects` and `--fail-on-loaded-trans`.
With those arguments the start-stop-daemon in init script
will fail silently.
Also fix one line indentation to make it consistent.
Signed-off-by: Daniel Wang
---
meta-tpm/recipes-tpm2
OpenSSL has changed its naming convention for engines,
the library must be named tpm2tss.so for OpenSSL 1.1
added `INSANE_SKIP` to allow symbolic link to be added in
tpm2-tss-engine-engines
commented out tpm2-tss-engine-dev so tpm2-tss-engine-engines
will have tpm2tss.so
Signed-off-by: Daniel
: Daniel Wang
---
.../recipes-tpm2/tpm2-abrmd/tpm2-abrmd_2.1.1.bb| 55 ---
.../recipes-tpm2/tpm2-abrmd/tpm2-abrmd_2.2.0.bb| 55 +++
.../recipes-tpm2/tpm2-tools/tpm2-tools_3.1.3.bb| 15
.../recipes-tpm2/tpm2-tools/tpm2-tools_3.2.0.bb| 15
.../tpm2
Daniel Wang would like to recall the message, "[meta-security][PATCH 1/3]
Updates tpm2-abrmd.default and fix indentation in tpm2-abrmd-init.sh".-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#47922): https://lists.yoctoproject.org/g/yoc
Daniel Wang would like to recall the message, "[meta-security][PATCH 2/3]
update tpm2-abrmd tpm2-tool tpm2-tss tpm2-tss-engine".-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#47923): https://lists.yoctoproject.org/g/yocto/message/47923
Daniel Wang would like to recall the message, "[meta-security][PATCH 3/3] added
tpm2tss.so to tpm2-tss-engine package".-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#47924): https://lists.yoctoproject.org/g/yocto/message/47924
Mute
Thank you Armin. I submitted 3 patches. Please kindly ignore the recall
messages. I’m sorry for bugging the mailinglist It is some weird IT thingy.
Thanks
-Daniel
From: akuster808<mailto:akuster...@gmail.com>
Sent: Thursday, January 9, 2020 2:44 PM
To: Daniel Wang<mailto
We have many internal projects that we build as part of our platform. These are
all managed in git repositories. Our recipes therefore all point at git
repositories.
After some internal discussions we have come to the conclusion that having
traditional version numbers of the form x.y.z is not v
ildinfo
Just add INHERIT += "image-buildinfo" to your local.conf to get the build info.
Daniel
>
> Thanks,
> Henrik
>
>
>
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#55485): https://lists.yoctoproject.org/g/yoc
s not executed
properly since do_compile fails with a header not found error.
Has anybody done a successful build of honister on Ubuntu 14.04? Is it even
possible?
Kind regards
Daniel
--
bytes at work
Technoparkstrasse 7
CH-8406 Winterthur
Switzerland
phone: +41 52 550 50 67
-=-=-=-=-=-=-=-=-=-=-=-
We have our image and it is working as we need.
We have an apt repo setup and working so that we can install additional
packages within a deployment of the image.
However when we manually bitbake additional packages (e.g bitbake
my-optional-recipe) which we want to make available within this apt
Just want to add that it seems to run the do_package task but not the
do_package_write_deb one for each of the dependencies.
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#56405): https://lists.yoctoproject.org/g/yocto/message/56405
Mute This Topic
Yes, in RDPENDS, here's an example of an attempt at the equivalent of Ubuntu's
build-essential package:
DESCRIPTION = "Informational list of build-essential pacakages"
inherit packagegroup
PACKAGES = "\
${PN} \
"
RDEPENDS:${PN} = "\
libc6-dev \
g++ \
gcc \
make \
"
INSANE_SKIP:${PN} = "dev-de
Just to be absolutely clear, here is the result of having run bitbake
build-essential having first removed and thus started with a clean tmp dir.
dan@melon:/home/dan/workspace_ssd/kas/build$ find tmp/deploy/deb/
tmp/deploy/deb/
tmp/deploy/deb/all
tmp/deploy/deb/all/build-essential-ptest_1.0.0-r0.
Hi there
I have a problem with a fresh build in that I was able to successfully
build the image and the SDK. After changing some options (unfortunately
I don't remember what 🙈️) I now get an error trying to build the SDK
that the «sdk_provides_dummy_target» is for a different architecture.
I foun
Hi there
I am new to Yocto and I am still struggling to build the SDK - I am on
the master branch, after I had different problems with missing
dependencies and configure failures in mickledore I went to master.
Here I can successfully build core-image-full-cmdline without problems.
Everything is f
Hello everybody
Has anyone successfully built an SDK lately? I cannot build any SDK,
neither for my image nor for core-image-minimal.
If I define my own image I get the error (I already wrote - nobody any
idea?) that the dummy-sdk package is to be built for a different
architecture:
x86_64_nati
. At
least here adding this task breaks the SDK and it is not needed at all.
So I am happily building again.
Best Regards
David
Am Dienstag, dem 22.08.2023 um 09:36 +0100 schrieb Richard Purdie:
> On Tue, 2023-08-22 at 06:58 +, David Daniel wrote:
> > Thanks for your reply! I cannot t
Hello
I am having a strange issue with the image that is asking for root
password, even though debug-tweaks is set.
Since this did stopped working I started setting empty-root-password
and serial-autologin-root in despair - but I always get asked for a
root password that is not set, so I can neve
ing syntax:
TOOLCHAIN_HOST_TASK:append = " nativesdk-cmake"
That was why in my case the whole TOOLCHAIN_HOST_TASK was completely
overwritten with nativesdk-cmake.
Regards
Dave
Am Mittwoch, dem 23.08.2023 um 15:20 + schrieb David Daniel:
> Thanks a lot for your answers and your t
Hi everybody
I am a newcomer currently trying to figure out, how I can build a
library and a binary from one source repository in one recipe. The
reason for the "one recipe" is that both, the library and the binary
come from the same source repository (OpenBLT). The problem is, that
the project is
Am Donnerstag, dem 14.09.2023 um 14:01 +0200 schrieb Alexander Kanavin:
> On Thu, 14 Sept 2023 at 13:57, David Daniel
> wrote:
> > I could create two recipes - but that would mean, the same sources
> > are
> > downloaded twice, am I right?
>
> Two recipes seem
: David Daniel
Cc: yocto@lists.yoctoproject.org
Betreff: Re: [yocto] SPDX generation fails every second time the image is
created
David,
I just pushed a patch to the ML to provide better debugging when this
happens; it will at least tell us which document is missing. Is there
any way you can run
Hi,
Our customer wants us to ship OpenSSL 1.1.1o or a later version in our next
software release so I’m interested to know if you plan to update OpenSSL in
time for YP 3.1.17?
Daniel Karlsson
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online
This update fixes CVE-2022-1292.
Signed-off-by: Daniel Karlsson
---
.../openssl/{openssl_1.1.1n.bb => openssl_1.1.1o.bb}| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-connectivity/openssl/{openssl_1.1.1n.bb =>
openssl_1.1.1o.bb} (98%)
diff --git
While testing Kirkstone I got a build error telling me that
deploy-u-boot/u-boot.bin-flashloader is not found. The error is caused by not
unsetting the index variables i and j in concat_dtb_helper. Is this something
which is eligible for inclusion in the Kirkstone branch?
-=-=-=-=-=-=-=-=-=-=-=
Hi,
We have an internal source tree, I'll call it libA for brevity here, which uses
cmake and find_package to build against openssl as follows:
find_package(OpenSSL REQUIRED)
The recipe for this source runs fine but some subsequent ones that depend on it
(libB, libC etc) fail on some systems sa
ay 27, 2022 at 08:07:57AM -0700, Daniel Squires wrote:
Hi,
We have an internal source tree, I'll call it libA for brevity here, which uses
cmake and find_package to build against openssl as follows:
find_package(OpenSSL REQUIRED)
The recipe for this source runs fine but some subsequent ones
Thanks,
This did turn out be a a simple case of CMAKE_FIND_ROOT_PATH being clobbered in
our CMakeLists.txt files which I had missed on the first look.
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#57237): https://lists.yoctoproject.org/g/yocto/mes
Hi,
I have a recipe (See below) for python3-pygit2 which fails at do_compile if I
just try to run it via
bitbake python3-pygit2
However if I instead
bitbake python3-pygit2 -c devhsell
and then
../temp/run.do_compile
It succeeds. Now I'm relatively new to devshell but I thought these were
su
ally related question: How does
bitbake handle multiple do_fetch tasks for the same repository running in
parallel (if you have multiple recipes using the same repo)?
Thanks & kind regards,
Daniel
[1] https://www.yoctoproject.org/pipermail/yocto/2016-November/032873.html
-=-=-=-=-=-=-=-=-=-
out old items from sstate and download caches must be done
> when no builds are running.
OK, awesome, thanks. I'll give it a try then. Thanks for pointing me towards
fetch2/__init__.py too, I was only looking at fetch2/git.py previously.
>
> Alex
>
> On Tue, 1 Aug 2023 at
local/applicationx and
one with just /usr/local/applicationx.
Thanks, Daniel
--
bytes at work
Technoparkstrasse 7
CH-8406 Winterthur
Switzerland
phone: +41 52 550 50 67
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#50707):
Hi
Is there a tool or an simple way to create a list of licenses used by a recipe
(in contrast to an image)? It should include all of the dependencies as well.
Thanks, Daniel
--
bytes at work
Technoparkstrasse 7
CH-8406 Winterthur
Switzerland
phone: +41 52 550 50 67
Hi,
thanks for the explanation. I fixed it by removing the directory.
> Gyorgy Sarvari via lists.yoctoproject.org
> hat am 02.02.2025 13:21 CET
> geschrieben:
>
>
> On 01.02.25 21:46, Daniel Kampert via lists.yoctoproject.org wrote:
> > Hi,
> > I´m building
PENDS:${PN} = "rtlsdr icu"
S = "${WORKDIR}/git"
FILES:${PN} = " etc \
var \
lib \
usr/bin \
usr/sbin \
${systemd_system_unitdir}/system/wmbusmeters.service \
"
SYSTEMD_SERVICE:${PN} = "wmbusmeters.service"
SYSTEMD_AUTO_ENABLE:${PN} = "enable"
Thanks for h
Hi Ross,
thanks. After changing it I got the error
>
> fatal error: unicode/ucnv.h: No such file or directory
>
>
So I had to add "icu" as dependency. The complete recipe looks like this
inherit autotools-brokensep
SUMMARY = "wmbusmeters integration"
HOMEPAGE = "https://github.com/wmbusmete
Ok I fixed it by using
INSANE_SKIP_${PN} += "already-stripped"
Can you explain me the issue and why this line is solving the issue?
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#64461): https://lists.yoctoproject.org/g/yocto/message/64461
Mute Th
Hi Ross,
thanks for the explanation! Everything is clear now :)
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#64462): https://lists.yoctoproject.org/g/yocto/message/64462
Mute This Topic: https://lists.yoctoproject.org/mt/110161367/21656
Group Own
Hi,
I´m a Yocto newbie and I try to build wmbusmeters for my Yocto project
(https://github.com/wmbusmeters/wmbusmeters/tree/1.18.0). I added a recipe to a
custom meta-layer and add the missing rtlsdr library as a second recipe to this
meta-layer. For building wmbusmeters I use this bb file:
in
hannah-core-image' has no buildable providers.
Missing or unbuildable dependency chain was: ['hannah-core-image', 'salt',
'python3-pycrypto']
I´m curious because I can not find the recipe in my layers. Is this a bug in
Kirkstone or how can I fix it?
Mit freund
c525e0c19bdc46d45f71873b5f286f49abb69418"
meta-freescale-3rdparty = "HEAD:48516272d97f9415e0ee3ab54a923e4c40143e69"
meta-tpm = "HEAD:b9cf9cd639bc8d1b4828eb0bd012b71486d35176"
meta-qt5 = "HEAD:644ebf220245bdc06e7696ccc90acc97a0dd2566"
meta-poky = "HEAD:6e8a5bac75ca114ef2b4d3ca150b3f
I try to port an echo cancellation recipe to Kirkstone and run into this issue:
ERROR: audio-1.0-r0 do_package_qa: QA Issue: /usr/lib/ladspa/ladspa_dsp.so
contained in package audio requires libltdl.so.7()(64bit), but no providers
found in RDEPENDS:audio? [file-rdeps]
ERROR: audio-1.0-r0 do_pac
d be mangled with other values in the same
> variable. (You can't have too many spaces, but you can have too few)
>
> On 28.01.25 08:45, Daniel Kampert via lists.yoctoproject.org wrote:
> > I try to port an echo cancellation recipe to Kirkstone and run into
> > this
g.do_rootfs for the image).
>
> Alex
>
> On Tue, 25 Feb 2025 at 16:06, Daniel Kampert via
> lists.yoctoproject.org
> wrote:
> >
> > Hi,
> >
> > I´m working on a Dunfell BSP (Toradex BSP5) and want to add and modify the
> > OpenSSH configuration. S
https://git.openembedded.org/openembedded-core/tree/meta/conf/layer.conf?h=dunfell#n4
>
> On Wed, 26 Feb 2025, 06:21 Daniel Kampert viahttp://lists.yoctoproject.org ,
> mailto:daniel-kampert...@lists.yoctoproject.org> wrote:
>
> > Hi Alex,
> >
> > I´ve checked se
7;t include *.bbappend:
>
> https://git.openembedded.org/openembedded-core/tree/meta/conf/layer.conf?h=dunfell#n4
>
> On Wed, 26 Feb 2025, 06:21 Daniel Kampert viahttp://lists.yoctoproject.org ,
> mailto:daniel-kampert...@lists.yoctoproject.org> wrote:
>
> > Hi Alex,
C_SSHDAEMON = "openssh-sshd openssh-sftp
openssh-sftp-server" to my OS configuration. The generated image contains
OpenSSH (I´ve checked the version) but no authorized_keys or modified
configuration.
What is wrong here?
Mit freundlichen Grüßen / With kind regards
Ing. Daniel Kampert, M
h2 parameter in the curl recipe by
changing the line:
DEPENDS = "zlib gnutls"
To this:
DEPENDS = "zlib gnutls libssh2"
I can't find any recent posts on this topic in the community. Is there a more
effective/better solution? Does anyone have a different solution?
link provided I can now understand and solve the problem.
Thank you for that.
Thank you for your attention,
Daniel Mendes
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#59754): https://lists.yoctoproject.org/g/yocto/message/59754
Mute This Topic:
.gov/commercialcrew/
Greetings!
Daniel Díaz
daniel.d...@linaro.org
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#49425): https://lists.yoctoproject.org/g/yocto/message/49425
Mute This Topic: https://lists.yoctoproject.org/mt/74230521/21656
Gr
Kernel packages may not always use the kernel-module- prefix. However,
those listed in DEPENDS will consistently add Module.symvers to the
STAGING_INCDIR.
Signed-off-by: Daniel Chaves
---
meta/classes-recipe/module.bbclass | 14 +++---
1 file changed, 7 insertions(+), 7 deletions
This fixes a bug in libselinux that gets triggered by loading another
policy at runtime. Before this patch, the userspace class cache was not
flushed when a new policy was loaded. This led to SELinux-aware
processes performing invalid lookups if their lifecycle overlapped with
a policy load. Specif
Hi all
I realized that my project does not build anymore. Now a patch status
is required - but even when I put it in (the patch status), the error
does not go away:
ERROR: bootcommander-1.0-r0 do_patch: QA Issue: Missing Upstream-Status in patch
/mnt/data/yocto/bf133/meta-bf133/recipes-bsp/bootco
Daniel via
lists.yoctoproject.org<http://lists.yoctoproject.org>
mailto:vrag...@lists.yoctoproject.org>>
wrote:
Hi all
I realized that my project does not build anymore. Now a patch status
is required - but even when I put it in (the patch status), the error
does not go
Hi everybody
I am updating my setup for a custom system and I'm getting an error now
with the kernel. Everything works until packaging of the kernel, I now
get the error that the kernel image contains relocations in .text:
ERROR: linux-bf133-6.6.44-r0 do_package_qa: QA Issue: kernel-vmlinux: ELF
s up. Does this now
mean that my build ignores the QA of textrel for all packages?
Am Dienstag, dem 06.08.2024 um 10:58 -0700 schrieb Khem Raj:
On Tue, Aug 6, 2024 at 2:49 AM David Daniel via
lists.yoctoproject.org<http://lists.yoctoproject.org>
mailto:vrag...@lists.yoctoproject.
ld I look for the issue? I am
assuming that "depending" on a native python package would cause it to
be included in the SDK..? even thugh it is a python dependency?
This has worked for other recipies (non-python) dependencies.
It "feels" like somehow the python3 "i
Hi all
We received an iMX95 Dart evalkit board from Variscite and I am preparing our
bsp layer for the machine that will be derived from that board. Now I wanted to
integrate u-boot and imx-boot into our image and went ahead and took a look at
Variscites layers - they already provide some setup for
nd effort!
Am Mittwoch, dem 05.02.2025 um 15:38 + schrieb David Daniel via
lists.yoctoproject.org:
> Thanks a lot! I will try that tomorrow and see what I can find out.
>
> Am Mittwoch, dem 05.02.2025 um 15:15 +0100 schrieb Gyorgy Sarvari:
> > One generic thought, which may
etween the recipes. These signatures supposed to
> contain most (all?) relevant functions, variables and their values
> used
> for the task. At the first time I'd especially concentrate on
> variable
> names containing "BOOT", and maybe on the compiler flags.
>
&g
Hi all
I have a weird problem with my image that just popped up - I have a
custom machine (called bf133) that provides the kernel recipe (as
linux-bf133) wherein I specify the the machine as compatible. For some
reason though bitbake spits an error that the kernel is incompatible
with that machine
🙈️ It was an error in the MACHINEOVERRIDES assignment. Sorry for the
noise.
Am Freitag, dem 07.02.2025 um 11:50 + schrieb David Daniel via
lists.yoctoproject.org:
> Hi all
> I have a weird problem with my image that just popped up - I have a
> custom machine (called bf133) that pro
rd boots. So it must be
something within this image or u-boot itself I guess? Or do you mean
they put some signature or something in there?
Am Mittwoch, dem 05.02.2025 um 03:52 -0800 schrieb via
lists.yoctoproject.org:
> Hi Daniel!
> Hope you're well and good.
>
> From a first gl
Hi all
Some problem with the build of cargo just popped up. I am doing
currently builds on the master branches. It turns out after a sync of
my sources cargo does not build anymore. It spits weird error messages
that it cannot find the crate for libc:
can't find crate for `libc`
Somehow thing
it doesn't check if the content conflicts or not :)
>
> On 27.01.25 15:33, David Daniel via lists.yoctoproject.org wrote:
> > Ah I see. That's weird though, as the name is unique, it shouldn't
> > collide with any existing file. But adding as a patch sounds
> > reas
ng, it is possible that your dts
> file
> overwritten by the actual kernel source.
>
> Try adding it as a patch?
>
> On 27.01.25 12:12, David Daniel via lists.yoctoproject.org wrote:
> > Hi
> >
> > I am trying to figure out why the following snippet of a
Hi
I am trying to figure out why the following snippet of a kernel
.bbappend file does not populate the custom device tree source file in
the proper location:
FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
rieb Quentin Schulz:
> Hi David,
>
> On 1/27/25 12:12 PM, David Daniel via lists.yoctoproject.org wrote:
> > Hi
> >
> > I am trying to figure out why the following snippet of a kernel
> > .bbappend file does not populate the cus
I'm running into the below problem whilst trying to build python projects
against python3.12 under Scarthgap. Search engines turn up very little/nothing
relevant on the topic which leads me to think it must be something related to
my specific configuration but I am all out of ideas at this point
Answering my own question, having looked at what I dismissed as an irrelevant
post more thoroughly I spotted a potential source of the above. It appears the
python3 recipes pyconfig.h is getting clobbered by the tensorflow recipe which
I had previously built:
https://github.com/ribalda/meta-ten
77 matches
Mail list logo