|
[poky] python-setuptools dependency loops error
#yocto
#python
Hi all, I have a problem using python-setuptools with yocto when bitbaking any recipe that inherits setuptools , or even when I execute "bitbake setuptools" but there is no problem with setuptools3, b
Hi all, I have a problem using python-setuptools with yocto when bitbaking any recipe that inherits setuptools , or even when I execute "bitbake setuptools" but there is no problem with setuptools3, b
|
By
...
· #49928
·
|
|
sd-bus.h not found when compiling
#yocto
Hi All, I'm trying to create a recipe for wirepas_gateway , it is a python project, but it uses systemd dbus , and there is a .c file that includes #include <systemd/sd-bus.h> I tried to add "systemd"
Hi All, I'm trying to create a recipe for wirepas_gateway , it is a python project, but it uses systemd dbus , and there is a .c file that includes #include <systemd/sd-bus.h> I tried to add "systemd"
|
By
...
· #50815
·
|
|
setup.py no such file or directory
Hi Community, I have a python module which I downloaded from github containing a setup.py as all python modules. When I create a recipe with devtool it compiles correctly with no problem, but when I c
Hi Community, I have a python module which I downloaded from github containing a setup.py as all python modules. When I create a recipe with devtool it compiles correctly with no problem, but when I c
|
By
...
· #50823
·
|
|
setup.py no such file or directory
HI, I'm trying to make a recipe for wirepas-gateway and wirepas-messaging, let's take wirepas-messaging for an example , it is so easy : I'm downloading the https://github.com/wirepas/backend-apis/tre
HI, I'm trying to make a recipe for wirepas-gateway and wirepas-messaging, let's take wirepas-messaging for an example , it is so easy : I'm downloading the https://github.com/wirepas/backend-apis/tre
|
By
...
· #50828
·
|
|
setup.py no such file or directory
Hi again, When I add the recipe with devtool and I disable the .bbappend that adds externalsrc the same error appears. Should I add it to final recipe as well ? Can anyone explain this for me ? Thanks
Hi again, When I add the recipe with devtool and I disable the .bbappend that adds externalsrc the same error appears. Should I add it to final recipe as well ? Can anyone explain this for me ? Thanks
|
By
...
· #50830
·
|
|
setup.py no such file or directory
Hi Again, I solved the issue, The problem was that when yocto unpacks the source files it unpacks it not in tmp/work/.../python3-wirepas-messaging/python3-wirepas-messaging-1.0 which is the work direc
Hi Again, I solved the issue, The problem was that when yocto unpacks the source files it unpacks it not in tmp/work/.../python3-wirepas-messaging/python3-wirepas-messaging-1.0 which is the work direc
|
By
...
· #50831
·
|
|
sd-bus.h not found even with DEPENDS += "systemd"
Hi Community, I'm trying to make a recipe for source files with a Makefile , files are under : https://github.com/wirepas/gateway/tree/master/sink_service I can't add the recipe directly from the URL,
Hi Community, I'm trying to make a recipe for source files with a Makefile , files are under : https://github.com/wirepas/gateway/tree/master/sink_service I can't add the recipe directly from the URL,
|
By
...
· #50832
·
|
|
sd-bus.h not found even with DEPENDS += "systemd"
HI Again, The systemd issue is solved by installing the libsystemd in my native host, but I got another problem linking the lib with "ld" : | /media/talel/data/menzu-zeus/menzu/tmp/work/aarch64-poky-l
HI Again, The systemd issue is solved by installing the libsystemd in my native host, but I got another problem linking the lib with "ld" : | /media/talel/data/menzu-zeus/menzu/tmp/work/aarch64-poky-l
|
By
...
· #50833
·
|
|
sd-bus.h not found even with DEPENDS += "systemd"
Hi, A response came only to me : So I added EXTRA_OEMAKE += "-I${STAGING_INCDIR} to fix the systemd include error. But I still get the error of : /media/talel/data/menzu-zeus/menzu/tmp/work/aarch64-po
Hi, A response came only to me : So I added EXTRA_OEMAKE += "-I${STAGING_INCDIR} to fix the systemd include error. But I still get the error of : /media/talel/data/menzu-zeus/menzu/tmp/work/aarch64-po
|
By
...
· #50839
·
|
|
Only index.html is cloned in private repo clone recipe
#yocto
Hello All, I have a private git repo which is in a local gitlab server. Here is the local repo domain: http://gitlab.tools.comp.local/comp/sense/sense_frontend I already saved the git credentials (use
Hello All, I have a private git repo which is in a local gitlab server. Here is the local repo domain: http://gitlab.tools.comp.local/comp/sense/sense_frontend I already saved the git credentials (use
|
By
...
· #50943
·
|
|
Only index.html is cloned in private repo clone recipe
#yocto
Hi, Thanks for the quick reply , Actually I was wrong about https, I changed it to http and added: SRCURL = "git://gitlab.tools.comp.local/comp/sense/sense_frontend" instead of SRCURL = "http://gitlab
Hi, Thanks for the quick reply , Actually I was wrong about https, I changed it to http and added: SRCURL = "git://gitlab.tools.comp.local/comp/sense/sense_frontend" instead of SRCURL = "http://gitlab
|
By
...
· #50945
·
|
|
NPM package recipe, npm not found
Hi, I'm trying to make a recipe for an NPM package. The source files are local. Here is my recipe: LICENSE="CLOSED" SRC_URI+="file://sense-web_${PV].zip" S=${WORKDIR} DEPENDS+="nodejs" do_compile(){ e
Hi, I'm trying to make a recipe for an NPM package. The source files are local. Here is my recipe: LICENSE="CLOSED" SRC_URI+="file://sense-web_${PV].zip" S=${WORKDIR} DEPENDS+="nodejs" do_compile(){ e
|
By
...
· #50946
·
|
|
NPM package recipe, npm not found
You are right, it needs nodejs-native in DEPENDS. Now it is working Thanks a lot.
You are right, it needs nodejs-native in DEPENDS. Now it is working Thanks a lot.
|
By
...
· #50948
·
|
|
Only index.html is cloned in private repo clone recipe
#yocto
Thanks for the support, Here what I tried and it worked: And now everything is fetched and then unpacked into ${S}/git correctly. Thanks, Talel
Thanks for the support, Here what I tried and it worked: And now everything is fetched and then unpacked into ${S}/git correctly. Thanks, Talel
|
By
...
· #50959
·
|
|
[SUMO] NPM package recipe Javascript heap out of memory
Hi All, I created a recipe that builds an NPM package, it worked well on the Zeus branch , but in another environment using Sumo branch this error occurred : Log data follows | DEBUG: Executing shell
Hi All, I created a recipe that builds an NPM package, it worked well on the Zeus branch , but in another environment using Sumo branch this error occurred : Log data follows | DEBUG: Executing shell
|
By
...
· #50963
·
|
|
Which dts is being compiled?
Hi, The kernel compiles every DTS exists in the Makefile which is located with DTS files. (arch/arm/boot/dts/Makefile) or (arch/arm64/boot/dts/[VENDOR]/Makefile) In order to see what device tree is de
Hi, The kernel compiles every DTS exists in the Makefile which is located with DTS files. (arch/arm/boot/dts/Makefile) or (arch/arm64/boot/dts/[VENDOR]/Makefile) In order to see what device tree is de
|
By
...
· #51089
·
|
|
Cross compilation error finding libraries
Hi All, I have an SDK populated from an image. After sourcing the SDK env file, I try to run make on a project with this command : make CC="$CC" LD="$LD" CFLAGS="${CFLAGS} --sysroot=/media/talel/data/
Hi All, I have an SDK populated from an image. After sourcing the SDK env file, I try to run make on a project with this command : make CC="$CC" LD="$LD" CFLAGS="${CFLAGS} --sysroot=/media/talel/data/
|
By
...
· #51188
·
|
|
Cross compilation error finding libraries
Hi, Thanks for the reply. Setting LD to $CC didn't work as well.
Hi, Thanks for the reply. Setting LD to $CC didn't work as well.
|
By
...
· #51197
·
|
|
How to use WORKDIR of recipe A in recipe B ?
Hi All, I have a macchina.io recipe that fetches the source from Github and compiles it correctly. In the WORKDIR , there is a samples directory with many examples, and each example has a Makefile, he
Hi All, I have a macchina.io recipe that fetches the source from Github and compiles it correctly. In the WORKDIR , there is a samples directory with many examples, and each example has a Makefile, he
|
By
...
· #51199
·
|
|
How to use WORKDIR of recipe A in recipe B ?
Sorry this is rest of the mail: I need to use the macchina WORKDIR in a different recipe , so that I can compile only my sample. For example, in my recipe I export those global variable used in the Ma
Sorry this is rest of the mail: I need to use the macchina WORKDIR in a different recipe , so that I can compile only my sample. For example, in my recipe I export those global variable used in the Ma
|
By
...
· #51200
·
|