|
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 intended
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 intended
|
By
Robert P. J. Day
· #52109
·
|
|
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 ko
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 ko
|
By
Robert P. J. Day
· #52105
·
|
|
#yocto #kernel setting up PREMIRRORS under zeus
#yocto
#kernel
not sure why that wouldn't work, it's what i've used for years. rday
not sure why that wouldn't work, it's what i've used for years. rday
|
By
Robert P. J. Day
· #52076
·
|
|
why would "file" command not print out "ISO 9660" for .iso image?
was just handed this little puzzler and, before i dive into it, perhaps someone has an answer. in working WRL9/morty system, the "file" command (file_5.28.bb) is used to determine whether a file is a
was just handed this little puzzler and, before i dive into it, perhaps someone has an answer. in working WRL9/morty system, the "file" command (file_5.28.bb) is used to determine whether a file is a
|
By
Robert P. J. Day
· #51952
·
|
|
Prevent WIC image from being built?
pedantry, but i'm fairly sure "=" would have sufficed; there was no need to use "+=" here. rday
pedantry, but i'm fairly sure "=" would have sufficed; there was no need to use "+=" here. rday
|
By
Robert P. J. Day
· #51856
·
|
|
recommendations for (YP-based) linux-powered drones?
friend recently asked me for recommendations for entry-level, linux-based drones whose software is generated by yocto project, so it could be used as a learning experience. as in, the fun would be in
friend recently asked me for recommendations for entry-level, linux-based drones whose software is generated by yocto project, so it could be used as a learning experience. as in, the fun would be in
|
By
Robert P. J. Day
· #51844
·
|
|
obvious(?) ruby error: adding erroneous second ".gemspec" suffix
i'm not fluent enough in ruby to want to submit a patch for this, so i'll let someone higher up the food chain handle it. trying to build a number of "native" ruby recipes from meta-openstack, and get
i'm not fluent enough in ruby to want to submit a patch for this, so i'll let someone higher up the food chain handle it. trying to build a number of "native" ruby recipes from meta-openstack, and get
|
By
Robert P. J. Day
· #51833
·
|
|
is there a focused place to ask about ruby/gems WRT yocto building?
to prepare for trying to build a number of ruby gems for WR LTS19 (effectively zeus, as always), i thought i'd start simple and begin with building for qemux86-64 with gatesgarth so i could plausibly
to prepare for trying to build a number of ruby gems for WR LTS19 (effectively zeus, as always), i thought i'd start simple and begin with building for qemux86-64 with gatesgarth so i could plausibly
|
By
Robert P. J. Day
· #51832
·
|
|
Can a single recipe .bb file be used to generate both Python2 and Python3 packages?
i suspected as much, i just wanted to confirm there was no super-clever way to do this. rday
i suspected as much, i just wanted to confirm there was no super-clever way to do this. rday
|
By
Robert P. J. Day
· #51817
·
|
|
Can a single recipe .bb file be used to generate both Python2 and Python3 packages?
Strange request earlier this week -- I was asked how *one* Python recipe file could be used to generate both Python2 and Python3 packages to be installed in the final image. I had never heard of such
Strange request earlier this week -- I was asked how *one* Python recipe file could be used to generate both Python2 and Python3 packages to be installed in the final image. I had never heard of such
|
By
Robert P. J. Day
· #51814
·
|
|
how to install/package debug version of library *not* in /usr/lib64/.debug?
just got an interesting request from a colleague ... for reasons i will explain shortly, it's necessary to build both the normal and debug versions of a library, but for the debug version to be instal
just got an interesting request from a colleague ... for reasons i will explain shortly, it's necessary to build both the normal and debug versions of a library, but for the debug version to be instal
|
By
Robert P. J. Day
· #51800
·
|
|
"cleanest" way to resolve python2/python3 recipe file install conflicts?
was recently presented with the following issue involving a zeus-based (actually, wind river LTS19-based -- effectively much the same) issue. group wants to move many python2 recipes to python3, but t
was recently presented with the following issue involving a zeus-based (actually, wind river LTS19-based -- effectively much the same) issue. group wants to move many python2 recipes to python3, but t
|
By
Robert P. J. Day
· #51668
·
|
|
Using OVERRIDES to set variables from outside the recipe file
i'm going to weigh in on this, as it *seems* that andrew has the same misunderstanding i had when, lo those many years ago, i read that section in the BB manual, and read this: OVERRIDES = "architectu
i'm going to weigh in on this, as it *seems* that andrew has the same misunderstanding i had when, lo those many years ago, i read that section in the BB manual, and read this: OVERRIDES = "architectu
|
By
Robert P. J. Day
· #51628
·
|
|
How to add Python3 json module in Yocto
simply adding a recipe to your layer is not sufficient ... you need to specifically say you want a package added to your image with, perhaps, adding the line: IMAGE_INSTALL_append = " <package> <packa
simply adding a recipe to your layer is not sufficient ... you need to specifically say you want a package added to your image with, perhaps, adding the line: IMAGE_INSTALL_append = " <package> <packa
|
By
Robert P. J. Day
· #51555
·
|
|
OE/YP equivalent to 'mtree'?
colleague wants to know if there is something available in an OE/YP layer equivalent to mtree: https://linux.die.net/man/8/mtree i'm looking at a few possibilities right now but nothing seems really e
colleague wants to know if there is something available in an OE/YP layer equivalent to mtree: https://linux.die.net/man/8/mtree i'm looking at a few possibilities right now but nothing seems really e
|
By
Robert P. J. Day
· #51531
·
|
|
strange meta-security bbappend file with two percent signs
while the bitbake user manual insists: "The use of the ” % ” character is limited in that it only works directly in front of the .bbappend portion of the append file’s name. You cannot use the wildcar
while the bitbake user manual insists: "The use of the ” % ” character is limited in that it only works directly in front of the .bbappend portion of the append file’s name. You cannot use the wildcar
|
By
Robert P. J. Day
· #51518
·
|
|
Best convention for FILES variable
pedantically speaking, since you're using "+=", you don't need those leading spaces. rday
pedantically speaking, since you're using "+=", you don't need those leading spaces. rday
|
By
Robert P. J. Day
· #51517
·
|
|
is there a way to centralize numerous BBCLASSEXTEND settings?
related to something i asked a while back, i have a layer in front of me wherein dozens and dozens of .bbappend files exist for no other purpose than to contain the single line: BBCLASSEXTEND += "nati
related to something i asked a while back, i have a layer in front of me wherein dozens and dozens of .bbappend files exist for no other purpose than to contain the single line: BBCLASSEXTEND += "nati
|
By
Robert P. J. Day
· #51385
·
|
|
how to use meta-cpan layer in a reproducible way?
colleague wants to add some perl recipes to a zeus-based image, and found the meta-cpan layer, which contains a number of desired recipes, but the structure of that layer seems a bit sparse. first, he
colleague wants to add some perl recipes to a zeus-based image, and found the meta-cpan layer, which contains a number of desired recipes, but the structure of that layer seems a bit sparse. first, he
|
By
Robert P. J. Day
· #51264
·
|
|
Using RDEPENDS in bbappend files to install additional packages?
Another question regarding recipe/coding style (based on actual examples I run across in existing code bases). In one vendor's layer, in file "lighttpd_1.4.%.bbappend", I read: RDEPENDS_${PN} += " \ l
Another question regarding recipe/coding style (based on actual examples I run across in existing code bases). In one vendor's layer, in file "lighttpd_1.4.%.bbappend", I read: RDEPENDS_${PN} += " \ l
|
By
Robert P. J. Day
· #51100
·
|