|
Upgrading connman to a version over 1.37 fails to build.
1.40 is already in oe-core master you should be able to backport the recipe from there. libnml dependency was already added with wireguard PACKAGECONFIG in 1.38 here: https://git.openembedded.org/open
1.40 is already in oe-core master you should be able to backport the recipe from there. libnml dependency was already added with wireguard PACKAGECONFIG in 1.38 here: https://git.openembedded.org/open
|
By
Martin Jansa
· #54049
·
|
|
Automate updating of SRCREV
If you really want to update SRCREVs often for CI jobs, then I would setup separate job with some .inc file which sets SRCREVs of all the components you want to test to AUTOREV and let it run as often
If you really want to update SRCREVs often for CI jobs, then I would setup separate job with some .inc file which sets SRCREVs of all the components you want to test to AUTOREV and let it run as often
|
By
Martin Jansa
· #53519
·
|
|
[bitbake-devel] Git Fetcher Branch Default
I agree it's a bit annoying that some projects have chosen to rename the existing branches instead of just adopting "main" to be the default branch only for new projects (as the defaults changed e.g.
I agree it's a bit annoying that some projects have chosen to rename the existing branches instead of just adopting "main" to be the default branch only for new projects (as the defaults changed e.g.
|
By
Martin Jansa
· #53477
·
|
|
KeyError: 'getpwuid(): uid not found: 1000' in do_package phase
0002_libcryptopp_8.2.0_use-install-instead-of-cp.patch from your recipe might be interesting as well to guess what went wrong in your case.
0002_libcryptopp_8.2.0_use-install-instead-of-cp.patch from your recipe might be interesting as well to guess what went wrong in your case.
|
By
Martin Jansa
· #53432
·
|
|
KeyError: 'getpwuid(): uid not found: 1000' in do_package phase
No, you should chown the files to be owned by the expected user which exists in the image (probably root like in my commit). Changing the UID of the user on host is very bad work around (as it will fa
No, you should chown the files to be owned by the expected user which exists in the image (probably root like in my commit). Changing the UID of the user on host is very bad work around (as it will fa
|
By
Martin Jansa
· #53409
·
|
|
[meta-gplv2][PATCH] elfutils: ignore format-truncation and stringop-overflow issues to fix build with gcc-11
* works around: http://errors.yoctoproject.org/Errors/Details/580076/ elfutils-0.148/src/ar.c:1088:56: error: '%-*ld' directive output may be truncated writing between 6 and 10 bytes into a region of
* works around: http://errors.yoctoproject.org/Errors/Details/580076/ elfutils-0.148/src/ar.c:1088:56: error: '%-*ld' directive output may be truncated writing between 6 and 10 bytes into a region of
|
By
Martin Jansa
· #53345
·
|
|
Can layer maintainers add yocto-X.Y tags for yocto-3.3 and later?
To be honest I don't see much value of these tags for layers not included in the QA testing with oe-core release. I believe we agreed on promoting latest revisions in the branches for selected release
To be honest I don't see much value of these tags for layers not included in the QA testing with oe-core release. I believe we agreed on promoting latest revisions in the branches for selected release
|
By
Martin Jansa
· #53332
·
|
|
PREFERRED_VERSION_pn-: which version is selected?
And the variable should be named PREFERRED_VERSION_recipe1 (it's not using pn as an override).
And the variable should be named PREFERRED_VERSION_recipe1 (it's not using pn as an override).
|
By
Martin Jansa
· #52261
·
|
|
[OE-core] Let me tell you how I really feel. Zero filter. If you need meta-python2, you need to become a maintainer. Immediately. Period.
Hi, can I get the write access to meta-python2 as mentioned above? I have 2 fixes to make it parse able with latest oe-core: https://lists.openembedded.org/g/openembedded-devel/message/89201 https://l
Hi, can I get the write access to meta-python2 as mentioned above? I have 2 fixes to make it parse able with latest oe-core: https://lists.openembedded.org/g/openembedded-devel/message/89201 https://l
|
By
Martin Jansa
· #52175
·
|
|
Points to consider while moving to new yocto versions
Yes, there are significant diffferences in gcc, see: https://gcc.gnu.org/gcc-5/porting_to.html https://gcc.gnu.org/gcc-6/porting_to.html https://gcc.gnu.org/gcc-7/porting_to.html The recipes in public
Yes, there are significant diffferences in gcc, see: https://gcc.gnu.org/gcc-5/porting_to.html https://gcc.gnu.org/gcc-6/porting_to.html https://gcc.gnu.org/gcc-7/porting_to.html The recipes in public
|
By
Martin Jansa
· #52113
·
|
|
cpu_count() got an unexpected keyword argument 'at_least'
You're probably mixing incompatible branches of different layers - always use the same branch in all layers. at_least was added in oe-core/dunfell with: https://git.openembedded.org/openembedded-core/
You're probably mixing incompatible branches of different layers - always use the same branch in all layers. at_least was added in oe-core/dunfell with: https://git.openembedded.org/openembedded-core/
|
By
Martin Jansa
· #51721
·
|
|
qt5 directory not creating using qt5.15.0 master branch
See QT_DIR_NAME variable in meta-qt5 and b716195f609de6547cfdfadfd4fd25292a6bbf09 commit which changed the default value.
See QT_DIR_NAME variable in meta-qt5 and b716195f609de6547cfdfadfd4fd25292a6bbf09 commit which changed the default value.
|
By
Martin Jansa
· #51615
·
|
|
KeyError: 'getpwuid(): uid not found: 1000' in do_package phase
https://github.com/webOS-ports/meta-webos-ports/commit/9fd17a67cdbed92df13a14b002a189b4c6c2d442 is an example where it triggers this error, but doesn't trigger the more common host-user-contaminated Q
https://github.com/webOS-ports/meta-webos-ports/commit/9fd17a67cdbed92df13a14b002a189b4c6c2d442 is an example where it triggers this error, but doesn't trigger the more common host-user-contaminated Q
|
By
Martin Jansa
· #51400
·
|
|
python bump
If you don't really need 3.8 and 3.7.5 from warrior would be good enough for you, then backporting it to thud was relatively straightforward as implemented in: https://github.com/ros/meta-ros/commits/
If you don't really need 3.8 and 3.7.5 from warrior would be good enough for you, then backporting it to thud was relatively straightforward as implemented in: https://github.com/ros/meta-ros/commits/
|
By
Martin Jansa
· #51355
·
|
|
#yocto -zeus
#yocto
> I was use using https... that is a typo, sorry... Then fix your typo and it will work, but I think you didn't read what I wrote carefully enough, see the url in the log you pasted: zeus: URL gitsm:/
> I was use using https... that is a typo, sorry... Then fix your typo and it will work, but I think you didn't read what I wrote carefully enough, see the url in the log you pasted: zeus: URL gitsm:/
|
By
Martin Jansa
· #51257
·
|
|
#yocto -zeus
#yocto
> Note went and modified ./meta/recipes-core/ovmf/ovmf_git.bb to use "http"... That is clearly wrong, you shouldn't change the git:// at the beginning of SRC_URI, just the ";protocol=git" to ";protoco
> Note went and modified ./meta/recipes-core/ovmf/ovmf_git.bb to use "http"... That is clearly wrong, you shouldn't change the git:// at the beginning of SRC_URI, just the ";protocol=git" to ";protoco
|
By
Martin Jansa
· #51253
·
|
|
#yocto
#yocto
your 2nd meta-intel probably still has: LICENSE_PATH += "${LAYERDIR}/custom-licenses" in layer.conf without having this directory included in the layer?
your 2nd meta-intel probably still has: LICENSE_PATH += "${LAYERDIR}/custom-licenses" in layer.conf without having this directory included in the layer?
|
By
Martin Jansa
· #51239
·
|
|
Yocto OS Creation on Linux Ubuntu 16.04 LTS
#yocto
This URL also fetches for me without any issues. If you cannot reach it from your location, you can still put an archive with it to your premirror or redirect it to some other repo accessible to you w
This URL also fetches for me without any issues. If you cannot reach it from your location, you can still put an archive with it to your premirror or redirect it to some other repo accessible to you w
|
By
Martin Jansa
· #51227
·
|
|
[OE-core] Let me tell you how I really feel. Zero filter. If you need meta-python2, you need to become a maintainer. Immediately. Period.
There were only a few changes needed between dunfell and gatesgarth to keep it building and I feel guilty for sending half of them - and pinging you on FB :). I don't have interest in python2, but it'
There were only a few changes needed between dunfell and gatesgarth to keep it building and I feel guilty for sending half of them - and pinging you on FB :). I don't have interest in python2, but it'
|
By
Martin Jansa
· #51161
·
|
|
[meta-security][PATCH] meta-securtiy: Add gatesgarth to LAYERSERIES_COMPAT
Small typo in commit summary, but other than that please merge :).
Small typo in commit summary, but other than that please merge :).
|
By
Martin Jansa
· #51102
·
|