|
split rootfs into partitions for rauc
Hi
Is it possible to split a rootfs image into two images for two partitions?
Let's say I have a rootfs, but I want to split out /usr/local/applicationx into
a separate image so that I can have it on
Hi
Is it possible to split a rootfs image into two images for two partitions?
Let's say I have a rootfs, but I want to split out /usr/local/applicationx into
a separate image so that I can have it on
|
By
Daniel Ammann
·
#50707
·
|
|
Re: RFC: Changes to meta-kernel layer
I would suggest calling it something like meta-kernel.org then. Naming something "vanilla" might cause confusion as well.
I would recommend maintaining a "kernel-stable" moving target recipe that
I would suggest calling it something like meta-kernel.org then. Naming something "vanilla" might cause confusion as well.
I would recommend maintaining a "kernel-stable" moving target recipe that
|
By
Bas Mevissen
·
#50706
·
|
|
RFC: Changes to meta-kernel layer
Hi folks,
After a bit of a break I'm looking again at the meta-kernel layer and I've got some changes planned. I'd like to get some feedback on these from anyone who has looked at or used the
Hi folks,
After a bit of a break I'm looking again at the meta-kernel layer and I've got some changes planned. I'd like to get some feedback on these from anyone who has looked at or used the
|
By
Paul Barker
·
#50705
·
|
|
Re: wvdial
It is the first local file on the list, so this hints that it is probably a file location issue and not a file naming one.
Here is your problem: this directory should be named "wvstreams"
It is the first local file on the list, so this hints that it is probably a file location issue and not a file naming one.
Here is your problem: this directory should be named "wvstreams"
|
By
Bas Mevissen
·
#50704
·
|
|
Re: wvdial
Hi
By
Quentin Schulz
·
#50703
·
|
|
Re: wvdial
Well, as you can see this directory is not one of the search paths in the log above. Rename file -> files
-- Maciej PijanowskiEmbedded Systems EngineerGPG: 9963C36AAC3B2B46https://3mdeb.com
Well, as you can see this directory is not one of the search paths in the log above. Rename file -> files
-- Maciej PijanowskiEmbedded Systems EngineerGPG: 9963C36AAC3B2B46https://3mdeb.com
|
By
Maciej Pijanowski
·
#50702
·
|
|
wvdial
Hi,
Here is the error now, all the files are there, it says that 04_signed_request.diff is not there:
WARNING: wvstreams-4.6.1-r0 do_fetch: Failed to fetch URL file://04_signed_request.diff,
Hi,
Here is the error now, all the files are there, it says that 04_signed_request.diff is not there:
WARNING: wvstreams-4.6.1-r0 do_fetch: Failed to fetch URL file://04_signed_request.diff,
|
By
Zoltan Kerenyi Nagy
·
#50701
·
|
|
[PATCH yocto-autobuilder-helper] janitor: Add the systemd unit file used on the autobuilder
Signed-off-by: Michael Halstead <mhalstead@...>
---
janitor/ab-janitor.service | 14 ++++++++++++++
1 file changed, 14 insertions(+)
create mode 100644
Signed-off-by: Michael Halstead <mhalstead@...>
---
janitor/ab-janitor.service | 14 ++++++++++++++
1 file changed, 14 insertions(+)
create mode 100644
|
By
Michael Halstead
·
#50700
·
|
|
Re: #yocto #sdk - meta-clang undefined references
#sdk
#yocto
Yes, I did this... I am currently down to 1 issue:
/ede/smonsees/yocto/test/beignet-Release_v1.3/backend/src/llvm/llvm_to_gen.cpp: In function ‘bool gbe::llvmToGen(gbe::ir::Unit&, const void*,
Yes, I did this... I am currently down to 1 issue:
/ede/smonsees/yocto/test/beignet-Release_v1.3/backend/src/llvm/llvm_to_gen.cpp: In function ‘bool gbe::llvmToGen(gbe::ir::Unit&, const void*,
|
By
Monsees, Steven C (US)
·
#50699
·
|
|
Re: #yocto #sdk - meta-clang undefined references
#sdk
#yocto
that means your link step is not linking libclang properly into your
app, perhaps change the order so -lclang appears last
<steven.monsees@...> wrote:
that means your link step is not linking libclang properly into your
app, perhaps change the order so -lclang appears last
<steven.monsees@...> wrote:
|
By
Khem Raj
·
#50698
·
|
|
Re: #yocto #sdk - meta-clang undefined references
#sdk
#yocto
Can you inspect the clang libs for these symbols?
On Wed, Sep 16, 2020 at 7:04 AM Monsees, Steven C (US) via
lists.yoctoproject.org
<steven.monsees=baesystems.com@...> wrote:
Can you inspect the clang libs for these symbols?
On Wed, Sep 16, 2020 at 7:04 AM Monsees, Steven C (US) via
lists.yoctoproject.org
<steven.monsees=baesystems.com@...> wrote:
|
By
Khem Raj
·
#50697
·
|
|
Re: #yocto #sdk - meta-clang undefined references
#sdk
#yocto
Found a cmake issue and fixed almost all of it, down to 1 missing reference:
/ede/smonsees/yocto/test/beignet-Release_v1.3/backend/src/llvm/llvm_to_gen.cpp: In function ‘bool
Found a cmake issue and fixed almost all of it, down to 1 missing reference:
/ede/smonsees/yocto/test/beignet-Release_v1.3/backend/src/llvm/llvm_to_gen.cpp: In function ‘bool
|
By
Monsees, Steven C (US)
·
#50696
·
|
|
Re: [meta-security][PATCH 2/2] apparmor: exclude mips, not supported
right. easy to fix when I commit. Have not built qemumip so its unknown
at this time.
-armin
right. easy to fix when I commit. Have not built qemumip so its unknown
at this time.
-armin
|
By
Armin Kuster
·
#50695
·
|
|
Re: #yocto #sdk - meta-clang undefined references
#sdk
#yocto
I can see that libclang is being included...so, not sure why when linking an executable these references are missing...
I can see that libclang is being included...so, not sure why when linking an executable these references are missing...
|
By
Monsees, Steven C (US)
·
#50694
·
|
|
Re: #yocto #sdk - meta-clang undefined references
#sdk
#yocto
It should be linking in libclang , I will validate...
Note performing 'nm' on libclang appear to show the majority present...
Question: if I needed to include a library, what/how would I modify a
It should be linking in libclang , I will validate...
Note performing 'nm' on libclang appear to show the majority present...
Question: if I needed to include a library, what/how would I modify a
|
By
Monsees, Steven C (US)
·
#50693
·
|
|
Re: [meta-security][PATCH 2/2] apparmor: exclude mips, not supported
title says mips but it actually is for mips64 only it seems.
title says mips but it actually is for mips64 only it seems.
|
By
Khem Raj
·
#50692
·
|
|
[meta-security][PATCH 2/2] apparmor: exclude mips, not supported
Signed-off-by: Armin Kuster <akuster808@...>
---
recipes-mac/AppArmor/apparmor_2.13.4.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/recipes-mac/AppArmor/apparmor_2.13.4.bb
Signed-off-by: Armin Kuster <akuster808@...>
---
recipes-mac/AppArmor/apparmor_2.13.4.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/recipes-mac/AppArmor/apparmor_2.13.4.bb
|
By
Armin Kuster
·
#50691
·
|
|
[meta-security][PATCH 1/2] packagegroup-core-security: add more pkgs to base group
Signed-off-by: Armin Kuster <akuster808@...>
---
.../packagegroup/packagegroup-core-security.bb | 17 +++++++++++++----
1 file changed, 13 insertions(+), 4 deletions(-)
diff --git
Signed-off-by: Armin Kuster <akuster808@...>
---
.../packagegroup/packagegroup-core-security.bb | 17 +++++++++++++----
1 file changed, 13 insertions(+), 4 deletions(-)
diff --git
|
By
Armin Kuster
·
#50690
·
|
|
Re: #yocto #sdk - meta-clang undefined references
#sdk
#yocto
On Tue, Sep 15, 2020 at 12:56 PM Monsees, Steven C (US) via
lists.yoctoproject.org
<steven.monsees=baesystems.com@...> wrote:
are you linking this library with libclang ? secondly,
On Tue, Sep 15, 2020 at 12:56 PM Monsees, Steven C (US) via
lists.yoctoproject.org
<steven.monsees=baesystems.com@...> wrote:
are you linking this library with libclang ? secondly,
|
By
Khem Raj
·
#50689
·
|
|
#yocto #sdk - meta-clang undefined references
#sdk
#yocto
I am building meta-clang (sumo based 6.0.1), with cmake (3.8.2), all under a standard SDK “rocko based” (2.4.1)…
Are the following routines accessible/supported under meta-clang ?
I am building meta-clang (sumo based 6.0.1), with cmake (3.8.2), all under a standard SDK “rocko based” (2.4.1)…
Are the following routines accessible/supported under meta-clang ?
|
By
Monsees, Steven C (US)
·
#50688
·
|