|
[Openembedded-architecture] [yocto-announce] [ANNOUNCEMENT] Milestone 3 for Yocto Project 4.1 (yocto-4.1_M3) Now Available
Bug filed: https://bugzilla.yoctoproject.org/show_bug.cgi?id=14916 Not sure if I put it in the right category, so feel free to move it around if needed
Bug filed: https://bugzilla.yoctoproject.org/show_bug.cgi?id=14916 Not sure if I put it in the right category, so feel free to move it around if needed
|
By
...
· #58161
·
|
|
ALTERNATIVE and RDEPENDS
Hi all, is there a way to set the package metadata in a way that it would require one of the packages providing a tool via the ALTERNATIVE_ mechanism? E.g. sed for instance could be provided by busybo
Hi all, is there a way to set the package metadata in a way that it would require one of the packages providing a tool via the ALTERNATIVE_ mechanism? E.g. sed for instance could be provided by busybo
|
By
...
· #57491
·
|
|
python3-smbus no longer builds - Does anyone have an idea?
Hi Matthias, you're right :( PYPA_WHEEL = "${S}/py-smbus/dist/smbus-*-*.whl" finally does it @Tim @Richard PYPA_WHEEL doesn't respect SETUPTOOLS_SETUP_PATH, which might be another issue to fix BR Konr
Hi Matthias, you're right :( PYPA_WHEEL = "${S}/py-smbus/dist/smbus-*-*.whl" finally does it @Tim @Richard PYPA_WHEEL doesn't respect SETUPTOOLS_SETUP_PATH, which might be another issue to fix BR Konr
|
By
...
· #56316
·
|
|
python3-smbus no longer builds - Does anyone have an idea?
Dang - that's the second issue being open in this series... Try PYPA_WHEEL = "${PIP_INSTALL_DIST_PATH}/smbus-*-*.whl" instead - and it should really work
Dang - that's the second issue being open in this series... Try PYPA_WHEEL = "${PIP_INSTALL_DIST_PATH}/smbus-*-*.whl" instead - and it should really work
|
By
...
· #56313
·
|
|
python3-smbus no longer builds - Does anyone have an idea?
Hi Matthias, this is cause by merged PEP-517 changes. To make it build again just inject PIP_INSTALL_PACKAGE = "smbus" into the recipe or a bbappend. Mainly the python3-prefix of the recipe, makes the
Hi Matthias, this is cause by merged PEP-517 changes. To make it build again just inject PIP_INSTALL_PACKAGE = "smbus" into the recipe or a bbappend. Mainly the python3-prefix of the recipe, makes the
|
By
...
· #56311
·
|
|
[meta-lts-mixins][dunfell/go PATCH 1/4] Initial commit: add license, readme and layer config.
Just out of curiosity: I thought the agreement was that neither PREFERRED_PROVIDER_* nor recipe/provider specific settings should be part of a layer.conf PREFERRED_PROVIDER_go-native as a hard assignm
Just out of curiosity: I thought the agreement was that neither PREFERRED_PROVIDER_* nor recipe/provider specific settings should be part of a layer.conf PREFERRED_PROVIDER_go-native as a hard assignm
|
By
...
· #55996
·
|
|
Installing specific systemd service file according to selected distro
Fairly easy, each distro creates an OVERRIDE by default, so you could do A:poky = "foo.service" A:yourdistro = "bar.service" SYSTEMD_PACKAGES = "${A}" do_install:append() { install -d ${D}${systemd_sy
Fairly easy, each distro creates an OVERRIDE by default, so you could do A:poky = "foo.service" A:yourdistro = "bar.service" SYSTEMD_PACKAGES = "${A}" do_install:append() { install -d ${D}${systemd_sy
|
By
...
· #55872
·
|
|
libquadmath
The following I just found in local.conf.sample.extended # Enabling FORTRAN # Note this is not officially supported and is just illustrated here to # show an example of how it can be done # You'll als
The following I just found in local.conf.sample.extended # Enabling FORTRAN # Note this is not officially supported and is just illustrated here to # show an example of how it can be done # You'll als
|
By
...
· #55705
·
|
|
libquadmath
I think the reason of that is that fortran support isn't enabled in default gcc-runtime recipe. from gcc-runtime.inc: RUNTIMETARGET = "${RUNTIMELIBSSP} libstdc++-v3 libgomp libatomic ${RUNTIMELIBITM}
I think the reason of that is that fortran support isn't enabled in default gcc-runtime recipe. from gcc-runtime.inc: RUNTIMETARGET = "${RUNTIMELIBSSP} libstdc++-v3 libgomp libatomic ${RUNTIMELIBITM}
|
By
...
· #55704
·
|
|
do_rootfs: Taskhash mismatch due to BUILDNAME containing automatic date
Hi, according to my understanding BUILDNAME should not be used like that since f85f1ef24e59c0c058f96f0dfa82e50969fd580b in bitbake. The variable should contain only references to other automatically d
Hi, according to my understanding BUILDNAME should not be used like that since f85f1ef24e59c0c058f96f0dfa82e50969fd580b in bitbake. The variable should contain only references to other automatically d
|
By
...
· #55609
·
|
|
Behaviour of .bbappend when default script is not present
You can either use BBMASK in your local.conf to remove the bbappend from the parsing tree or set BB_DANGLINGAPPENDS_WARNONLY in your specific build. both can be added to your specific kas yaml without
You can either use BBMASK in your local.conf to remove the bbappend from the parsing tree or set BB_DANGLINGAPPENDS_WARNONLY in your specific build. both can be added to your specific kas yaml without
|
By
...
· #55514
·
|
|
[meta-security][PATCH] python3-fail2ban: update to tip
according to github 80805cabfcf57dd0454d47d7f86d43c6738ce629 is the tip. any specific reason to pick the commit before that?
according to github 80805cabfcf57dd0454d47d7f86d43c6738ce629 is the tip. any specific reason to pick the commit before that?
|
By
...
· #55442
·
|
|
bbappend usage
The super yoctoish way would be to alter the packaging of the recipe to your needs. Let's assume recipe-a consists of the files foo bar and it would package both files into recipe-a pkg. In the actual
The super yoctoish way would be to alter the packaging of the recipe to your needs. Let's assume recipe-a consists of the files foo bar and it would package both files into recipe-a pkg. In the actual
|
By
...
· #55139
·
|
|
Build Ubuntu Distro
#ubuntu
#distro
No there isn't - with the yocto project you can build your own distribution not mimic other already available distributions. If you want to build Ubuntu you have to ask canonical.
No there isn't - with the yocto project you can build your own distribution not mimic other already available distributions. If you want to build Ubuntu you have to ask canonical.
|
By
...
· #55132
·
|
|
googletest shared library
http://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/recipes-graphics/spir/spirv-tools_2021.2.bb#n34 (and the next lines) might give you a hint what to do in this case. Although one could also con
http://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/recipes-graphics/spir/spirv-tools_2021.2.bb#n34 (and the next lines) might give you a hint what to do in this case. Although one could also con
|
By
...
· #54785
·
|
|
Run an executable script on the yocto image
If you're sure you only use standard python libs it's fairly easy. make a recipe (name it how ever you like) SCR_URI = "file://<your script>.py" do_install() { install -m 0755 <your script>.py ${bindi
If you're sure you only use standard python libs it's fairly easy. make a recipe (name it how ever you like) SCR_URI = "file://<your script>.py" do_install() { install -m 0755 <your script>.py ${bindi
|
By
...
· #54572
·
|
|
Pyinstaller recipe
#yocto
The file in called COPYING.txt in this archive [1] not LICENSE [1]https://files.pythonhosted.org/packages/a9/d9/9fdfb0ac2354d059e466d562689dbe53a23c4062019da2057f0eaed635e0/pyinstaller-4.5.1.tar.gz
The file in called COPYING.txt in this archive [1] not LICENSE [1]https://files.pythonhosted.org/packages/a9/d9/9fdfb0ac2354d059e466d562689dbe53a23c4062019da2057f0eaed635e0/pyinstaller-4.5.1.tar.gz
|
By
...
· #54521
·
|
|
[bitbake-devel] Git Fetcher Branch Default
Iirc there has been the same discussion already last year or the year before... and the agreement was to leave it as it is. IMHO most of the used projects still go with master instead of main, so a pa
Iirc there has been the same discussion already last year or the year before... and the agreement was to leave it as it is. IMHO most of the used projects still go with master instead of main, so a pa
|
By
...
· #53476
·
|
|
[zeus] python3-numpy: No module named 'numpy.core._multiarray_umath'
#yocto
#zeus
#python
According to [1] yes - you might want to consider back porting one of the more recent versions of numpy from [2], as you are using a pretty outdated one [1] https://stackoverflow.com/questions/5466584
According to [1] yes - you might want to consider back porting one of the more recent versions of numpy from [2], as you are using a pretty outdated one [1] https://stackoverflow.com/questions/5466584
|
By
...
· #53460
·
|
|
#golang: go fetches dependencies in compile phase
Well AFAIK your observation is correct, go-mod.bbclass doesn't work a in BB_NO_NETWORK-safe manner. What you could do is to provide all the dependencies manually and add them via DEPENDS, which is gra
Well AFAIK your observation is correct, go-mod.bbclass doesn't work a in BB_NO_NETWORK-safe manner. What you could do is to provide all the dependencies manually and add them via DEPENDS, which is gra
|
By
...
· #53068
·
|