|
Re: meta-javascripts
On 4/23/20 1:28 AM, per@... wrote:
Hi,
I'm not a maintainer but you may want to see if you or other people are able to maintain
then as a open embedded layer as part
On 4/23/20 1:28 AM, per@... wrote:
Hi,
I'm not a maintainer but you may want to see if you or other people are able to maintain
then as a open embedded layer as part
|
By
Nicholas Krause
·
#49216
·
|
|
meta-javascripts
Hello fellow Yocto developers,
To be able todo efficient HTML5 programming we of course needs some javascript libraries.
I've not seen Yocto have them packaged so I made up this idea of putting them
Hello fellow Yocto developers,
To be able todo efficient HTML5 programming we of course needs some javascript libraries.
I've not seen Yocto have them packaged so I made up this idea of putting them
|
By
per@...
·
#49215
·
|
|
[PATCH yocto-autobuilder-helper 2/2] scripts/send-qa-email: fix bug in git push logic for yocto-testresults
We were mistakenly doing a force push if the branch was in either
BUILD_HISTORY_FORKPUSH or BUILD_HISTORY_DIRECTPUSH.
Now we force push for branches in BUILD_HISTORY_FORKPUSH, regular push
for
We were mistakenly doing a force push if the branch was in either
BUILD_HISTORY_FORKPUSH or BUILD_HISTORY_DIRECTPUSH.
Now we force push for branches in BUILD_HISTORY_FORKPUSH, regular push
for
|
By
Steve Sakoman
·
#49214
·
|
|
[PATCH yocto-autobuilder-helper 1/2] scripts/utils.py: Fix confusing naming of getcomparisonbranch() return value
Signed-off-by: Steve Sakoman <steve@...>
---
scripts/utils.py | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/scripts/utils.py b/scripts/utils.py
index
Signed-off-by: Steve Sakoman <steve@...>
---
scripts/utils.py | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/scripts/utils.py b/scripts/utils.py
index
|
By
Steve Sakoman
·
#49213
·
|
|
Re: Adding python3 remotely
Assuming you’re using the default rpm packaging, you can extract the contents of the rpm (from tmp/deploy/rpm/<target>) file to a staging directory using rpm2cpio and piping to cpio (easiest way I
Assuming you’re using the default rpm packaging, you can extract the contents of the rpm (from tmp/deploy/rpm/<target>) file to a staging directory using rpm2cpio and piping to cpio (easiest way I
|
By
Sean McKay
·
#49212
·
|
|
Re: HELP NEEDED TO ENABLE CUPS IN YOCTO
#cups
#yocto
#linux
Those recipes exist in other layers, meta-printing is dead so please
don't use it.
Ross
Those recipes exist in other layers, meta-printing is dead so please
don't use it.
Ross
|
By
Ross Burton <ross@...>
·
#49211
·
|
|
Re: HELP NEEDED TO ENABLE CUPS IN YOCTO
#cups
#yocto
#linux
This meta-printing layer has worked well for me in the past:
https://github.com/rossburton/meta-printing.git
I was using the 'morty' branch with a meta-ti BSP, so I can't testify to how well it works
This meta-printing layer has worked well for me in the past:
https://github.com/rossburton/meta-printing.git
I was using the 'morty' branch with a meta-ti BSP, so I can't testify to how well it works
|
By
Dan O'Donovan
·
#49210
·
|
|
Re: Building Qt5 toolchain for windows
Hello Joshua,
Thank you for your reply,
Just for information, I put the following parameters in local.conf
MACHINE ?= “qemuarm”
SDKMACHINE = “i686-mingw32”
Hello Joshua,
Thank you for your reply,
Just for information, I put the following parameters in local.conf
MACHINE ?= “qemuarm”
SDKMACHINE = “i686-mingw32”
|
By
David Fz <d.fourdrigniez@...>
·
#49209
·
|
|
Adding python3 remotely
Hi all -
I'd like to add python3 to my OS - I can add and build it just fine, but at the moment I can't physically access my board. I've never been able to get the OS to update properly remotely,
Hi all -
I'd like to add python3 to my OS - I can add and build it just fine, but at the moment I can't physically access my board. I've never been able to get the OS to update properly remotely,
|
By
Emily
·
#49208
·
|
|
Re: FYI: "which" program is broken by default on centos-8
On 4/21/20 5:42 PM, Joel A Cohen wrote:
Can you provide some way to reproduce this as Centos8 is one of the OS's used to build on for Dunfell and Master. Maybe we are missing a
On 4/21/20 5:42 PM, Joel A Cohen wrote:
Can you provide some way to reproduce this as Centos8 is one of the OS's used to build on for Dunfell and Master. Maybe we are missing a
|
By
Armin Kuster
·
#49207
·
|
|
Issue with mongodb 4.0.6 and openssl 1. 1.1 recipes
Hi All,
I have yocto Rocko, I need to port mongodb 4.0.6 with openssl 1.1.1 recipe. But there are errors in compilation of mongodb with this version of openssl 1.1.1. Please guide.
Sent from my
Hi All,
I have yocto Rocko, I need to port mongodb 4.0.6 with openssl 1.1.1 recipe. But there are errors in compilation of mongodb with this version of openssl 1.1.1. Please guide.
Sent from my
|
By
amaya jindal
·
#49206
·
|
|
Re: [yocto-announce] [ANNOUNCEMENT] Yocto Project 3.1 LTS (Dunfell 23.0.0) is Released
"Vineela" <vineela.tummalapalli@...> wrote:
Congratulations to everyone involved in this release! Despite some resourcing
changes and challenging times in the wider world, Yocto Project is
"Vineela" <vineela.tummalapalli@...> wrote:
Congratulations to everyone involved in this release! Despite some resourcing
changes and challenging times in the wider world, Yocto Project is
|
By
Paul Barker
·
#49205
·
|
|
Re: OpenEmbedded developers virtual happy hour
"Philip Balister" <philip@...> wrote:
Sounds like an excellent idea, thanks for organising this! I'll see you
all there.
--
Paul Barker
Konsulko Group
"Philip Balister" <philip@...> wrote:
Sounds like an excellent idea, thanks for organising this! I'll see you
all there.
--
Paul Barker
Konsulko Group
|
By
Paul Barker
·
#49204
·
|
|
Re: HELP NEEDED TO ENABLE CUPS IN YOCTO
#cups
#yocto
#linux
Hi,
Does anyone here know how to configure CUPS in Yocto to enable printing functionality?
Your reply will be much appreciated
Thanks
Sheng Leong
Hi,
Does anyone here know how to configure CUPS in Yocto to enable printing functionality?
Your reply will be much appreciated
Thanks
Sheng Leong
|
By
Soi, Sheng Leong
·
#49203
·
|
|
FYI: "which" program is broken by default on centos-8
Centos 8 'which' installs an alias by default: alias which='(alias; typeset -f) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot'
This comes from the which rpm, in
Centos 8 'which' installs an alias by default: alias which='(alias; typeset -f) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot'
This comes from the which rpm, in
|
By
Joel A Cohen
·
#49202
·
|
|
[ANNOUNCEMENT] Yocto Project 3.1 LTS (Dunfell 23.0.0) is Released
Hello,
We are pleased to announce the Yocto Project 3.1 (dunfell-23.0.0) LTS Release and is now available for
Hello,
We are pleased to announce the Yocto Project 3.1 (dunfell-23.0.0) LTS Release and is now available for
|
By
Vineela
·
#49201
·
|
|
OpenEmbedded developers virtual happy hour
We (the OpenEmbedded board, with help from Automotive Grade Linux who
are providing the meeting "space") would like to invite you a a virtual
happy hour on April 29 at Noon EDT, 6PM CET (Is that the
We (the OpenEmbedded board, with help from Automotive Grade Linux who
are providing the meeting "space") would like to invite you a a virtual
happy hour on April 29 at Noon EDT, 6PM CET (Is that the
|
By
Philip Balister
·
#49200
·
|
|
Enabling SELinux in an application
#selinux
I am with The Middleby Corporation. We manufacture a wide variety of commercial ovens, ice machines, coffee brewers, microwaves, soft-serve machines and virtually anything you’d find in a
I am with The Middleby Corporation. We manufacture a wide variety of commercial ovens, ice machines, coffee brewers, microwaves, soft-serve machines and virtually anything you’d find in a
|
By
Cguerin@...
·
#49199
·
|
|
Re: Building Qt5 toolchain for windows
On 4/21/20 1:00 PM, d.fourdrigniez@... wrote:
I don't actually know a whole lot about cmake/qt5, so I'm not sure what would need to be done (other than what I've already stated
On 4/21/20 1:00 PM, d.fourdrigniez@... wrote:
I don't actually know a whole lot about cmake/qt5, so I'm not sure what would need to be done (other than what I've already stated
|
By
Joshua Watt
·
#49198
·
|
|
Re: Building XFS images
<drew.moseley=northern.tech@...> wrote:
Right, to loopback mount you need to be root, and there's only so much
magic pseudo can do. Even if you could loopback mount as a
<drew.moseley=northern.tech@...> wrote:
Right, to loopback mount you need to be root, and there's only so much
magic pseudo can do. Even if you could loopback mount as a
|
By
Ross Burton <ross@...>
·
#49197
·
|