|
ERROR: Task (/home/$USER/poky/meta/recipes-devtools/gcc/gcc-crosssdk_12.2.bb:do_compile) failed with exit code '1'
#debian
#devtool
It’s impossible to say without seeing what the actual error is. Share more of your logs and we might be able to help. Ross
It’s impossible to say without seeing what the actual error is. Share more of your logs and we might be able to help. Ross
|
By
Ross Burton
· #59359
·
|
|
Does python_poetry_core installs dependencies?
#devtool
#python
The Python build tool, be it poetry or flit or setuptools, will do a build in the environment that the recipe has defined: only the dependencies in DEPENDS, no virtualenv. The point being that we cont
The Python build tool, be it poetry or flit or setuptools, will do a build in the environment that the recipe has defined: only the dependencies in DEPENDS, no virtualenv. The point being that we cont
|
By
Ross Burton
· #59305
·
|
|
Does python_poetry_core installs dependencies?
#devtool
#python
I have a python script with its dependencies managed by poetry, which have this pyproject.toml file: [tool.poetry.dependencies] python = "^3.10" flask = "^2.2.3" graphene = "^3.2.1" graphql-server = "
I have a python script with its dependencies managed by poetry, which have this pyproject.toml file: [tool.poetry.dependencies] python = "^3.10" flask = "^2.2.3" graphene = "^3.2.1" graphql-server = "
|
By
minecraft2048@...
· #59301
·
|
|
Devtool fails if SRCREV is set to ${AUTOREV}
#kirkstone
#devtool
#yocto
I'm having the exact same issue when just modifying a custom linux recipie which is essntially the same as the one provided but referencing 5.15 after transposing recipies from dunfell to kirkstone. T
I'm having the exact same issue when just modifying a custom linux recipie which is essntially the same as the one provided but referencing 5.15 after transposing recipies from dunfell to kirkstone. T
|
By
acox@...
· #57913
·
|
|
Devtool fails if SRCREV is set to ${AUTOREV}
#kirkstone
#devtool
#yocto
Hello Everyone We perform yocto build and do devtool modify for one of package it works if we perform devtool modify for another package without resetting the previously modified package we are gettin
Hello Everyone We perform yocto build and do devtool modify for one of package it works if we perform devtool modify for another package without resetting the previously modified package we are gettin
|
By
shibi.cbe@...
· #57862
·
|
|
using Devtool upgrade with --no-patch subcommand
#yocto
#devtool
Hi i am currently understanding devtool work flow with --no-patch command, i was able to use with recipes having only src_uri to repo url only, where has other recipes with SRC_URI appended with patch
Hi i am currently understanding devtool work flow with --no-patch command, i was able to use with recipes having only src_uri to repo url only, where has other recipes with SRC_URI appended with patch
|
By
ksmanjunath681@...
· #57459
·
|
|
Updating BBappend files in yocto
#yocto
#python
#devtool
Apologies but I have to say no. Updating these three variables from a bbappend is not a good idea and I strongly recommend that you do not do it. If you need a different version of something, write a
Apologies but I have to say no. Updating these three variables from a bbappend is not a good idea and I strongly recommend that you do not do it. If you need a different version of something, write a
|
By
Alexander Kanavin
· #56274
·
|
|
Updating BBappend files in yocto
#yocto
#python
#devtool
Hi Alexander, I looked into the various options provided by devtool upgrade/devtool finish. Unfortunately, it doesn't have the required options to update .bbappend files. Below is a brief on my proble
Hi Alexander, I looked into the various options provided by devtool upgrade/devtool finish. Unfortunately, it doesn't have the required options to update .bbappend files. Below is a brief on my proble
|
By
ksmanjunath681@...
· #56273
·
|
|
Enabling variable history for bbappends
#devtool
#yocto
Hi, what do you mean by variable history? You can run `bitbake -e recipe_name | grep variable_name` which should show you how the variable value was changed by next recipes/bbappend files etc. Tomasz
Hi, what do you mean by variable history? You can run `bitbake -e recipe_name | grep variable_name` which should show you how the variable value was changed by next recipes/bbappend files etc. Tomasz
|
By
tomzy
· #56238
·
|
|
Enabling variable history for bbappends
#devtool
#yocto
HI, How to enable variable history for a recipe or bbappend file.
HI, How to enable variable history for a recipe or bbappend file.
|
By
ksmanjunath681@...
· #56237
·
|
|
Upgrading bbappend files
#devtool
#bitbake
Hi, i am trying to update bbappend files only with SRCREV, SRCBRANCH and SRC_URI defined in bbappend files using devtool .What should i follow Thanks & regards, Manjunath
Hi, i am trying to update bbappend files only with SRCREV, SRCBRANCH and SRC_URI defined in bbappend files using devtool .What should i follow Thanks & regards, Manjunath
|
By
ksmanjunath681@...
· #56187
·
|
|
How to add WIFI debug tool to custom image
#raspberrypi
#ubuntu
#yocto
#devtool
#distro
Hi Mihir, You can use NetworkManager recipe (http://cgit.openembedded.org/meta-openembedded/tree/meta-networking/recipes-connectivity/networkmanager/networkmanager_1.32.12.bb), and add networkmanager-
Hi Mihir, You can use NetworkManager recipe (http://cgit.openembedded.org/meta-openembedded/tree/meta-networking/recipes-connectivity/networkmanager/networkmanager_1.32.12.bb), and add networkmanager-
|
By
Michał Kotyla
· #55723
·
|
|
How to add WIFI debug tool to custom image
#raspberrypi
#ubuntu
#yocto
#devtool
#distro
Hello, How can I add any generic WiFi debug tool to Yocto imgae? Thanks Mihir
Hello, How can I add any generic WiFi debug tool to Yocto imgae? Thanks Mihir
|
By
mihirdave36@...
· #55698
·
|
|
How to add Alsa loopback / Alsa lib support to custom image
#linux
#raspberrypi
#ubuntu
#yocto
#devtool
Hello, Happy New Year I am trying to learn Yocto, & implement it on NXP & RPI 4 dev boards. so, could you please guide me how can i add, 1- Alsa loopback or Alsa library. to my custom Yocto image. Tha
Hello, Happy New Year I am trying to learn Yocto, & implement it on NXP & RPI 4 dev boards. so, could you please guide me how can i add, 1- Alsa loopback or Alsa library. to my custom Yocto image. Tha
|
By
mihirdave36@...
· #55697
·
|
|
devtool deploy-target with strip option: failed to preserve ownership
#devtool
#dunfell
Can you file a ticket in bugzilla for this as well please.
Can you file a ticket in bugzilla for this as well please.
|
By
Khem Raj
· #53966
·
|
|
devtool deploy-target with strip option: failed to preserve ownership
#devtool
#dunfell
Hi all, when I use "devtool deploy-target" with the --strip option in the eSDK, the ownership cannot be preserved during copying the files from "image" to "deploy-target-stripped": devtool deploy-targ
Hi all, when I use "devtool deploy-target" with the --strip option in the eSDK, the ownership cannot be preserved during copying the files from "image" to "deploy-target-stripped": devtool deploy-targ
|
By
Florian Amstutz
· #53962
·
|
|
devtool build failure first time but builds fine successfully second time.
#yocto
#devtool
Hello All, I am tyro in yocto , I am having a strange issue where I am trying to build the recipe using devtool build <recipe> . It fails first time but builds second time. It flags an error related t
Hello All, I am tyro in yocto , I am having a strange issue where I am trying to build the recipe using devtool build <recipe> . It fails first time but builds second time. It flags an error related t
|
By
raulpblooper@...
· #53888
·
|
|
Devtool eSDK remove package
#devtool
Hello, I have generated and installed eSDK for Yocto sumo correctly. I have two packages that provide the same headers, one of them is installed by default in the eSDK and I would like to install the
Hello, I have generated and installed eSDK for Yocto sumo correctly. I have two packages that provide the same headers, one of them is installed by default in the eSDK and I would like to install the
|
By
Gustavo Plaza
· #52004
·
|
|
Trying to compile hping3 from sources
#devtool
Hey Manasa !! Long time, happy to hear from you. I hope you are doing well, Hi Vaijayanthi I took a look at hping3 and its one package thats not cross-compile friendly, So no wonder Vaijayanthi was fi
Hey Manasa !! Long time, happy to hear from you. I hope you are doing well, Hi Vaijayanthi I took a look at hping3 and its one package thats not cross-compile friendly, So no wonder Vaijayanthi was fi
|
By
Khem Raj
· #51374
·
|
|
Emulator tool for imx8m
#linux
#devtool
#yocto
Thanks Andy, I tried to boot the linux kernel using TFTP/NFS, i got this below error BOOTP broadcast 1 DHCP client bound to address 10.78.216.7 (12 ms) Using ethernet@30be0000 device TFTP from server
Thanks Andy, I tried to boot the linux kernel using TFTP/NFS, i got this below error BOOTP broadcast 1 DHCP client bound to address 10.78.216.7 (12 ms) Using ethernet@30be0000 device TFTP from server
|
By
Amrun Nisha.R
· #51364
·
|