|
Re: should all "IMAGE_INSTALL +=" become "IMAGE_INSTALL_append"?
You are referring to section 5.2.1 if I am not correct, not 3.2.1?
The context is important here. 5.2.1 is discussing using the variable as part of your local.conf. Which is
a
You are referring to section 5.2.1 if I am not correct, not 3.2.1?
The context is important here. 5.2.1 is discussing using the variable as part of your local.conf. Which is
a
|
By
Jeremy Puhlman
·
#48399
·
|
|
should all "IMAGE_INSTALL +=" become "IMAGE_INSTALL_append"?
again, some nitpickiness, but in the current YP dev manual, section
3.2.1, the manual is quite explicit about using "_append" with
IMAGE_INSTALL:
"Furthermore, you must use _append instead of the +=
again, some nitpickiness, but in the current YP dev manual, section
3.2.1, the manual is quite explicit about using "_append" with
IMAGE_INSTALL:
"Furthermore, you must use _append instead of the +=
|
By
Robert P. J. Day
·
#48398
·
|
|
[PATCH] dev-manual: layer priority takes precedence over PV
Clarify that if there are multiple recipes with the same name, the
recipe with the highest PV from the highest priority layer will be the
one selected.
Signed-off-by: Robert P. J. Day
Clarify that if there are multiple recipes with the same name, the
recipe with the highest PV from the highest priority layer will be the
one selected.
Signed-off-by: Robert P. J. Day
|
By
Robert P. J. Day
·
#48397
·
|
|
Re: Incrementally building constantly changing application source in a workflow-friendly way with
#yocto
You can specify a directory relative to the one the recipe is in in SRC_URI. Bitbake will checksum all files in it (so will trigger a re-build if they change), and will copy the directory into the
You can specify a directory relative to the one the recipe is in in SRC_URI. Bitbake will checksum all files in it (so will trigger a re-build if they change), and will copy the directory into the
|
By
Alexander Kanavin
·
#48396
·
|
|
Incrementally building constantly changing application source in a workflow-friendly way with
#yocto
I am defining a meta-layer with our business logic (applications), one or two recipes and an image definition. I would like to maintain the C/C++ sources with this meta-layer in a single repository,
I am defining a meta-layer with our business logic (applications), one or two recipes and an image definition. I would like to maintain the C/C++ sources with this meta-layer in a single repository,
|
By
Pieter Smith
·
#48395
·
|
|
Re: dev-manual: differing versions of same recipe in different priority layers?
i'm betting i'm going to find all of them eventually. :-)
right ... higher layer priority takes precedence over higher version
number. i'll submit something for that.
rday
i'm betting i'm going to find all of them eventually. :-)
right ... higher layer priority takes precedence over higher version
number. i'll submit something for that.
rday
|
By
Robert P. J. Day
·
#48394
·
|
|
Re: dev-manual: differing versions of same recipe in different priority layers?
Hello Robert,
<rpjday@...> wrote:
Yes, this should be re-worded. This is actually a FAQ.
(I remember more sentences like this exist, that especially for
non-English speakers might be
Hello Robert,
<rpjday@...> wrote:
Yes, this should be re-worded. This is actually a FAQ.
(I remember more sentences like this exist, that especially for
non-English speakers might be
|
By
Leon Woestenberg
·
#48393
·
|
|
Re: [PATCH] overview-manual: minor editing, rendering, wording changes
Robert,
On 2/13/20 1:04 AM, rpjday@... wrote:
Please send doc changes to the docs@...
- armin
Robert,
On 2/13/20 1:04 AM, rpjday@... wrote:
Please send doc changes to the docs@...
- armin
|
By
Armin Kuster
·
#48392
·
|
|
dev-manual: differing versions of same recipe in different priority layers?
in the YP dev manual, section 3.1.6, there is a maddeningly vague
note:
"It is possible for a recipe with a lower version number PV in a layer
that has a higher priority to take precedence."
so
in the YP dev manual, section 3.1.6, there is a maddeningly vague
note:
"It is possible for a recipe with a lower version number PV in a layer
that has a higher priority to take precedence."
so
|
By
Robert P. J. Day
·
#48391
·
|
|
[PATCH] dev-manual: chs 1,2; rewording, cleanup
Also removal of way too much unnecessary capitalization.
Signed-off-by: Robert P. J. Day <rpjday@...>
---
diff --git a/documentation/dev-manual/dev-manual-intro.xml
Also removal of way too much unnecessary capitalization.
Signed-off-by: Robert P. J. Day <rpjday@...>
---
diff --git a/documentation/dev-manual/dev-manual-intro.xml
|
By
Robert P. J. Day
·
#48390
·
|
|
[psplash][PATCH 1/1] psplash-fb: Avoid racing issues on reading fb0
When starting psplash as early as possible in the boot process, the fb
device node might not be ready. This patch adds a loop on reading the
fb0 device with a timeout of 5 seconds.
Signed-off-by:
When starting psplash as early as possible in the boot process, the fb
device node might not be ready. This patch adds a loop on reading the
fb0 device with a timeout of 5 seconds.
Signed-off-by:
|
By
Andrei Gherzan
·
#48389
·
|
|
[PATCH] overview-manual: minor editing, rendering, wording changes
Signed-off-by: Robert P. J. Day <rpjday@...>
---
diff --git a/documentation/overview-manual/overview-manual-concepts.xml b/documentation/overview-manual/overview-manual-concepts.xml
index
Signed-off-by: Robert P. J. Day <rpjday@...>
---
diff --git a/documentation/overview-manual/overview-manual-concepts.xml b/documentation/overview-manual/overview-manual-concepts.xml
index
|
By
Robert P. J. Day
·
#48388
·
|
|
[meta-security][PATCH] python3-fail2ban: add 2-3 conversion changes
Had to use the fail2ban-2.3 program to create py3 code
Add it as a patch
Signed-off-by: Armin Kuster <akuster808@...>
---
...0001-python3-fail2ban-2-3-conversion.patch | 2527
Had to use the fail2ban-2.3 program to create py3 code
Add it as a patch
Signed-off-by: Armin Kuster <akuster808@...>
---
...0001-python3-fail2ban-2-3-conversion.patch | 2527
|
By
Armin Kuster
·
#48387
·
|
|
Re: QA notification for completed autobuilder build (yocto-3.0.2.rc2)
That sounds great.
I appreciate both QA teams and their effort towards ensuring the stabled
branch quality.
regards,
Armin
That sounds great.
I appreciate both QA teams and their effort towards ensuring the stabled
branch quality.
regards,
Armin
|
By
Armin Kuster
·
#48386
·
|
|
Re: QA notification for completed autobuilder build (yocto-3.0.2.rc2)
Hello All,
Intel and WR YP QA is planning for QA execution for YP build yocto-3.0.2.rc2 starting from WW8.1
We are planning to execute following tests for this cycle:
OEQA-manual tests for following
Hello All,
Intel and WR YP QA is planning for QA execution for YP build yocto-3.0.2.rc2 starting from WW8.1
We are planning to execute following tests for this cycle:
OEQA-manual tests for following
|
By
Sangeeta Jain
·
#48385
·
|
|
Re: #yocto update the kernel with a rauc bundle
#yocto
Hi Hans,
Am 12.02.20 um 18:54 schrieb Hans-Ulrich Schlieben:
a RAUC bundle can contain images for multiple partitions / slots.
You just have to specify them in your system.conf to make them
Hi Hans,
Am 12.02.20 um 18:54 schrieb Hans-Ulrich Schlieben:
a RAUC bundle can contain images for multiple partitions / slots.
You just have to specify them in your system.conf to make them
|
By
Enrico Jörns
·
#48384
·
|
|
#raspberrypi #yocto Adding delay for initiation / startup of usb connected device
#raspberrypi
#yocto
Hi!
I am having problems with my raspberry pi3 a+ yocto thud build when connecting a LTE E3372 modem. Sometimes it works but most of the times the startup of the LTE device interfere with
Hi!
I am having problems with my raspberry pi3 a+ yocto thud build when connecting a LTE E3372 modem. Sometimes it works but most of the times the startup of the LTE device interfere with
|
By
markus4dev@...
·
#48383
·
|
|
Re: [yocto-builds] /sbin/telinit conflicts between systemd and sysvinit in yocto 2.6.3
Hi Vijay,
Note that the yocto-builds list is for automated tests and reports.
The usual list is:
yocto@...
See below for my reply once I address
Hi Vijay,
Note that the yocto-builds list is for automated tests and reports.
The usual list is:
yocto@...
See below for my reply once I address
|
By
Randy MacLeod
·
#48382
·
|
|
Re: Creating a QEmu (x86-64) Image, which can execute binary applications from other x86-64 linux OSes
right, if you built multilib image then it will be using /lib64
right, if you built multilib image then it will be using /lib64
|
By
Khem Raj
·
#48381
·
|
|
#yocto update the kernel with a rauc bundle
#yocto
Hi,
i have a working configuration with images and rauc bundles. My problem is that kernel and devicetree are located outside the rootfs and so a bundle update never includes these.
My image.wks looks
Hi,
i have a working configuration with images and rauc bundles. My problem is that kernel and devicetree are located outside the rootfs and so a bundle update never includes these.
My image.wks looks
|
By
Hans-Ulrich Schlieben
·
#48380
·
|