|
how to un-blacklist a blacklisted recipe?
never mind, just took a look at the commit which does exactly this. is it worth submitting a patch to tweak the few hard assignments? rday
never mind, just took a look at the commit which does exactly this. is it worth submitting a patch to tweak the few hard assignments? rday
|
By
Robert P. J. Day
· #49477
·
|
|
how to un-blacklist a blacklisted recipe?
i just now determined that that is exactly what is happening -- tried it with nanopb recipe from meta-oe, which contains: PNBLACKLIST[nanopb] = "Needs forward porting to use python3" switched that to
i just now determined that that is exactly what is happening -- tried it with nanopb recipe from meta-oe, which contains: PNBLACKLIST[nanopb] = "Needs forward porting to use python3" switched that to
|
By
Robert P. J. Day
· #49476
·
|
|
how to un-blacklist a blacklisted recipe?
*where* did you set it to empty? in your local.conf?
*where* did you set it to empty? in your local.conf?
|
By
Robert P. J. Day
· #49474
·
|
|
how to un-blacklist a blacklisted recipe?
i tested it ... at least i *thought* i tested it on a blacklisted recipe. i'll try it again, i guess i just misspelled something. rday
i tested it ... at least i *thought* i tested it on a blacklisted recipe. i'll try it again, i guess i just misspelled something. rday
|
By
Robert P. J. Day
· #49473
·
|
|
how to un-blacklist a blacklisted recipe?
asking what is almost certainly a silly question, but as i'm poring over the wind river LTS 19 (aka "zeus") developer's guide, i know that WR adds a feature for un-blacklisting blacklisted recipes via
asking what is almost certainly a silly question, but as i'm poring over the wind river LTS 19 (aka "zeus") developer's guide, i know that WR adds a feature for un-blacklisting blacklisted recipes via
|
By
Robert P. J. Day
· #49471
·
|
|
can i run an arbitrary x86_64-based image under QEMU?
i suspected it was a WR thing, thanks. rday
i suspected it was a WR thing, thanks. rday
|
By
Robert P. J. Day
· #49465
·
|
|
can i run an arbitrary x86_64-based image under QEMU?
currently poring over wind river docs and in release notes for WR LTS 19 (equivalent to YP 3.0), one of the notes for RCPL 7 for this release of WR states: "New support to deploy a platform project im
currently poring over wind river docs and in release notes for WR LTS 19 (equivalent to YP 3.0), one of the notes for RCPL 7 for this release of WR states: "New support to deploy a platform project im
|
By
Robert P. J. Day
· #49461
·
|
|
numerous superfluous PYPI_PACKAGE assignments in meta-python?
in aid of docs, currently poring over python-based recipes to document how one builds python recipe files, and noticed that numerous recipe files contain an assignment of the form: python3-smbus2_0.3.
in aid of docs, currently poring over python-based recipes to document how one builds python recipe files, and noticed that numerous recipe files contain an assignment of the form: python3-smbus2_0.3.
|
By
Robert P. J. Day
· #49429
·
|
|
problems creating acct at wiki.yoctoproject.org
trying to edit wiki, so trying to create acct at https://wiki.yoctoproject.org/wiki/Special:RequestAccount, and am getting: Error sending mail: Unknown error in PHP's mail() function. are there known
trying to edit wiki, so trying to create acct at https://wiki.yoctoproject.org/wiki/Special:RequestAccount, and am getting: Error sending mail: Unknown error in PHP's mail() function. are there known
|
By
Robert P. J. Day
· #49414
·
|
|
what is the proper treatment of the "Unlicense" license?
i submitted a patch yesterday. rday
i submitted a patch yesterday. rday
|
By
Robert P. J. Day
· #49413
·
|
|
what is the proper treatment of the "Unlicense" license?
it gets weirder ... the project i'm working with is based on morty so that variable *would* still be relevant, but even adding "Unlicense" to that variable didn't stop the offending recipe from still
it gets weirder ... the project i'm working with is based on morty so that variable *would* still be relevant, but even adding "Unlicense" to that variable didn't stop the offending recipe from still
|
By
Robert P. J. Day
· #49398
·
|
|
what is the proper treatment of the "Unlicense" license?
that variable is gone: commit 64daaf29e2c12c8b587bafdebf9409433187ddf7 Author: Peter Kjellerstedt <peter.kjellerstedt@...> Date: Wed Dec 11 17:48:14 2019 +0100 licenses.conf: Remove the SRC_DISTR
that variable is gone: commit 64daaf29e2c12c8b587bafdebf9409433187ddf7 Author: Peter Kjellerstedt <peter.kjellerstedt@...> Date: Wed Dec 11 17:48:14 2019 +0100 licenses.conf: Remove the SRC_DISTR
|
By
Robert P. J. Day
· #49396
·
|
|
what is the proper treatment of the "Unlicense" license?
as long as this requires only adding an Unlicense file to that directory, i can do that shortly. rday
as long as this requires only adding an Unlicense file to that directory, i can do that shortly. rday
|
By
Robert P. J. Day
· #49394
·
|
|
what is the proper treatment of the "Unlicense" license?
On Wed, 13 May 2020, Quentin Schulz wrote: ... snip ... > If it's really widely used, maybe something to add to > openembedded-core/files/common-licenses/ ? So that you don't need > any of the suggest
On Wed, 13 May 2020, Quentin Schulz wrote: ... snip ... > If it's really widely used, maybe something to add to > openembedded-core/files/common-licenses/ ? So that you don't need > any of the suggest
|
By
Robert P. J. Day
· #49393
·
|
|
what is the proper treatment of the "Unlicense" license?
colleague added a new recipe to a build, got a warning "The license listed Unlicense was not in the licenses collected for recipe python-filelock" and, sure enough, that source was released under the
colleague added a new recipe to a build, got a warning "The license listed Unlicense was not in the licenses collected for recipe python-filelock" and, sure enough, that source was released under the
|
By
Robert P. J. Day
· #49390
·
|
|
how to list python3 built-in and core modules supplied by python3?
colleague recently asked how to list the built-in/core modules that come with just installing python3, to know which additional python3 modules would require running around looking for actual recipes,
colleague recently asked how to list the built-in/core modules that come with just installing python3, to know which additional python3 modules would require running around looking for actual recipes,
|
By
Robert P. J. Day
· #49353
·
|
|
can i use "[nostamp]" or something else to force a full rebuild of a recipe?
tryint to keep this short, i have a morty-based build wherein, every so often, one of a small number of recipes (ruby gems) has a build error, and this can almost always be resolved by just cleaning t
tryint to keep this short, i have a morty-based build wherein, every so often, one of a small number of recipes (ruby gems) has a build error, and this can almost always be resolved by just cleaning t
|
By
Robert P. J. Day
· #49352
·
|
|
oddities(?) when appending to an override
the only others i noticed were a pile of them in a single recipe file in meta-openembedded: meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc_git.bb COMMON_CFLAGS += "-O2 -I${STAGING_DIR_HOST}${li
the only others i noticed were a pile of them in a single recipe file in meta-openembedded: meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc_git.bb COMMON_CFLAGS += "-O2 -I${STAGING_DIR_HOST}${li
|
By
Robert P. J. Day
· #49341
·
|
|
oddities(?) when appending to an override
in aid of torturing myself, i'm poring over the bitbake manual and i recall the initial confusion i had when reading the section on overrides and appends, especially section 3.3.3 which turns things a
in aid of torturing myself, i'm poring over the bitbake manual and i recall the initial confusion i had when reading the section on overrides and appends, especially section 3.3.3 which turns things a
|
By
Robert P. J. Day
· #49332
·
|
|
short form for unpacking recursively into WORKDIR?
ah, i remember that exchange, but i was focused on the patching aspect of it, not the simpler copying aspect. rday
ah, i remember that exchange, but i was focused on the patching aspect of it, not the simpler copying aspect. rday
|
By
Robert P. J. Day
· #49310
·
|