|
short form for unpacking recursively into WORKDIR?
was playing with shadow and PAM stuff, and noticed this in shadow.inc: # Additional Policy files for PAM PAM_SRC_URI = "file://pam.d/chfn \ file://pam.d/chpasswd \ file://pam.d/chsh \ file://pam.d/log
was playing with shadow and PAM stuff, and noticed this in shadow.inc: # Additional Policy files for PAM PAM_SRC_URI = "file://pam.d/chfn \ file://pam.d/chpasswd \ file://pam.d/chsh \ file://pam.d/log
|
By
Robert P. J. Day
· #49308
·
|
|
what is the current state of YP supported architectures?
first, i realize PPC is still supported, despite the official dropping of reference target MPC8315-RDB. also aware of meta-riscv layer: https://github.com/riscv despite not having a reference board. i
first, i realize PPC is still supported, despite the official dropping of reference target MPC8315-RDB. also aware of meta-riscv layer: https://github.com/riscv despite not having a reference board. i
|
By
Robert P. J. Day
· #49305
·
|
|
anyone have a recipe for ruby gem nokogiri?
for a gem that is as popular as that is, i was surprised to not find a recipe for it. any recipe that is compatible as far back as morty would be fine, thanks. rday
for a gem that is as popular as that is, i was surprised to not find a recipe for it. any recipe that is compatible as far back as morty would be fine, thanks. rday
|
By
Robert P. J. Day
· #49279
·
|
|
inconsistencies with selecting systemd as init manager?
i know, that's what i mentioned above. i suspected as much, i just wanted to point out that those two snippets are not *exactly* equivalent so someone should make sure that INIT_MANAGER usage is preci
i know, that's what i mentioned above. i suspected as much, i just wanted to point out that those two snippets are not *exactly* equivalent so someone should make sure that INIT_MANAGER usage is preci
|
By
Robert P. J. Day
· #49223
·
|
|
inconsistencies with selecting systemd as init manager?
just noticed that, given that since YP 3.0 one could select systemd as the init manager via the single variable INIT_MANAGER, which pulled in init-manager-systemd.inc: # Use systemd for system initial
just noticed that, given that since YP 3.0 one could select systemd as the init manager via the single variable INIT_MANAGER, which pulled in init-manager-systemd.inc: # Use systemd for system initial
|
By
Robert P. J. Day
· #49221
·
|
|
working with ruby gems now requires meta-cloud-services?
looking at old YP project, wherein the ruby.bbclass class file for working with ruby gems was in a now-removed meta-oe/meta-ruby classes directory. AFAICT, these days, if you want to build ruby gems,
looking at old YP project, wherein the ruby.bbclass class file for working with ruby gems was in a now-removed meta-oe/meta-ruby classes directory. AFAICT, these days, if you want to build ruby gems,
|
By
Robert P. J. Day
· #49009
·
|
|
Best way to mask bbappends based on Poky version to have a layer support multiple versions of Poky?
not sure if this really solves the underlying issue, but you can always turn those errors into warnings with: BB_DANGLINGAPPENDS_WARNONLY = "1" in your local.conf, although i'm still skeptical as to w
not sure if this really solves the underlying issue, but you can always turn those errors into warnings with: BB_DANGLINGAPPENDS_WARNONLY = "1" in your local.conf, although i'm still skeptical as to w
|
By
Robert P. J. Day
· #48934
·
|
|
apparently, there are online linaro/yocto talks mar 24-25
i recall seeing (twitter?) that there are some yocto-related online presentations associated with linaro connect, on march 24 and 25. is there somewhere a full list of these things? here's a complete
i recall seeing (twitter?) that there are some yocto-related online presentations associated with linaro connect, on march 24 and 25. is there somewhere a full list of these things? here's a complete
|
By
Robert P. J. Day
· #48891
·
|
|
distinction between "OEROOT" and "OE_ROOT" (used in toaster)?
messing with docs some more, and just noticed that while all else under poky uses the variable OEROOT, the toaster executable uses OE_ROOT. works fine, of course, given that toaster is self-contained,
messing with docs some more, and just noticed that while all else under poky uses the variable OEROOT, the toaster executable uses OE_ROOT. works fine, of course, given that toaster is self-contained,
|
By
Robert P. J. Day
· #48887
·
|
|
Should changing a task in the .bb file cause the task to be rerun?
Quoting Mikko Rapeli <mikko.rapeli@...>: Have you verified with "bitbake -e" that the configure task was really appended to WRT the build? That's the first thing I would check. rday
Quoting Mikko Rapeli <mikko.rapeli@...>: Have you verified with "bitbake -e" that the configure task was really appended to WRT the build? That's the first thing I would check. rday
|
By
Robert P. J. Day
· #48738
·
|
|
morty: ruby gem, "undefined method `name' for nil:NilClass"
i was just handed an issue that pops up under wind river linux 9 (effectively, "morty", YP 2.2), so i was hoping someone here might have some thoughts. there are a small number of ruby recipes that ar
i was just handed an issue that pops up under wind river linux 9 (effectively, "morty", YP 2.2), so i was hoping someone here might have some thoughts. there are a small number of ruby recipes that ar
|
By
Robert P. J. Day
· #48635
·
|
|
Creating a build system which can scale.
#yocto
in addition, you can always override that build-wide setting with RM_WORK_EXCLUDE if you want to keep generated work from a small set of recipes for debugging. rday
in addition, you can always override that build-wide setting with RM_WORK_EXCLUDE if you want to keep generated work from a small set of recipes for debugging. rday
|
By
Robert P. J. Day
· #48450
·
|
|
[PATCH] dev-manual: phrase should read "inherit packagegroup"
ah, i was unaware of that list, my apologies. rday
ah, i was unaware of that list, my apologies. rday
|
By
Robert P. J. Day
· #48441
·
|
|
does git SRC_URI really *require" a SRCREV setting?
ah, this is useful to know, and probably belongs in a YP manual somewhere; perhaps in a section called, "cool things that no one ever mentions." :-) rday
ah, this is useful to know, and probably belongs in a YP manual somewhere; perhaps in a section called, "cool things that no one ever mentions." :-) rday
|
By
Robert P. J. Day
· #48438
·
|
|
devicetree.bbclass is not explained in YP reference manual
for wholly-unrelated reasons, i fell across devicetree.bbclass and was inspired to check what inherited it, and noticed that nothing in oe-core or meta-openembedded inherited it ... i had to dig aroun
for wholly-unrelated reasons, i fell across devicetree.bbclass and was inspired to check what inherited it, and noticed that nothing in oe-core or meta-openembedded inherited it ... i had to dig aroun
|
By
Robert P. J. Day
· #48436
·
|
|
does git SRC_URI really *require" a SRCREV setting?
whoops, my fault, i was probably on zeus branch for sake of a build, rather than looking at master. i'll look more carefully next time. rday
whoops, my fault, i was probably on zeus branch for sake of a build, rather than looking at master. i'll look more carefully next time. rday
|
By
Robert P. J. Day
· #48435
·
|
|
does git SRC_URI really *require" a SRCREV setting?
exactly, that's where i was going ... extending that explanation with a reference to the "rev" and "tag" options. rday
exactly, that's where i was going ... extending that explanation with a reference to the "rev" and "tag" options. rday
|
By
Robert P. J. Day
· #48432
·
|
|
does git SRC_URI really *require" a SRCREV setting?
yes, yes, more obsessive-compulsive nitpickery, but YP dev tasks manual, section 3.3.5, reads: "Another way of specifying source is from an SCM. For Git repositories, you must specify SRCREV and you s
yes, yes, more obsessive-compulsive nitpickery, but YP dev tasks manual, section 3.3.5, reads: "Another way of specifying source is from an SCM. For Git repositories, you must specify SRCREV and you s
|
By
Robert P. J. Day
· #48428
·
|
|
[PATCH] dev-manual: phrase should read "inherit packagegroup"
Signed-off-by: Robert P. J. Day <rpjday@...> --- diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 1e6addde4..d2
Signed-off-by: Robert P. J. Day <rpjday@...> --- diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 1e6addde4..d2
|
By
Robert P. J. Day
· #48421
·
|
|
followup on earlier wording -- layer priority doesn't affect .conf/.bbclass
just noticed in dev tasks manual in same paragraph i was whining about earlier, section 3.1.6, Note: "Also, the layer priority does not currently affect the precedence order of .conf or .bbclass files
just noticed in dev tasks manual in same paragraph i was whining about earlier, section 3.1.6, Note: "Also, the layer priority does not currently affect the precedence order of .conf or .bbclass files
|
By
Robert P. J. Day
· #48408
·
|