|
Re: Bug in dunfell branch because of commit "sdk: fix relocate symlink failed"?
<matthias.klein@...> wrote:
I completed testing and the commit is in the group I sent to the list
for review earlier today. If there are no objections I'll send a pull
request early next
<matthias.klein@...> wrote:
I completed testing and the commit is in the group I sent to the list
for review earlier today. If there are no objections I'll send a pull
request early next
|
By
Steve Sakoman
·
#54644
·
|
|
PXE boot a yocto installed image and use it as install yocto on system
Hello,
I usually burn hddimg on a usb flash drive and use this usb flash drive to install yocto on my system. Now we have few systems deployed which are non-yocto. They can PXE boot. I wanted to use
Hello,
I usually burn hddimg on a usb flash drive and use this usb flash drive to install yocto on my system. Now we have few systems deployed which are non-yocto. They can PXE boot. I wanted to use
|
By
msg board
·
#54643
·
|
|
Re: Bug in dunfell branch because of commit "sdk: fix relocate symlink failed"?
Hello Steve,
Can you push the commit to the dunfell branch, or do I need to open an official bug somewhere, or what is the correct procedure?
Best regards,
Matthias
-----Ursprüngliche
Hello Steve,
Can you push the commit to the dunfell branch, or do I need to open an official bug somewhere, or what is the correct procedure?
Best regards,
Matthias
-----Ursprüngliche
|
By
Matthias Klein
·
#54642
·
|
|
Minutes: Yocto Project Weekly Triage Meeting 9/2/2021
Wiki: https://wiki.yoctoproject.org/wiki/Bug_Triage
Attendees: Alex, Bruce, Joshua, Randy, Richard, Ross, Saul, Stephen, Steve, Tim, Trevor
ARs: N/A
Wiki: https://wiki.yoctoproject.org/wiki/Bug_Triage
Attendees: Alex, Bruce, Joshua, Randy, Richard, Ross, Saul, Stephen, Steve, Tim, Trevor
ARs: N/A
|
By
Trevor Gamblin
·
#54641
·
|
|
Re: Bug in dunfell branch because of commit "sdk: fix relocate symlink failed"?
Hello Steve,
yes, that commit resolves the issue.
Best regards,
Matthias
-----Ursprüngliche Nachricht-----
Von: Steve Sakoman <steve@...>
Gesendet: Donnerstag, 2. September 2021 16:09
An:
Hello Steve,
yes, that commit resolves the issue.
Best regards,
Matthias
-----Ursprüngliche Nachricht-----
Von: Steve Sakoman <steve@...>
Gesendet: Donnerstag, 2. September 2021 16:09
An:
|
By
Matthias Klein
·
#54640
·
|
|
Re: Bug in dunfell branch because of commit "sdk: fix relocate symlink failed"?
<matthias.klein@...> wrote:
It appears that dunfell also should have:
https://git.openembedded.org/openembedded-core/commit/?id=bc4ee5453560dcefc4a4ecc5657df5cc1666e153
Could you see if this
<matthias.klein@...> wrote:
It appears that dunfell also should have:
https://git.openembedded.org/openembedded-core/commit/?id=bc4ee5453560dcefc4a4ecc5657df5cc1666e153
Could you see if this
|
By
Steve Sakoman
·
#54639
·
|
|
Bug in dunfell branch because of commit "sdk: fix relocate symlink failed"?
Hello,
the following commit needs the variable SDK_BUILD_PATH which doesn't seem to exist in the dunfell branch:
Hello,
the following commit needs the variable SDK_BUILD_PATH which doesn't seem to exist in the dunfell branch:
|
By
Matthias Klein
·
#54638
·
|
|
[PATCH][gatesgarth] config.json: drop redundant meta-kernel mentions
Signed-off-by: Ross Burton <ross.burton@...>
---
config.json | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/config.json b/config.json
index 5dda653..bee5350 100644
---
Signed-off-by: Ross Burton <ross.burton@...>
---
config.json | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/config.json b/config.json
index 5dda653..bee5350 100644
---
|
By
Ross Burton <ross@...>
·
#54637
·
|
|
Re: task do_patch does not exist
I think you need to move the recipe from a workspace to the layer first with 'devtool finish'. When the recipe is in a workspace, it's taking the source code from the workspace as well, and additional
I think you need to move the recipe from a workspace to the layer first with 'devtool finish'. When the recipe is in a workspace, it's taking the source code from the workspace as well, and additional
|
By
Alexander Kanavin
·
#54636
·
|
|
task do_patch does not exist
Hello. I created a recipe with the following command:
$ devtool add mosquitto
https://mosquitto.org/files/source/mosquitto-2.0.11.tar.gz
i got the file:
ivr@home-machine:~/work/yocto/build
$ cat
Hello. I created a recipe with the following command:
$ devtool add mosquitto
https://mosquitto.org/files/source/mosquitto-2.0.11.tar.gz
i got the file:
ivr@home-machine:~/work/yocto/build
$ cat
|
By
Ivan Riabtsov <ivriabtsov@...>
·
#54635
·
|
|
Re: gpsd [version 3.23; master branch]: Is it possible to include / enable ubxtool?
Hi Matthias,
Sorry for my quick and a bit oversimplified response. I did my first build on an older version (3.20) where ubxtool was not built but present in the repo root. I see now that in 3.23
Hi Matthias,
Sorry for my quick and a bit oversimplified response. I did my first build on an older version (3.20) where ubxtool was not built but present in the repo root. I see now that in 3.23
|
By
Peter Bergin
·
#54634
·
|
|
Re: porting riscv on openjdk
please use https://github.com/riscv/riscv-openjdk fork.
please use https://github.com/riscv/riscv-openjdk fork.
|
By
Khem Raj
·
#54633
·
|
|
Re: Issue baking a new layer for a custom kernel
#kernel
ensure that you are using same release branches for all layer repos
generally RDEPENDS and RRECOMMENDS should be replaced with
RDEPENDS_<pkgname> etc.
ensure that you are using same release branches for all layer repos
generally RDEPENDS and RRECOMMENDS should be replaced with
RDEPENDS_<pkgname> etc.
|
By
Khem Raj
·
#54632
·
|
|
Re: gpsd [version 3.23; master branch]: Is it possible to include / enable ubxtool?
Hello Peter,
I'm not sure it's that simple.
To me it looks like the recipe has bugs in python area, or my environment / build is causing problems.
In the log.do_compile file I see messages which
Hello Peter,
I'm not sure it's that simple.
To me it looks like the recipe has bugs in python area, or my environment / build is causing problems.
In the log.do_compile file I see messages which
|
By
Matthias Klein
·
#54631
·
|
|
porting riscv on openjdk
hi sir
i am trying to build openjdk on riscv but i am facing problem can you suggest what steps i need to follow
root@exaleapsemi-3:~/abhi/jdk# bash configure
configure: Configuration created at Thu
hi sir
i am trying to build openjdk on riscv but i am facing problem can you suggest what steps i need to follow
root@exaleapsemi-3:~/abhi/jdk# bash configure
configure: Configuration created at Thu
|
By
abhishek.kumar@...
·
#54630
·
|
|
Issue baking a new layer for a custom kernel
#kernel
Hi Group,
I am trying to add a new layer for a custom RTOS which supports RISCV32 architecture. When i run bitbake i bumped into following error:
"
ERROR:
Hi Group,
I am trying to add a new layer for a custom RTOS which supports RISCV32 architecture. When i run bitbake i bumped into following error:
"
ERROR:
|
By
nagesh shamnur <nagesh.shamnur@...>
·
#54629
·
|
|
[meta-security][PATCH] dm-verity-img.bbclass: Expose --data-block-size for configuration
From: Christer Fletcher <christer.fletcher@...>
Add DM_VERITY_IMAGE_DATA_BLOCK_SIZE to be able to set the
--data-block-size used in veritysetup. Tuning this value effects the
performance
From: Christer Fletcher <christer.fletcher@...>
Add DM_VERITY_IMAGE_DATA_BLOCK_SIZE to be able to set the
--data-block-size used in veritysetup. Tuning this value effects the
performance
|
By
Paulo Neves
·
#54628
·
|
|
Re: gpsd [version 3.23; master branch]: Is it possible to include / enable ubxtool?
Hi Matthias,
gpsd recipe is located in meta-oe. As the ubxtool file is present in the build it is possible to add it. Just make sure it is installed in the do_install step and then that the file is
Hi Matthias,
gpsd recipe is located in meta-oe. As the ubxtool file is present in the build it is possible to add it. Just make sure it is installed in the do_install step and then that the file is
|
By
Peter Bergin
·
#54627
·
|
|
Re: gpsd [version 3.23; master branch]: Is it possible to include / enable ubxtool?
To add every package (into poky) by every personal wish of any Yocto
user, or not to add any package without exclusion, that is the
question?
Why not to do addition of the proprietary layer for
To add every package (into poky) by every personal wish of any Yocto
user, or not to add any package without exclusion, that is the
question?
Why not to do addition of the proprietary layer for
|
By
Zoran
·
#54626
·
|
|
gpsd [version 3.23; master branch]: Is it possible to include / enable ubxtool?
Hello,
is it somehow possible to add the ubxtool in the gpsd-utils package?
(I use the current master branch)
Best regards,
Matthias
Hello,
is it somehow possible to add the ubxtool in the gpsd-utils package?
(I use the current master branch)
Best regards,
Matthias
|
By
Matthias Klein
·
#54625
·
|