|
Re: Novice question on makefile in yocto environment
Did anyone reply off list?
Did you have a look at using the SDK and tips in:
https://www.yoctoproject.org/docs/current/sdk-manual/sdk-manual.html#sdk-adding-makefile-only-software
Also, here's a
Did anyone reply off list?
Did you have a look at using the SDK and tips in:
https://www.yoctoproject.org/docs/current/sdk-manual/sdk-manual.html#sdk-adding-makefile-only-software
Also, here's a
|
By
Randy MacLeod
·
#49074
·
|
|
Re: Removing URL escapes from a Bitbake variable
Never mind. I found it. I did something like:
EXTERNAL_FILE="${@bb.fetch.decodeurl(d.getVar('EXTERNAL_URL',True))[2]}"
do_compile() {
do -something-with $(basename ${EXTERNAL_URL})
}
I would
Never mind. I found it. I did something like:
EXTERNAL_FILE="${@bb.fetch.decodeurl(d.getVar('EXTERNAL_URL',True))[2]}"
do_compile() {
do -something-with $(basename ${EXTERNAL_URL})
}
I would
|
By
Patrick Doyle <wpdster@...>
·
#49073
·
|
|
Removing URL escapes from a Bitbake variable
I have a recipe that looks something like this (I'm simplifying a bit here):
SRC_URI += "${EXTERNAL_URL}"
do_compile() {
do -something -with $(basename ${EXTERNAL_URL} .ext)
}
where EXTERNAL_URL
I have a recipe that looks something like this (I'm simplifying a bit here):
SRC_URI += "${EXTERNAL_URL}"
do_compile() {
do -something -with $(basename ${EXTERNAL_URL} .ext)
}
where EXTERNAL_URL
|
By
Patrick Doyle <wpdster@...>
·
#49072
·
|
|
M+ & H bugs with Milestone Movements WW14
All,
YP M+ or high bugs which moved to a new milestone in WW13 are listed below:
Priority
Bug ID
Short Description
Changer
Owner
Was
Became
Medium+
13023
Switch to memory resident bitbake
All,
YP M+ or high bugs which moved to a new milestone in WW13 are listed below:
Priority
Bug ID
Short Description
Changer
Owner
Was
Became
Medium+
13023
Switch to memory resident bitbake
|
By
Stephen Jolley
·
#49071
·
|
|
Enhancements/Bugs closed WW14!
All,
The below were the owners of enhancements or bugs closed during the last
All,
The below were the owners of enhancements or bugs closed during the last
|
By
Stephen Jolley
·
#49070
·
|
|
Yocto Project Newcomer & Unassigned Bugs - Help Needed
All,
The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on
All,
The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on
|
By
Stephen Jolley
·
#49069
·
|
|
Current Top developers on Yocto Project 3.1
All,
Below is the list as of top 45 developers as of the end of WW14 of who have open medium or higher bugs and enhancements against YP 3.1. There are 13 possible work days left until the final
All,
Below is the list as of top 45 developers as of the end of WW14 of who have open medium or higher bugs and enhancements against YP 3.1. There are 13 possible work days left until the final
|
By
Stephen Jolley
·
#49068
·
|
|
Reminder: Yocto Project Technical Team Meeting @ Monthly from 8am on the first Tuesday (PDT)
All,
Just a reminder we will hold the monthly Yocto Project Technical Meeting at 8am PST tomorrow. (4/7)
We will be discussing plans for YP 3.2 – See:
All,
Just a reminder we will hold the monthly Yocto Project Technical Meeting at 8am PST tomorrow. (4/7)
We will be discussing plans for YP 3.2 – See:
|
By
Stephen Jolley
·
#49067
·
|
|
u-boot factory reset
Hi,
First timecustomizing u-boot, forgive my basic question.
To implement afactory reset, my initramfs expects a ‘factoryreset’ kernelparameter to format an overlay FS partition before mounting
Hi,
First timecustomizing u-boot, forgive my basic question.
To implement afactory reset, my initramfs expects a ‘factoryreset’ kernelparameter to format an overlay FS partition before mounting
|
By
Damien LEFEVRE
·
#49066
·
|
|
Re: Any way to enable automatic package-index if rpms are changed?
I did start implementing this:
http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/log/?h=ross/index
I think it mostly worked but wasn't quite finished. If you're
interested please do grab those
I did start implementing this:
http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/log/?h=ross/index
I think it mostly worked but wasn't quite finished. If you're
interested please do grab those
|
By
Ross Burton <ross@...>
·
#49065
·
|
|
Re: Any way to enable automatic package-index if rpms are changed?
Not really, I don’t think bitbake has a way to build a recipe after all other recipes.
Alex
Not really, I don’t think bitbake has a way to build a recipe after all other recipes.
Alex
|
By
Alexander Kanavin
·
#49064
·
|
|
Any way to enable automatic package-index if rpms are changed?
One of my most frequent annoying mistakes is to forget to run package index.
It would be nice if I could INHERIT += "auto-package-index" or something like that.
Is there a hook that such a class would
One of my most frequent annoying mistakes is to forget to run package index.
It would be nice if I could INHERIT += "auto-package-index" or something like that.
Is there a hook that such a class would
|
By
Joel A Cohen
·
#49063
·
|
|
Error running GO-lang executable on target device
I am trying to run the yocto go example on my arm target device. This is the receipe I am using
I am trying to run the yocto go example on my arm target device. This is the receipe I am using
|
By
salman.isd@...
·
#49062
·
|
|
Re: yocto on tinkerbaord using meta-rockchip
Hi
On Mon, Mar 23, 2020 at 10:49 PM Michael Nazzareno Trimarchi via
Lists.Yoctoproject.Org
<michael=amarulasolutions.com@...> wrote:
I get some experience and get working the
Hi
On Mon, Mar 23, 2020 at 10:49 PM Michael Nazzareno Trimarchi via
Lists.Yoctoproject.Org
<michael=amarulasolutions.com@...> wrote:
I get some experience and get working the
|
By
Michael Nazzareno Trimarchi
·
#49061
·
|
|
wic files with multiple rootfs source plugins and rm_work enabled
I'm trying to create a multi-partition image, and just ran across a difficult to track-down issue that I'm a little curious about.
It's the intersection of rm_work, and needing to get to the sysroot
I'm trying to create a multi-partition image, and just ran across a difficult to track-down issue that I'm a little curious about.
It's the intersection of rm_work, and needing to get to the sysroot
|
By
Joel A Cohen
·
#49060
·
|
|
weston systemd and getty@tty1.service
Hi all, I spent the whole day today fixing this strange problem.
I was trying to get weston working with systemd under root (no other user installed).
Corresponding systemd service for weston is
Hi all, I spent the whole day today fixing this strange problem.
I was trying to get weston working with systemd under root (no other user installed).
Corresponding systemd service for weston is
|
By
timemaster@...
·
#49059
·
|
|
Re: Zeus - Post Build folder corruption
#yocto
That's not random, that's pieces of Py that presumably were not expanded.
Can you replicate this with just plain oe-core, or what layers/classes
do you have? I'm guessing something failed to do
That's not random, that's pieces of Py that presumably were not expanded.
Can you replicate this with just plain oe-core, or what layers/classes
do you have? I'm guessing something failed to do
|
By
Ross Burton <ross@...>
·
#49058
·
|
|
Re: Image size reduction
Hi All,
Thanks for your suggestions. I am working on your suggestions.
I will let you know if it did not work for me.
Regards,
Ajam Ali
Hi All,
Thanks for your suggestions. I am working on your suggestions.
I will let you know if it did not work for me.
Regards,
Ajam Ali
|
By
Ajam Ali
·
#49057
·
|
|
Re: Compressing btrfs image
Op 28-03-2020 om 21:06 schreef Konrad Weihmann:
You can loop mount the image file using udisksctl as an ordinary user, which mounts the image under /media/<user name>.
I wanted to take a snap shot,
Op 28-03-2020 om 21:06 schreef Konrad Weihmann:
You can loop mount the image file using udisksctl as an ordinary user, which mounts the image under /media/<user name>.
I wanted to take a snap shot,
|
By
Gmane Admin
·
#49056
·
|
|
Re: Image size reduction
Op 29-03-2020 om 18:28 schreef Ajam Ali:
So your project adds 3.1GB right
3.1GB is huge. Compare to f.i. Libreoffice (installed 0.5GB or so).
Either your own code has a lot of fat, or you are pulling
Op 29-03-2020 om 18:28 schreef Ajam Ali:
So your project adds 3.1GB right
3.1GB is huge. Compare to f.i. Libreoffice (installed 0.5GB or so).
Either your own code has a lot of fat, or you are pulling
|
By
Gmane Admin
·
#49055
·
|