|
#vmdk #hddimg #iso with
#dunfell
#vmdk
#hddimg
#iso
I messed it up, this relates to: https://lists.yoctoproject.org/g/yocto/message/51705
I messed it up, this relates to: https://lists.yoctoproject.org/g/yocto/message/51705
|
By
chruetli@...
· #51992
·
|
|
#vmdk #hddimg #iso with
#dunfell
#vmdk
#hddimg
#iso
Some more information: Build Configuration: BB_VERSION= "1.46.0" BUILD_SYS= "x86_64-linux" NATIVELSBSTRING= "universal" TARGET_SYS= "x86_64-poky-linux" MACHINE= "virtualbox" DISTRO= "my-gnu-linux" DIS
Some more information: Build Configuration: BB_VERSION= "1.46.0" BUILD_SYS= "x86_64-linux" NATIVELSBSTRING= "universal" TARGET_SYS= "x86_64-poky-linux" MACHINE= "virtualbox" DISTRO= "my-gnu-linux" DIS
|
By
chruetli@...
· #51990
·
|
|
Unable to extract tar file
#dunfell
#yocto
Hi Quentin, Thank you for the earlier help. After that, I got a QA Issue and I was trying to solve it, but I'm unable to do it. Any suggestions would be helpful. Package contains non-symlink .so: tokb
Hi Quentin, Thank you for the earlier help. After that, I got a QA Issue and I was trying to solve it, but I'm unable to do it. Any suggestions would be helpful. Package contains non-symlink .so: tokb
|
By
Vijay Rakesh Munganda
· #51959
·
|
|
Unable to extract tar file
#dunfell
#yocto
Thank you! it worked. Thanks, Vijay Rakesh.
Thank you! it worked. Thanks, Vijay Rakesh.
|
By
Vijay Rakesh Munganda
· #51950
·
|
|
Unable to extract tar file
#dunfell
#yocto
Do you have B set up somewhere in your recipe? Otherwise try ${S}/lib/libopentok.so for the source path. Quentin
Do you have B set up somewhere in your recipe? Otherwise try ${S}/lib/libopentok.so for the source path. Quentin
|
By
Quentin Schulz
· #51946
·
|
|
Unable to extract tar file
#dunfell
#yocto
This is the path to libopentok.so tmp/work/aarch64-poky-linux/tokbox/1.0-r0/libopentok_linux_llvm_arm64/lib/ Thanks, Vijay Rakesh.
This is the path to libopentok.so tmp/work/aarch64-poky-linux/tokbox/1.0-r0/libopentok_linux_llvm_arm64/lib/ Thanks, Vijay Rakesh.
|
By
Vijay Rakesh Munganda
· #51945
·
|
|
Unable to extract tar file
#dunfell
#yocto
If you go into ${WORKDIR} of your recipe (tmp/work/<arch>/<recipe name>), what is the path to libopentok.*.so? Quentin
If you go into ${WORKDIR} of your recipe (tmp/work/<arch>/<recipe name>), what is the path to libopentok.*.so? Quentin
|
By
Quentin Schulz
· #51941
·
|
|
Unable to extract tar file
#dunfell
#yocto
By changing to S = "${WORKDIR}/libopentok_linux_llvm_arm64" error got eliminated, thank you. Now, how can I install the file under opentok_linux_llvm_arm64/lib/libopentok.so into the rootfs? I tried t
By changing to S = "${WORKDIR}/libopentok_linux_llvm_arm64" error got eliminated, thank you. Now, how can I install the file under opentok_linux_llvm_arm64/lib/libopentok.so into the rootfs? I tried t
|
By
Vijay Rakesh Munganda
· #51939
·
|
|
Unable to extract tar file
#dunfell
#yocto
I figured out URL is hyperlinked with another URL. When I use a hyperlinked URL it is getting copied and extracted into the working directory. Thanks. Thanks, Vijay Rakesh.
I figured out URL is hyperlinked with another URL. When I use a hyperlinked URL it is getting copied and extracted into the working directory. Thanks. Thanks, Vijay Rakesh.
|
By
Vijay Rakesh Munganda
· #51938
·
|
|
Unable to extract tar file
#dunfell
#yocto
<vijayrakeshmunganda@...> wrote: What I mean is, do you see the file "libopentok_linux_llvm_arm64-2.18.1.tgz" itself under ${WORKDIR}? i.e. has it been copied instead of extracted? Also, please
<vijayrakeshmunganda@...> wrote: What I mean is, do you see the file "libopentok_linux_llvm_arm64-2.18.1.tgz" itself under ${WORKDIR}? i.e. has it been copied instead of extracted? Also, please
|
By
Paul Barker
· #51935
·
|
|
Unable to extract tar file
#dunfell
#yocto
Hi, S = "${WORKDIR}/libopentok_linux_llvm_arm64" This is the root directory of your archive and should be used for `S` Cheers, Quentin
Hi, S = "${WORKDIR}/libopentok_linux_llvm_arm64" This is the root directory of your archive and should be used for `S` Cheers, Quentin
|
By
Quentin Schulz
· #51934
·
|
|
Unable to extract tar file
#dunfell
#yocto
Hi Paul Barker, No, ${WORKDIR}/tokbox directory is empty, it is not getting placed. I can only see it in the downloads directory. I'm Yocto Project Dunfell version. Thanks, Vijay Rakesh.
Hi Paul Barker, No, ${WORKDIR}/tokbox directory is empty, it is not getting placed. I can only see it in the downloads directory. I'm Yocto Project Dunfell version. Thanks, Vijay Rakesh.
|
By
Vijay Rakesh Munganda
· #51933
·
|
|
Unable to extract tar file
#dunfell
#yocto
<vijayrakeshmunganda@...> wrote: Does the .tgz file get placed in ${WORKDIR} without being extracted? Also, which Yocto Project version/branch are you using? Thanks,
<vijayrakeshmunganda@...> wrote: Does the .tgz file get placed in ${WORKDIR} without being extracted? Also, which Yocto Project version/branch are you using? Thanks,
|
By
Paul Barker
· #51932
·
|
|
Unable to extract tar file
#dunfell
#yocto
Hi Zoran, Thanks for the reply. The reason behind CMakeLists.txt does not appear is because tgz file is getting extracted into the source folder, it is empty when I checked. My recipe is unable to ext
Hi Zoran, Thanks for the reply. The reason behind CMakeLists.txt does not appear is because tgz file is getting extracted into the source folder, it is empty when I checked. My recipe is unable to ext
|
By
Vijay Rakesh Munganda
· #51930
·
|
|
Unable to extract tar file
#dunfell
#yocto
Just maybe... This web pointer can help you! https://stackoverflow.com/questions/46448682/cmake-error-the-source-does-not-appear-to-contain-cmakelists-txt/52068568 Zoran _______ <vijayrakeshmunganda@g
Just maybe... This web pointer can help you! https://stackoverflow.com/questions/46448682/cmake-error-the-source-does-not-appear-to-contain-cmakelists-txt/52068568 Zoran _______ <vijayrakeshmunganda@g
|
By
Zoran
· #51929
·
|
|
Unable to extract tar file
#dunfell
#yocto
Anyone, please suggest. Thanks, Vijay Rakesh
Anyone, please suggest. Thanks, Vijay Rakesh
|
By
Vijay Rakesh Munganda
· #51928
·
|
|
Unable to extract tar file
#dunfell
#yocto
Hi All, I'm trying to install the Tokbox library into the build, but the tar file is not getting extracted into the folder. Here is my recipe code, kindly please help me where I went wrong. Recipe: DE
Hi All, I'm trying to install the Tokbox library into the build, but the tar file is not getting extracted into the folder. Here is my recipe code, kindly please help me where I went wrong. Recipe: DE
|
By
Vijay Rakesh Munganda
· #51911
·
|
|
hostapd_free_hapd_data: Interface wlan0 wasn't started
#linux
#kernel
#dunfell
Hi VR, Please make sure that the interface name in hostapd.conf matches with the wireless interface name of your target. By default it is set to wlan0, but it could be different in your target (for ex
Hi VR, Please make sure that the interface name in hostapd.conf matches with the wireless interface name of your target. By default it is set to wlan0, but it could be different in your target (for ex
|
By
Shamil Khan
· #51820
·
|
|
How to add pacemaker and corosync with yocto for aspberrypi with all it's dependencies
#dunfell
#raspberrypi
#yocto
Hello Team, I need to use High availability cluster in my project. I'm generating OS for Rpi using Ycot. I'm using dunfell poky version 3.1.3. I'm adding ntp tzdata pacemaker haveged and crmsh command
Hello Team, I need to use High availability cluster in my project. I'm generating OS for Rpi using Ycot. I'm using dunfell poky version 3.1.3. I'm adding ntp tzdata pacemaker haveged and crmsh command
|
By
@prashant2314
· #51811
·
|
|
git-lfs
#dunfell
I am seeing problems in git fetcher using a github repo using lfs + ssh in dunfell. I find if I set "lfs=0" it still attempts to download the lfs objects and fails. Same behavior if "lfs=1". SRC_URI =
I am seeing problems in git fetcher using a github repo using lfs + ssh in dunfell. I find if I set "lfs=0" it still attempts to download the lfs objects and fails. Same behavior if "lfs=1". SRC_URI =
|
By
joel.winarske@...
· #51732
·
|