|
Dealing with line endings
Hi Keith, you can use dos2unix.bbclass: http://git.openembedded.org/openembedded-core/tree/meta/classes/dos2unix.bbclass to convert them before do_patch. Cheers,
Hi Keith, you can use dos2unix.bbclass: http://git.openembedded.org/openembedded-core/tree/meta/classes/dos2unix.bbclass to convert them before do_patch. Cheers,
|
By
Martin Jansa
· #45709
·
|
|
[meta-gplv2][warrior][PATCH] bc: use u-a for bc as well
No problem, thanks for quick response. Looks like this patch wasn't merged in master as well (I thought it was), can you please push it as well. Thanks
No problem, thanks for quick response. Looks like this patch wasn't merged in master as well (I thought it was), can you please push it as well. Thanks
|
By
Martin Jansa
· #45678
·
|
|
[meta-gplv2][warrior][PATCH] bc: use u-a for bc as well
ping for warrior
By
Martin Jansa
· #45676
·
|
|
cortexa9t2hf instead of cortexa9hf
Have you read the commit which enabled thumb by default for MACHINEs which support it? bitbake is still just a parser of the metadata and executor of our tasks, it doesn't (and shouldn't) need to know
Have you read the commit which enabled thumb by default for MACHINEs which support it? bitbake is still just a parser of the metadata and executor of our tasks, it doesn't (and shouldn't) need to know
|
By
Martin Jansa
· #45644
·
|
|
cortexa9t2hf instead of cortexa9hf
I didn't say anything about changing the DEFAULTTUNE. Just ARM_INSTRUCTION_SET to "arm" which will give you "cortexa9hf" again (not "armv7a"). The results should be almost the same, maybe slightly bet
I didn't say anything about changing the DEFAULTTUNE. Just ARM_INSTRUCTION_SET to "arm" which will give you "cortexa9hf" again (not "armv7a"). The results should be almost the same, maybe slightly bet
|
By
Martin Jansa
· #45642
·
|
|
cortexa9t2hf instead of cortexa9hf
See this oe-core commit (from 2.6 Thud): commit c88304a78e528596ca481cabe273749c286c352a Author: Andre McCurdy <armccurdy@...> Date: Fri May 18 15:50:40 2018 -0700 arch-armv7a.inc: default to Th
See this oe-core commit (from 2.6 Thud): commit c88304a78e528596ca481cabe273749c286c352a Author: Andre McCurdy <armccurdy@...> Date: Fri May 18 15:50:40 2018 -0700 arch-armv7a.inc: default to Th
|
By
Martin Jansa
· #45628
·
|
|
YP sstate example conf file
Good question. I've one related to this as well. It would be also good to document (if it isn't somewhere already) what builds populate this mirror. I assume it will be some autobuilder job with DISTR
Good question. I've one related to this as well. It would be also good to document (if it isn't somewhere already) what builds populate this mirror. I assume it will be some autobuilder job with DISTR
|
By
Martin Jansa
· #45590
·
|
|
[meta-gplv2][warrior][PATCH] bc: use u-a for bc as well
* bc can be provided by busybox as well (e.g. if you have your own defconfig and forget to explicitly disable it: ... * * Miscellaneous Utilities * adjtimex (4.7 kb) (ADJTIMEX) [N/y/?] n bbconfig (9.7
* bc can be provided by busybox as well (e.g. if you have your own defconfig and forget to explicitly disable it: ... * * Miscellaneous Utilities * adjtimex (4.7 kb) (ADJTIMEX) [N/y/?] n bbconfig (9.7
|
By
Martin Jansa
· #45558
·
|
|
[meta-gplv2][PATCH] bc: use u-a for bc as well
* bc can be provided by busybox as well (e.g. if you have your own defconfig and forget to explicitly disable it: ... * * Miscellaneous Utilities * adjtimex (4.7 kb) (ADJTIMEX) [N/y/?] n bbconfig (9.7
* bc can be provided by busybox as well (e.g. if you have your own defconfig and forget to explicitly disable it: ... * * Miscellaneous Utilities * adjtimex (4.7 kb) (ADJTIMEX) [N/y/?] n bbconfig (9.7
|
By
Martin Jansa
· #45557
·
|
|
[meta-gplv2][PATCH] elfutils: ignore new error from gcc-9
Signed-off-by: Martin Jansa <Martin.Jansa@...> --- recipes-devtools/elfutils/elfutils_0.148.bb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/recipes-devtools/elfutils/elfutils_0.148.bb b
Signed-off-by: Martin Jansa <Martin.Jansa@...> --- recipes-devtools/elfutils/elfutils_0.148.bb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/recipes-devtools/elfutils/elfutils_0.148.bb b
|
By
Martin Jansa
· #45483
·
|
|
[opkg-utils][PATCH] opkg-list-fields: fix to print the fields again
* printing opkg.Package directly doesn't return anything useful now <opkg.Package object at 0x7fd49e9f2780> * we need to call Package.print() function and specify which checksums to print, we can incl
* printing opkg.Package directly doesn't return anything useful now <opkg.Package object at 0x7fd49e9f2780> * we need to call Package.print() function and specify which checksums to print, we can incl
|
By
Martin Jansa
· #45301
·
|
|
[meta-gplv2][PATCH] bc: use u-a for bc as well
* bc can be provided by busybox as well (e.g. if you have your own defconfig and forget to explicitly disable it: ... * * Miscellaneous Utilities * adjtimex (4.7 kb) (ADJTIMEX) [N/y/?] n bbconfig (9.7
* bc can be provided by busybox as well (e.g. if you have your own defconfig and forget to explicitly disable it: ... * * Miscellaneous Utilities * adjtimex (4.7 kb) (ADJTIMEX) [N/y/?] n bbconfig (9.7
|
By
Martin Jansa
· #45272
·
|
|
[meta-security][PATCH] keyutils: fix library install path
When you're on it, can you please check if it works with multilib? I think $(USRLIBDIR) doesn't respect ${libdir} from OE, so it always installs the library to /usr/lib instead of e.g. /usr/lib64 with
When you're on it, can you please check if it works with multilib? I think $(USRLIBDIR) doesn't respect ${libdir} from OE, so it always installs the library to /usr/lib instead of e.g. /usr/lib64 with
|
By
Martin Jansa
· #45222
·
|
|
[meta-gplv2][warrior][master][PATCH] licenses: restore Elfutils-Exception from oe-core
* it's still used by: recipes-devtools/elfutils/elfutils_0.148.bb:LICENSE = "(GPL-2+ & Elfutils-Exception)" * was removed in oe-core with: http://git.openembedded.org/openembedded-core/commit/?id=8818
* it's still used by: recipes-devtools/elfutils/elfutils_0.148.bb:LICENSE = "(GPL-2+ & Elfutils-Exception)" * was removed in oe-core with: http://git.openembedded.org/openembedded-core/commit/?id=8818
|
By
Martin Jansa
· #45205
·
|
|
[meta-gplv2][PATCH] layer.conf: Update to warrior release name series
Signed-off-by: Martin Jansa <Martin.Jansa@...> --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index 43d578b..59f6a89 1006
Signed-off-by: Martin Jansa <Martin.Jansa@...> --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index 43d578b..59f6a89 1006
|
By
Martin Jansa
· #44591
·
|
|
failed to compile php_7.2.10.bb
You're missing different versions of oe-core and meta-oe, use both from the same branch and it will work.
You're missing different versions of oe-core and meta-oe, use both from the same branch and it will work.
|
By
Martin Jansa
· #42732
·
|
|
[pseudo] Pseudo 1.8+ xattr sqlite corruption
I did the same SRCREV bump locally and can confirm that https://bugzilla.yoctoproject.org/show_bug.cgi?id=12434 pseudo: Incorrect UID/GID in packaged files is still reproducible: ERROR: glibc-locale-2
I did the same SRCREV bump locally and can confirm that https://bugzilla.yoctoproject.org/show_bug.cgi?id=12434 pseudo: Incorrect UID/GID in packaged files is still reproducible: ERROR: glibc-locale-2
|
By
Martin Jansa
· #42579
·
|
|
coreutils postinstall warning
Using u-a for all conflicting binaries is the preferred option. For example there was fix for nice provided by coreutils merged recently: http://git.openembedded.org/openembedded-core/commit/?id=57b1b
Using u-a for all conflicting binaries is the preferred option. For example there was fix for nice provided by coreutils merged recently: http://git.openembedded.org/openembedded-core/commit/?id=57b1b
|
By
Martin Jansa
· #42471
·
|
|
Postinstall scriptlets of ['coreutils'] have failed
pn-buildlist isn't really useful in this case, building both coreutils and busybox doesn't imply that both will be actually included in the image.. If you compare installed-package-names.txt in buildh
pn-buildlist isn't really useful in this case, building both coreutils and busybox doesn't imply that both will be actually included in the image.. If you compare installed-package-names.txt in buildh
|
By
Martin Jansa
· #42423
·
|
|
Postinstall scriptlets of ['coreutils'] have failed
Does core-image-minimal include both busybox and coreutils? Maybe only -dev include both. I'll send fix for attr soon, waiting for some builds to finish testing it.
Does core-image-minimal include both busybox and coreutils? Maybe only -dev include both. I'll send fix for attr soon, waiting for some builds to finish testing it.
|
By
Martin Jansa
· #42418
·
|