|
How to modify an existing file from an optional recipe?
Ok, i will investigate it. Thank you very much! -----Mensaje original----- De: Alexander Kanavin <alex.kanavin@...> Enviado el: lunes, 30 de mayo de 2022 14:41 Para: Cardenas Jose Antonio (JCARD
Ok, i will investigate it. Thank you very much! -----Mensaje original----- De: Alexander Kanavin <alex.kanavin@...> Enviado el: lunes, 30 de mayo de 2022 14:41 Para: Cardenas Jose Antonio (JCARD
|
By
Cardenas Jose Antonio (JCARDENA)
· #57217
·
|
|
How to modify an existing file from an optional recipe?
I can't. The file that i'm trying to modify is a configuration file of a service that is built with its recipe and in my "optional" recipe what i'm trying to do is change a parameter of that configura
I can't. The file that i'm trying to modify is a configuration file of a service that is built with its recipe and in my "optional" recipe what i'm trying to do is change a parameter of that configura
|
By
Cardenas Jose Antonio (JCARDENA)
· #57215
·
|
|
How to modify an existing file from an optional recipe?
Yes, indeed. It's a hack to be able to run some tests. Does the "image post processing task" that you comment related with SDK_POSTPROCESS_COMMAND? Regards. -----Mensaje original----- De: Alexander Ka
Yes, indeed. It's a hack to be able to run some tests. Does the "image post processing task" that you comment related with SDK_POSTPROCESS_COMMAND? Regards. -----Mensaje original----- De: Alexander Ka
|
By
Cardenas Jose Antonio (JCARDENA)
· #57213
·
|
|
How to modify an existing file from an optional recipe?
Hi all, I have a recipe that is built only with the SDK that modifies the content of an existing file in the rootfs by doing “install -m 644 ${WORKDIR}/my_file ${D}${sysconfdir}/my_file” but this comm
Hi all, I have a recipe that is built only with the SDK that modifies the content of an existing file in the rootfs by doing “install -m 644 ${WORKDIR}/my_file ${D}${sysconfdir}/my_file” but this comm
|
By
Cardenas Jose Antonio (JCARDENA)
· #57211
·
|
|
yocto-check-layer fails checking signatures.
Hi guys. For learning purposes have used yocto-check-layer against meta-qt5 layer and I have got that fails checking signatures with this output: INFO: test_signatures (common.CommonCheckLayer) INFO:
Hi guys. For learning purposes have used yocto-check-layer against meta-qt5 layer and I have got that fails checking signatures with this output: INFO: test_signatures (common.CommonCheckLayer) INFO:
|
By
Cardenas Jose Antonio (JCARDENA)
· #57167
·
|
|
perf compilation fails
Yes, that worked! Thank you very much! -----Mensaje original----- De: Khem Raj <raj.khem@...> Enviado el: viernes, 14 de enero de 2022 20:54 Para: Michael Opdenacker <michael.opdenacker@bootlin.
Yes, that worked! Thank you very much! -----Mensaje original----- De: Khem Raj <raj.khem@...> Enviado el: viernes, 14 de enero de 2022 20:54 Para: Michael Opdenacker <michael.opdenacker@bootlin.
|
By
Cardenas Jose Antonio (JCARDENA)
· #55888
·
|
|
perf compilation fails
Hi guys I’m no table to build correctly perf package. It looks like some sources have no been compiled because I’m getting an “undefined reference to” error. This problem has appeared since we have up
Hi guys I’m no table to build correctly perf package. It looks like some sources have no been compiled because I’m getting an “undefined reference to” error. This problem has appeared since we have up
|
By
Cardenas Jose Antonio (JCARDENA)
· #55835
·
|
|
help with ERROR: Nothing RPROVIDES <recipe> error
Hi all. I have added a recipe to BBMASK to skip the processing of this recipe for now, but when I try to compile the image i get ERROR: Nothing RPROVIDES <recipe> error. It’s like I should say to yoct
Hi all. I have added a recipe to BBMASK to skip the processing of this recipe for now, but when I try to compile the image i get ERROR: Nothing RPROVIDES <recipe> error. It’s like I should say to yoct
|
By
Cardenas Jose Antonio (JCARDENA)
· #55557
·
|
|
dist folder missing in npm build.
Hi Jean-Marie, thank you for the info. Do you know how we could do this extra build step? We are not sure about how to do it. Regards. Jose Obtener Outlook para Android
Hi Jean-Marie, thank you for the info. Do you know how we could do this extra build step? We are not sure about how to do it. Regards. Jose Obtener Outlook para Android
|
By
Cardenas Jose Antonio (JCARDENA)
· #50403
·
|
|
dist folder missing in npm build.
Hi all, i’m trying to reproduce an older recipe that was built with npm. It seems that the older recipe copied server files from a “dist” folder that now is missing. I show the install part of the rec
Hi all, i’m trying to reproduce an older recipe that was built with npm. It seems that the older recipe copied server files from a “dist” folder that now is missing. I show the install part of the rec
|
By
Cardenas Jose Antonio (JCARDENA)
· #50400
·
|
|
npmsw fetching error: package from npm-shrinkwrap is not downloaded so "Could not install from.../SONStream" as it does not contain a package.json file.
Hi Sandra, thank you by your info. It was very useful to fetch development modules from shrinkwrap file. I attach you the shrinkwrap file with no dependencies that I were trying to fetch. Regards. Jos
Hi Sandra, thank you by your info. It was very useful to fetch development modules from shrinkwrap file. I attach you the shrinkwrap file with no dependencies that I were trying to fetch. Regards. Jos
|
By
Cardenas Jose Antonio (JCARDENA)
· #50399
·
|
|
devtool add <npmmodule> ignores "devDependencies" from package.json when generates npm-shrinkwrap.json file
Yes, it worked! Thank you very much!
Yes, it worked! Thank you very much!
|
By
Cardenas Jose Antonio (JCARDENA)
· #50398
·
|
|
devtool add <npmmodule> ignores "devDependencies" from package.json when generates npm-shrinkwrap.json file
Hi all, Trying to create a recipe from scratch with “devtool add” tool, a npm-shrinkwrap.json file is created from reading of package.json from the module that is going to be installed. The building g
Hi all, Trying to create a recipe from scratch with “devtool add” tool, a npm-shrinkwrap.json file is created from reading of package.json from the module that is going to be installed. The building g
|
By
Cardenas Jose Antonio (JCARDENA)
· #50386
·
|
|
Additional log handler
Hi Konrad, Every task has a log file in their correspondent recipe workdir that normally it is indicated by yocto when a recipe fails in the error message. Anyway you always can redirect the bitbake o
Hi Konrad, Every task has a log file in their correspondent recipe workdir that normally it is indicated by yocto when a recipe fails in the error message. Anyway you always can redirect the bitbake o
|
By
Cardenas Jose Antonio (JCARDENA)
· #50327
·
|
|
npmsw fetching error: package from npm-shrinkwrap is not downloaded so "Could not install from.../SONStream" as it does not contain a package.json file.
Hi all, following with my work with yocto npm I got a new error. I have declared in the recipe SRC_URI = " \ git://github.com/SiliconLabs/gateway-management-ui.git;protocol=git \ npmsw://${THISDIR}/${
Hi all, following with my work with yocto npm I got a new error. I have declared in the recipe SRC_URI = " \ git://github.com/SiliconLabs/gateway-management-ui.git;protocol=git \ npmsw://${THISDIR}/${
|
By
Cardenas Jose Antonio (JCARDENA)
· #50321
·
|
|
[yocto-builds] npmsw fetcher error : npm-shrinkwrap.json' has invalid parameters. Unsupported dependency: arr-flatten
Hi Jean-Marie. That was the problem! I was using an older format of npm-shrinkwrap.json file. I have regenerated the file and it’s working now. Thank you very much!
Hi Jean-Marie. That was the problem! I was using an older format of npm-shrinkwrap.json file. I have regenerated the file and it’s working now. Thank you very much!
|
By
Cardenas Jose Antonio (JCARDENA)
· #50312
·
|