|
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
·
|
|
Re: [kernel] Why is do_kernel_metadata before do_patch?
For places I need to dump in a whole defconfig, I just copy it in as
part of SRC_URI:
SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git;branch=${KBRANCH}
\
For places I need to dump in a whole defconfig, I just copy it in as
part of SRC_URI:
SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git;branch=${KBRANCH}
\
|
By
Alex Kiernan
·
#48379
·
|
|
[meta-rockchip][PATCH 1/2] veyron-speedy: remove machine
This MACHINE hasn't built successfully in a long time, mostly because of the
vendor kernel. Remove it, and everything associated with it (that isn't used
anywhere else).
Signed-off-by: Trevor Woerner
This MACHINE hasn't built successfully in a long time, mostly because of the
vendor kernel. Remove it, and everything associated with it (that isn't used
anywhere else).
Signed-off-by: Trevor Woerner
|
By
Trevor Woerner
·
#48378
·
|
|
[meta-rockchip][PATCH 2/2] wic cleanup
Now that we've switched to using wic for image layout, we can remove the
unused recipes for proprietary vendor tools.
Signed-off-by: Trevor Woerner <twoerner@...>
---
Now that we've switched to using wic for image layout, we can remove the
unused recipes for proprietary vendor tools.
Signed-off-by: Trevor Woerner <twoerner@...>
---
|
By
Trevor Woerner
·
#48377
·
|