|
#yocto bbappenf question
#yocto
What does it mean when a bbappend files does something like the following to a task layer ?
do_install() {
:
}
Thanks,
Steve
What does it mean when a bbappend files does something like the following to a task layer ?
do_install() {
:
}
Thanks,
Steve
|
By
Monsees, Steven C (US)
·
#52116
·
|
|
Issue with packaging a systemd-nspawn container and have it autostart
Hello,
I am trying to create a recipe for a package that contains a whole systemd-nspawn container (a rootfs that goes into /var/lib/machines/mycontainer) and a system nspawn config file that goes
Hello,
I am trying to create a recipe for a package that contains a whole systemd-nspawn container (a rootfs that goes into /var/lib/machines/mycontainer) and a system nspawn config file that goes
|
By
François GOUDAL
·
#52115
·
|
|
Different raspberry pi 4 and 3 on same SD card
Hello,
I am trying to build a image that work on a raspberry pi 3 and 4.
Does anyone know a way of doing this?
I have tryied copying over bcm2710-rpi-3-b.dtb kernel7.img (the RPi3 kernel) over to
Hello,
I am trying to build a image that work on a raspberry pi 3 and 4.
Does anyone know a way of doing this?
I have tryied copying over bcm2710-rpi-3-b.dtb kernel7.img (the RPi3 kernel) over to
|
By
Ed Watson
·
#52114
·
|
|
Re: Points to consider while moving to new yocto versions
Yes, there are significant diffferences in gcc, see:
https://gcc.gnu.org/gcc-5/porting_to.html
https://gcc.gnu.org/gcc-6/porting_to.html
https://gcc.gnu.org/gcc-7/porting_to.html
The recipes in public
Yes, there are significant diffferences in gcc, see:
https://gcc.gnu.org/gcc-5/porting_to.html
https://gcc.gnu.org/gcc-6/porting_to.html
https://gcc.gnu.org/gcc-7/porting_to.html
The recipes in public
|
By
Martin Jansa
·
#52113
·
|
|
Re: any interest in an official "meta-rubygems" layer?
and a short example of how it's used
inherit rubygems
LICENSE = "BSD-2-Clause"
LIC_FILES_CHKSUM = "file://License.txt;md5=8f085d0bb9ef0d1705dc5fd61aaaffa1"
SRC_URI[sha256sum]
and a short example of how it's used
inherit rubygems
LICENSE = "BSD-2-Clause"
LIC_FILES_CHKSUM = "file://License.txt;md5=8f085d0bb9ef0d1705dc5fd61aaaffa1"
SRC_URI[sha256sum]
|
By
Jack Mitchell
·
#52112
·
|
|
Re: any interest in an official "meta-rubygems" layer?
Please find attached, it's basically the old ruby class with only
support for pure RubyGems (i.e. no cross-compiling) with some influence
from the pypi class for grabbing and compiling a
Please find attached, it's basically the old ruby class with only
support for pure RubyGems (i.e. no cross-compiling) with some influence
from the pypi class for grabbing and compiling a
|
By
Jack Mitchell
·
#52111
·
|
|
Re: Points to consider while moving to new yocto versions
Thankyou for your comments and guidance.
Currently i am trying to first move from krogoth version of yocto to rocko version first that will suffice our requirements but i need to understand whether
Thankyou for your comments and guidance.
Currently i am trying to first move from krogoth version of yocto to rocko version first that will suffice our requirements but i need to understand whether
|
By
amaya jindal
·
#52110
·
|
|
Re: any interest in an official "meta-rubygems" layer?
On Wed, 27 Jan 2021, Jack Mitchell wrote:
... snip ...
> Hi Robert,
>
> This is something I would be interested in. I have a developed a
> much more basic rubygems class privately which I had
On Wed, 27 Jan 2021, Jack Mitchell wrote:
... snip ...
> Hi Robert,
>
> This is something I would be interested in. I have a developed a
> much more basic rubygems class privately which I had
|
By
Robert P. J. Day
·
#52109
·
|
|
CMake cannot find installed package
#yocto
Hi,
I had installed a library into the build by writing my own recipe, but cmake couldn't find my installed package. Please anyone suggest what I have to add in my recipe?
CMake Error at
Hi,
I had installed a library into the build by writing my own recipe, but cmake couldn't find my installed package. Please anyone suggest what I have to add in my recipe?
CMake Error at
|
By
Vijay Rakesh Munganda
·
#52108
·
|
|
[meta-zephyr] bitbake zephyr-helloworld configure failure
Using master branch
MACHINE=96b_nitrogen bitbake zephyr-helloworld creates a configure error due to a failure for native python to import ruamel.
I fixed this temporarily by creating a
Using master branch
MACHINE=96b_nitrogen bitbake zephyr-helloworld creates a configure error due to a failure for native python to import ruamel.
I fixed this temporarily by creating a
|
By
Peter Smith <salerio@...>
·
#52107
·
|
|
Re: any interest in an official "meta-rubygems" layer?
Hi Robert,
This is something I would be interested in. I have a developed a much
more basic rubygems class privately which I had intended to opensource
and create a similar later, so it would be nice
Hi Robert,
This is something I would be interested in. I have a developed a much
more basic rubygems class privately which I had intended to opensource
and create a similar later, so it would be nice
|
By
Jack Mitchell
·
#52106
·
|
|
any interest in an official "meta-rubygems" layer?
since it appears that i will be diving head-first into messing with
ruby in some current YP builds, is there any interest in creating a
meta-rubygems layer to start collecting recipes based on what
since it appears that i will be diving head-first into messing with
ruby in some current YP builds, is there any interest in creating a
meta-rubygems layer to start collecting recipes based on what
|
By
Robert P. J. Day
·
#52105
·
|
|
Re: QA notification for completed autobuilder build (yocto-3.3_M2.rc1)
Hi All,
This is the full report for yocto-3.3_M2.rc1:
https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=intel-yocto-testresults
======= Summary ========
No high
Hi All,
This is the full report for yocto-3.3_M2.rc1:
https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=intel-yocto-testresults
======= Summary ========
No high
|
By
Sangeeta Jain
·
#52104
·
|
|
Re: openjdk-8 multilib
Thanks, Richard. That's what I thought it is. Essentially, the includes are, as expected, resolved at parse time of the recipes, which makes entirely sense. The include files themselves conditionally
Thanks, Richard. That's what I thought it is. Essentially, the includes are, as expected, resolved at parse time of the recipes, which makes entirely sense. The include files themselves conditionally
|
By
Rudolf J Streif
·
#52103
·
|
|
Re: openjdk-8 multilib
I suspect that at this point in the parse, the mulitlib code hasn't
swizzled the bits around so it still looks like the main lib rather
than the mutlilib.
Including a variable in a require like that
I suspect that at this point in the parse, the mulitlib code hasn't
swizzled the bits around so it still looks like the main lib rather
than the mutlilib.
Including a variable in a require like that
|
By
Richard Purdie
·
#52102
·
|
|
openjdk-8 multilib
I have been scratching my head over building openjdk-8 with multilib for an aarch64 system. Essentially, I want to use 32-bit OpenJDK on the 64-bit system.
Theoretically adding to local.conf
require
I have been scratching my head over building openjdk-8 with multilib for an aarch64 system. Essentially, I want to use 32-bit OpenJDK on the 64-bit system.
Theoretically adding to local.conf
require
|
By
Rudolf J Streif
·
#52101
·
|
|
M+ & H bugs with Milestone Movements WW04
All,
YP M+ or high bugs which moved to a new milestone in WW04 are listed below:
Priority
Bug ID
Short Description
Changer
Owner
Was
Became
Medium+
13888
Toaster is not starting for
All,
YP M+ or high bugs which moved to a new milestone in WW04 are listed below:
Priority
Bug ID
Short Description
Changer
Owner
Was
Became
Medium+
13888
Toaster is not starting for
|
By
Stephen Jolley
·
#52100
·
|
|
Enhancements/Bugs closed WW04!
All,
The below were the owners of enhancements or bugs closed during the last week!
Who
Count
anuj.mittal@...
2
akuster808@...
1
richard.purdie@...
1
david.reyna@...
1
Grand
All,
The below were the owners of enhancements or bugs closed during the last week!
Who
Count
anuj.mittal@...
2
akuster808@...
1
richard.purdie@...
1
david.reyna@...
1
Grand
|
By
Stephen Jolley
·
#52099
·
|
|
Current high bug count owners for Yocto Project 3.3
All,
Below is the list as of top 50 bug owners as of the end of WW04 of who have open medium or higher bugs and enhancements against YP 3.3. There are 67 possible work days left until the final
All,
Below is the list as of top 50 bug owners as of the end of WW04 of who have open medium or higher bugs and enhancements against YP 3.3. There are 67 possible work days left until the final
|
By
Stephen Jolley
·
#52098
·
|
|
Yocto Project Status WW04`21
Current Dev Position: YP 3.3 M3 development
Next Deadline: 1st March 2021 YP 3.3 M3 build
Next Team Meetings:
Bug Triage meeting Thursday Jan. 28th at 7:30am PDT
Current Dev Position: YP 3.3 M3 development
Next Deadline: 1st March 2021 YP 3.3 M3 build
Next Team Meetings:
Bug Triage meeting Thursday Jan. 28th at 7:30am PDT
|
By
Stephen Jolley
·
#52097
·
|