|
slightly weird use of PACKAGECONFIG in bbappend file?
currently updating lots of YP class notes, and writing a short section on "coding style", and ran across the following oddity(?) related to PACKAGECONFIG (all on master branches). i noticed in oe-core
currently updating lots of YP class notes, and writing a short section on "coding style", and ran across the following oddity(?) related to PACKAGECONFIG (all on master branches). i noticed in oe-core
|
By
Robert P. J. Day
· #51091
·
|
|
File collision: same path from 2 recipes
Quoting Laurent Gauthier <laurent.gauthier@...>: I was just about to weigh in on this as I was just educated by Richard Purdie as to the (im)proper use of SSTATE_DUPWHITELIST. If two packages
Quoting Laurent Gauthier <laurent.gauthier@...>: I was just about to weigh in on this as I was just educated by Richard Purdie as to the (im)proper use of SSTATE_DUPWHITELIST. If two packages
|
By
Robert P. J. Day
· #50869
·
|
|
How to *properly* use SSTATE_DUPWHITELIST?
Quoting "Robert P. J. Day" <rpjday@...>: Oh, wait, I think I misunderstood this variable entirely -- it's not a per-recipe variable, is it? Its value represents the combination over all rec
Quoting "Robert P. J. Day" <rpjday@...>: Oh, wait, I think I misunderstood this variable entirely -- it's not a per-recipe variable, is it? Its value represents the combination over all rec
|
By
Robert P. J. Day
· #50774
·
|
|
How to *properly* use SSTATE_DUPWHITELIST?
Never had cause to dig into SSTATE_DUPWHITELIST until now, so a couple questions. (Side Note: This variable is not listed in the YP Reference Manual variable glossary -- should it be?) Ran across this
Never had cause to dig into SSTATE_DUPWHITELIST until now, so a couple questions. (Side Note: This variable is not listed in the YP Reference Manual variable glossary -- should it be?) Ran across this
|
By
Robert P. J. Day
· #50773
·
|
|
Yocto uses older PV instead of newest - how to figure out why?
Quoting Oliver Westermann <oliver.westermann@...>: Could it have something to do with layer priorities? Use the "bitbake-layers" utility to display where recipes are being pulled from. rday
Quoting Oliver Westermann <oliver.westermann@...>: Could it have something to do with layer priorities? Use the "bitbake-layers" utility to display where recipes are being pulled from. rday
|
By
Robert P. J. Day
· #50330
·
|
|
how to combine out-of-tree kernel module with EXTERNALSRC kernel source?
currently have a perfectly functioning zeus-based layer with a small number of out-of-tree kernel modules which build just fine with: $ bitbake kernel-module-fubar against the stock linux-yocto (5.2)
currently have a perfectly functioning zeus-based layer with a small number of out-of-tree kernel modules which build just fine with: $ bitbake kernel-module-fubar against the stock linux-yocto (5.2)
|
By
Robert P. J. Day
· #50268
·
|
|
dunfell: what would cause "ERROR: Nothing PROVIDES 'coreutils-native'."?
migrating from zeus to dunfell and, suddenly, some "ndisc"-related recipes no longer build with: ERROR: Nothing PROVIDES 'coreutils-native'. the offending recipe is from meta-networking/recipes-suppor
migrating from zeus to dunfell and, suddenly, some "ndisc"-related recipes no longer build with: ERROR: Nothing PROVIDES 'coreutils-native'. the offending recipe is from meta-networking/recipes-suppor
|
By
Robert P. J. Day
· #50251
·
|
|
does yocto "LTS" stand for "Long Term Support" or "Long Term Stable"?
i've seen two different wiki pages suggest each of the above ... it would be nice to be consistent. rday
i've seen two different wiki pages suggest each of the above ... it would be nice to be consistent. rday
|
By
Robert P. J. Day
· #50249
·
|
|
when is it appropriate to push recipe enhancements (eg., class-nativesdk) upstream?
based on recipe from an existing (zeus-based) project, colleague asks about a bbappend file, and whether it's appropriate that it be submitted upstream as a patch -- this example involves "pciutils" r
based on recipe from an existing (zeus-based) project, colleague asks about a bbappend file, and whether it's appropriate that it be submitted upstream as a patch -- this example involves "pciutils" r
|
By
Robert P. J. Day
· #50208
·
|
|
Python compile error: "The 'wheel' distribution was not found and is required by the application"
Colleague hands me build error wherein a Python2 recipe (grpc-python) fails to compile with: ... pkg_resources.DistributionNotFound: \ The 'wheel' distribution was not found and is required by the app
Colleague hands me build error wherein a Python2 recipe (grpc-python) fails to compile with: ... pkg_resources.DistributionNotFound: \ The 'wheel' distribution was not found and is required by the app
|
By
Robert P. J. Day
· #49985
·
|
|
simplest way to disable all shared state cache for a build?
what is the simplest way to disable any use of sstate for a new build? i see bitbake has a "--no-setscene" option that would appear to do that: Do not run any setscene tasks. sstate will be ignored an
what is the simplest way to disable any use of sstate for a new build? i see bitbake has a "--no-setscene" option that would appear to do that: Do not run any setscene tasks. sstate will be ignored an
|
By
Robert P. J. Day
· #49960
·
|
|
how does the recipe search resolve a recipe name? eg., "opencryptoki"?
i've run across this on occasion -- using http://layers.openembedded.org/ to find a given recipe sometimes produces answers that don't actually point to the recipe (this seems to be a good entry for a
i've run across this on occasion -- using http://layers.openembedded.org/ to find a given recipe sometimes produces answers that don't actually point to the recipe (this seems to be a good entry for a
|
By
Robert P. J. Day
· #49886
·
|
|
how does "bitbake meta-toolchain" map to a particular "image" when generating SDK?
Quoting Richard Purdie <richard.purdie@...>: that actually clears things up. i'll let others higher up the food chain decide if the meta-toolchain target should be documented, or if it
Quoting Richard Purdie <richard.purdie@...>: that actually clears things up. i'll let others higher up the food chain decide if the meta-toolchain target should be documented, or if it
|
By
Robert P. J. Day
· #49878
·
|
|
how does "bitbake meta-toolchain" map to a particular "image" when generating SDK?
Quoting Ross Burton <ross@...>: i'd assumed as much, but is there a reason that the meta-toolchain target is not mentioned at all in the SDK manual? Would that not be the right place to ment
Quoting Ross Burton <ross@...>: i'd assumed as much, but is there a reason that the meta-toolchain target is not mentioned at all in the SDK manual? Would that not be the right place to ment
|
By
Robert P. J. Day
· #49875
·
|
|
how does "bitbake meta-toolchain" map to a particular "image" when generating SDK?
colleague asked what should have been an easy question, but as i've never spent a lot of time digging into the intricacies of generating SDKs (i guess i will now), i didn't have an immediate answer. c
colleague asked what should have been an easy question, but as i've never spent a lot of time digging into the intricacies of generating SDKs (i guess i will now), i didn't have an immediate answer. c
|
By
Robert P. J. Day
· #49862
·
|
|
starting a quest to make some ruby recipes buildable/installable
followup to yesterday's cry for help, i've built a core-image-minimal for x86_64 using "zeus" layers and, at this point, i'm simply going to start trying to bitbake and IMAGE_INSTALL_append various ru
followup to yesterday's cry for help, i've built a core-image-minimal for x86_64 using "zeus" layers and, at this point, i'm simply going to start trying to bitbake and IMAGE_INSTALL_append various ru
|
By
Robert P. J. Day
· #49768
·
|
|
how crippled is ruby support in YP 3.0?
background: trying to get ruby and a number of ruby gems migrated from "morty" to "zeus", and nothing but grief trying to compile/install ruby gems. plan A: start with standard YP layers all checked o
background: trying to get ruby and a number of ruby gems migrated from "morty" to "zeus", and nothing but grief trying to compile/install ruby gems. plan A: start with standard YP layers all checked o
|
By
Robert P. J. Day
· #49764
·
|
|
easiest way to enumerate DEPENDS/RDEPENDS for new python3 recipes?
apparently, i and a couple other people are responsible for whipping up a bunch of python3 recipes that currently do not exist; we're going to standardize on what seems to be the most popular format -
apparently, i and a couple other people are responsible for whipping up a bunch of python3 recipes that currently do not exist; we're going to standardize on what seems to be the most popular format -
|
By
Robert P. J. Day
· #49652
·
|
|
Overwrite a bblcass globally
aside from whether there is a good way to do this, this seems to be a really bad idea since recipes that inherit what they *think* is the systemd class file will be getting something different; that's
aside from whether there is a good way to do this, this seems to be a really bad idea since recipes that inherit what they *think* is the systemd class file will be getting something different; that's
|
By
Robert P. J. Day
· #49488
·
|
|
how to un-blacklist a blacklisted recipe?
done, and submitted. it was just my horrific luck that i was testing that feature, and randomly grabbed two recipes that used standard assignment. le *sigh* ... rday
done, and submitted. it was just my horrific luck that i was testing that feature, and randomly grabbed two recipes that used standard assignment. le *sigh* ... rday
|
By
Robert P. J. Day
· #49479
·
|