|
boot script for barebox in build/deploy/images/$IMAGE_NAME/ directory
Hello everyone, I need to put the boot.sh file in the build/deploy/images/$IMAGE_NAME/ directory during the build, how can I do this using the yocto build system?
Hello everyone, I need to put the boot.sh file in the build/deploy/images/$IMAGE_NAME/ directory during the build, how can I do this using the yocto build system?
|
By
...
· #56021
·
|
|
rebuilding images
Ok, thanks. пн, 10 янв. 2022 г. в 16:16, Alexander Kanavin <alex.kanavin@...>:
Ok, thanks. пн, 10 янв. 2022 г. в 16:16, Alexander Kanavin <alex.kanavin@...>:
|
By
...
· #55775
·
|
|
rebuilding images
I build the image with the command #bitbake phytec-headless-image then I need to add something to the image and I do it like this #rm -rf tmp sstate-cache deploy and #bitbake phytec-headless-image but
I build the image with the command #bitbake phytec-headless-image then I need to add something to the image and I do it like this #rm -rf tmp sstate-cache deploy and #bitbake phytec-headless-image but
|
By
...
· #55771
·
|
|
task do_patch does not exist
Hello. I created a recipe with the following command: $ devtool add mosquitto https://mosquitto.org/files/source/mosquitto-2.0.11.tar.gz i got the file: ivr@home-machine:~/work/yocto/build $ cat works
Hello. I created a recipe with the following command: $ devtool add mosquitto https://mosquitto.org/files/source/mosquitto-2.0.11.tar.gz i got the file: ivr@home-machine:~/work/yocto/build $ cat works
|
By
...
· #54635
·
|
|
editing Makefile after configure stage to disable -Werror
i cleaned out -Werror wherever possible with command: sed -i 's/-Werror//g' $(find . -type f -exec egrep -l _no_Werror {} \;) and elfutils is builded вт, 31 авг. 2021 г. в 09:41, Ivan Riabtsov via lis
i cleaned out -Werror wherever possible with command: sed -i 's/-Werror//g' $(find . -type f -exec egrep -l _no_Werror {} \;) and elfutils is builded вт, 31 авг. 2021 г. в 09:41, Ivan Riabtsov via lis
|
By
...
· #54616
·
|
|
editing Makefile after configure stage to disable -Werror
Hello, I have the following error: ../../elfutils-0.166/libelf/libelfP.h:53:30: error: ‘__elf64_msize’ specifies less restrictive attribute than its target ‘elf64_fsize’: ‘const’ [-Werror=missing-attr
Hello, I have the following error: ../../elfutils-0.166/libelf/libelfP.h:53:30: error: ‘__elf64_msize’ specifies less restrictive attribute than its target ‘elf64_fsize’: ‘const’ [-Werror=missing-attr
|
By
...
· #54612
·
|
|
downgrade openssl libraryes
I have phytec imx6ul board with a preinstalled os. On this os opessl version is 1.0.2j i need to build nginx for this board, but i can't build yocto same version as i have on board, so I grabbed a new
I have phytec imx6ul board with a preinstalled os. On this os opessl version is 1.0.2j i need to build nginx for this board, but i can't build yocto same version as i have on board, so I grabbed a new
|
By
...
· #54603
·
|
|
downgrade openssl libraryes
hello i am trying to rollback openssl version from 1.1.1i to 1.0.2j. Copied the recipe openssl_1.1.1i.bb to openssl_1.0.2j.bb, saved the openssl_1.1.1i.bb version with the name openssl_1.1.1i.bb.backu
hello i am trying to rollback openssl version from 1.1.1i to 1.0.2j. Copied the recipe openssl_1.1.1i.bb to openssl_1.0.2j.bb, saved the openssl_1.1.1i.bb version with the name openssl_1.1.1i.bb.backu
|
By
...
· #54601
·
|
|
building mbpoll
Hi All. i need to build mbpoll git://github.com/epsilonrt/mbpoll I was created layer: ivr@home-machine:~/work/yocto_orig/sources/meta-mbpoll/recipes-mbpoll/mbpoll $ cat mbpoll_1.4.11.bb SUMMARY = "bit
Hi All. i need to build mbpoll git://github.com/epsilonrt/mbpoll I was created layer: ivr@home-machine:~/work/yocto_orig/sources/meta-mbpoll/recipes-mbpoll/mbpoll $ cat mbpoll_1.4.11.bb SUMMARY = "bit
|
By
...
· #54576
·
|
|
building additional kenrel module in yocto, ERROR: no makefile found
Ok, thanks. one more question if you allow: module is build correctly, but i have error during install: ERROR: gobinet-1-r0 do_package: QA Issue: gobinet: Files/directories were installed but not ship
Ok, thanks. one more question if you allow: module is build correctly, but i have error during install: ERROR: gobinet-1-r0 do_package: QA Issue: gobinet: Files/directories were installed but not ship
|
By
...
· #54488
·
|
|
building additional kenrel module in yocto, ERROR: no makefile found
Ok, thanks. "aptitude install openssl-dev" on host machine is solved this ср, 18 авг. 2021 г. в 18:38, Quentin Schulz <foss@...>:
Ok, thanks. "aptitude install openssl-dev" on host machine is solved this ср, 18 авг. 2021 г. в 18:38, Quentin Schulz <foss@...>:
|
By
...
· #54486
·
|
|
building additional kenrel module in yocto, ERROR: no makefile found
Thanks! Can I ask one more question? My module is need for openssl, I added DEPENDS = "openssl" in my recipe $ cat meta-gobinet/recipes-gobinet/gobinet/gobinet_1.bb SUMMARY = "gobinet module" LICENSE
Thanks! Can I ask one more question? My module is need for openssl, I added DEPENDS = "openssl" in my recipe $ cat meta-gobinet/recipes-gobinet/gobinet/gobinet_1.bb SUMMARY = "gobinet module" LICENSE
|
By
...
· #54482
·
|
|
building additional kenrel module in yocto, ERROR: no makefile found
help please, I meet with a problem with assembling the kernel module, created a new layer: $ ll ~/work/yocto/sources/meta-gobinet total 28K drwxr-xr-x 5 ivr ivr 4.0K Aug 18 11:27 . drwxr-xr-x 12 ivr i
help please, I meet with a problem with assembling the kernel module, created a new layer: $ ll ~/work/yocto/sources/meta-gobinet total 28K drwxr-xr-x 5 ivr ivr 4.0K Aug 18 11:27 . drwxr-xr-x 12 ivr i
|
By
...
· #54479
·
|