Re: Raspberry PI enabling MMC1
chuck kamas
Raj,
Thanks for taking the time to respond. I thought of that too. My custom Yocto build has the line to turn on the sdio in it: dtoverlay=sdio,poll_once=offI have attached the entire file: config.txt.yocto However, the Rasbian image does not have any mention of the dtoverlay for the sdio. Curious. See config.txt attached. Thanks for the help! Chuck On 11/17/20 12:08 AM, Khem Raj wrote: On Mon, Nov 16, 2020 at 11:43 PM chuck kamas via
|
|
Re: Enaable to add binary in /usr/bin using .bb file
NIKHIL PATIL
Hi , If anyone know , please help on these .
On Thu, Nov 19, 2020 at 1:14 PM NIKHIL PATIL via lists.yoctoproject.org <nikhilvp29=gmail.com@...> wrote:
|
|
Re: qtwayland compile issue 5.15
#dunfell
Find QSizeF
toggle quoted messageShow quoted text
newSize(qMax(width, 1.0), qMax(height, 1.0)); in src/compositor/extensions/qwaylandxdgshellv5.cpp and change it to newSize(qMax((double)width, 1.0), qMax((double)height, 1.0)); and see if it helps.
On Tue, Nov 17, 2020 at 6:59 PM sateesh m <sateesh0457@gmail.com> wrote:
|
|
qtwayland compile issue 5.15
#dunfell
sateesh m
Hi Guys,
I am getting qtwayland building issue using dunfell version. can anybody help me to solve this issue. Regards, Sateesh
|
|
Re: [PATCH yocto-autobuilder-helper] auh-config: add non-default distro features
Alexander Kanavin
ping :) Alex
On Tue, 10 Nov 2020 at 09:56, Alexander Kanavin via lists.yoctoproject.org <alex.kanavin=gmail.com@...> wrote: This adds systemd and pam related recipes to upstream checks and devtool-driven updates.
|
|
Re: #yocto
#yocto
On 2020-11-18 8:08 a.m., Monsees, Steven C (US) via lists.yoctoproject.org wrote:
I was going through the kernel boot output and saw the following output, can someone tell me why this might be popping up and how I might modify configuration to resolve? :Hi Steve, Can you describe your build host and environment and what steps you take to encounter this error? Does it happen with poky/gatesgarth? What happens if you follow the steps for: http://docs.yoctoproject.org/brief-yoctoprojectqs/brief-yoctoprojectqs.html ../Randy . -- # Randy MacLeod # Wind River Linux
|
|
Shamil Khan
Hi, You can use BBMASK variable in your configuration file to prevent bitbake from parsing certain recipes. For example, Hope this helps!
|
|
Re: Enaable to add binary in /usr/bin using .bb file
On Thu, 19 Nov 2020 at 08:40, NIKHIL PATIL <nikhilvp29@gmail.com> wrote:
It looks like your original email was sent less than an hour ago, give people some time. I also recommend looking at the docs yourself. Thanks, -- Paul Barker Konsulko Group
|
|
Re: qtwayland compile issue 5.15
#dunfell
On 11/17/20 9:40 PM, Khem Raj via lists.yoctoproject.org wrote:
Find QSizeFbtw. qtwaywand worked fine with gcc and clang on latest master for rv64 so please describe any local changes you are carrying On Tue, Nov 17, 2020 at 6:59 PM sateesh m <sateesh0457@gmail.com> wrote:
|
|
Re: Enaable to add binary in /usr/bin using .bb file
Quentin Schulz
Hi,
On Thu, Nov 19, 2020 at 01:13:43PM +0530, NIKHIL PATIL wrote: Hi ,You're not compiling a package, you're compiling a recipe named obexpushtest whose output is packages (one of which is named the same as the recipe, hence the confusion). that time it is compiling fine , but when i am adding obexpushtest inBut here, you're adding a package into an image. Effectively, the first and second commands you ran don't do the same thing. ## Error :-You should probably inherit bin_package but override do_install (otherwise you'll have an issue with the do_install task coming from the bin_package bbclass trying to pack your whole ${WORKDIR} (S) which include way too many files you're not interested in). do_install_append () {No need for _append since the following is the only thing your recipe will do, so better just override do_install. install -d ${D}/${bindir}Here's the issue, you put your file into the obexpushtest-example and I'm pretty sure that your obexpushtest package is actually empty and by default empty packages are removed, hence why the image recipe can't include this package. IMHO, no need for your PACKAGES and FILES variables as the default will put your binary in the obexpushtest package, and since your recipe isn't creating any other package (explicitly), I don't see the use for a new package. Quentin
|
|
Re: [yocto-autobuilder2 PATCH] config.json: drop redundant meta-kernel mentions
Anuj Mittal
Hi Ross
On Mon, 2020-11-16 at 14:59 +0000, Ross Burton wrote: From: Ross Burton <ross.burton@arm.com>For gatesgarth, this is causing: FileNotFoundError: [Errno 2] No such file or directory: '/home/pokybuild/yocto-worker/meta-arm/build/repos/meta-kernel' https://autobuilder.yoctoproject.org/typhoon/#/builders/113/builds/472 meta-arm gatesgarth needs meta-kernel? Thanks, Anuj Signed-off-by: Ross Burton <ross.burton@arm.com>
|
|
dunfell actual package.bbclass causing problems after commit
#dunfell
TRO
this commit 087a099c288c6bedf368c8756d998172b02b50ad
package: get_package_mapping: avoid dependency mapping if renamed package provides original name is causing this problem: NOTE: recipe intronix-introndplus-initramfs-1.0-r0: task do_rootfs: Started ERROR: intronix-introndplus-initramfs-1.0-r0 do_rootfs: Unable to install packages. Command '/home/dev-build2/yocto/poky/build-xco/tmp/work/xco-poky-linux/intronix-introndplus-initramfs/1.0-r0/recipe-sysroot-native/usr/bin/opkg --volatile-cache -f /home/dev-build2/yocto/poky/build-xco/tmp/work/xco-poky-linux/intronix-introndplus-initramfs/1.0-r0/opkg.conf -t /home/dev-build2/yocto/poky/build-xco/tmp/work/xco-poky-linux/intronix-introndplus-initramfs/1.0-r0/temp/ipktemp/ -o /home/dev-build2/yocto/poky/build-xco/tmp/work/xco-poky-linux/intronix-introndplus-initramfs/1.0-r0/rootfs --force_postinstall --prefer-arch-to-version --add-ignore-recommends busybox-syslog install base-passwd busybox gptfdisk initrdscripts-intronix packagegroup-luks-initramfs packagegroup-tpm2-initramfs run-postinsts' returned 1: Collected errors: * Solver encountered 1 problem(s): * Problem 1/1: * - package initrdscripts-intronix-1.0-r0.corei7-64 requires cgos, but none of the providers can be installed * * Solution 1: * - do not ask to install a package providing initrdscripts-intronix * opkg_finalize_intercepts: Failed to open dir /home/dev-build2/yocto/poky/build-xco/tmp/work/xco-poky-linux/intronix-introndplus-initramfs/1.0-r0/temp/ipktemp//opkg-JQVGKK/opkg-intercept-DEACdL: No such file or directory. * rm_r: Failed to open dir /home/dev-build2/yocto/poky/build-xco/tmp/work/xco-poky-linux/intronix-introndplus-initramfs/1.0-r0/temp/ipktemp//opkg-JQVGKK/opkg-intercept-DEACdL: No such file or directory. * rm_r: Failed to open dir /home/dev-build2/yocto/poky/build-xco/tmp/work/xco-poky-linux/intronix-introndplus-initramfs/1.0-r0/temp/ipktemp//opkg-JQVGKK: No such file or directory. Disfavor package: busybox-syslog cgos is that: https://git.congatec.com/x86/meta-congatec-x86/-/blob/dunfell/recipes-tools/cgos/cgos-mod_1.03.025.bb
|
|
Re: [yocto-autobuilder2 PATCH] config.json: drop redundant meta-kernel mentions
Ross Burton
Yes. My understanding is that there's separate branches for each
toggle quoted messageShow quoted text
target? This is for master and not gatesgarth. Ross
On Thu, 19 Nov 2020 at 03:32, Mittal, Anuj <anuj.mittal@intel.com> wrote:
|
|
Re: adding obextool anfd obexpush in yocto
NIKHIL PATIL
Hi , I am able to add obexctl in our image , but still obexpush i am not able to add as a package . i take a package from following link :- but obexpush package is not compiling with our sdk . so is there any other link is there so we can take package from there and integrate with our sdk ? thanks.
On Sat, Aug 8, 2020 at 6:39 PM NIKHIL PATIL <nikhilvp29@...> wrote:
|
|
lib64 support for custome image
NIKHIL PATIL
Hi, We are creating our custom image (core-image-xxx.bb) in that lib64 support is not there . but for core-image-sato image lib64 support is by default . so how we can add lib64 support for our custom image ?
|
|
Re: Enaable to add binary in /usr/bin using .bb file
NIKHIL PATIL
Hi , for these issue we got solution , obexpushd binary interpreter is on /lib64 folder , but in our custom image /lib64 support is not there . so we are trying to add lib64 support for our custom image . For sato image by default it is taking lib64 support , so it work there.
On Thu, Nov 19, 2020 at 6:30 PM NIKHIL PATIL via lists.yoctoproject.org <nikhilvp29=gmail.com@...> wrote:
|
|
multilib: lib32-libgdiplus complaining about qemuwrapper
Pelle Windestam
Hi all,
I am using Yocto 2.5 and have a working multilib-enabled image based on poky which includes libgdiplus (64-bit). Due to requirements I had to add the 32-bit version, so I added lib32-libgdiplus to my image recipe. This caused the following error output from bitbake: WARNING: tmlinux-image-1.0-r0 do_rootfs: The postinstall intercept hook 'update_gio_module_cache-lib32' failed, details in /home/pelle/development/var-fsl-yocto/build_kodkod/tmp/work/imx8qxpb0_var_som-poky-linux/tmlinux-image/1.0-r0/temp/log.do_rootfs ERROR: tmlinux-image-1.0-r0 do_rootfs: The following packages could not be configured offline and rootfs is read-only: ['100-lib32-libglib-2.0-0'] ERROR: tmlinux-image-1.0-r0 do_rootfs: Function failed: do_rootfs ERROR: Logfile of failure stored in: /home/pelle/development/var-fsl-yocto/build_kodkod/tmp/work/imx8qxpb0_var_som-poky-linux/tmlinux-image/1.0-r0/temp/log.do_rootfs.30106 ERROR: Task (/home/pelle/development/var-fsl-yocto/sources/meta-tagmaster/recipes-core/images/tmlinux-image.bb:do_rootfs) failed with exit code '1' While searching for the root cause of this, I discovered a change to update_gio_module_cache (https://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/scripts/postinst-intercepts/update_gio_module_cache?id=87631af64032b18ea354b27cc586ec13391bd143) that I thought might help. I applied this change (and the changes from https://github.com/openembedded/openembedded-core/commit/d10fd6ae3fe46290c6e3a5250878966d9f12ca3f for the qemuwrapper-cross_1.0.bb recipe) to my local code, and once again tried building the image. The error message from bitbake is the same, but in the do_rootfs log I find this: /home/pelle/development/var-fsl-yocto/build_kodkod/tmp/work/imx8qxpb0_var_som-poky-linux/tmlinux-image/1.0-r0/intercept_scripts-bd1c31820bf736a004f4ebe71461d6fa3ae23f7d97783c8f28a606e086741d8a/update_gio_module_cache-lib32: 15: /home/pelle/development/var-fsl-yocto/build_kodkod/tmp/work/imx8qxpb0_var_som-poky-linux/tmlinux-image/1.0-r0/intercept_scripts-bd1c31820bf736a004f4ebe71461d6fa3ae23f7d97783c8f28a606e086741d8a/update_gio_module_cache-lib32: lib32-qemuwrapper: not found If I search my tmp directory, there is nothing called "lib32-qemuwrapper", but there is "lib32-qemuwrapper-cross". Does anyone have any ideas or suggestions? //Pelle
|
|
Re: Enaable to add binary in /usr/bin using .bb file
NIKHIL PATIL
Hi , Thank You very much , we are able to copy obexpushd to /usr/bin using .bb file. I have one more dout ; 1) We created our own custom image (bitbake core-image-xxxx) , after flashing image to board . when we run obexpushd binary it shows as follows :- root@intel-corei7-64:~# obexpushd -sh: /usr/bin/obexpushd: No such file or directory root@intel-corei7-64:~# cd /usr/bin root@intel-corei7-64:/usr/bin# ls | grep obexpush obexpushd root@intel-corei7-64:/usr/bin# Even though binary is there it shows no such file or directory. 2) But when we are flashing a sato image (bitbake core-image-sato-sdk ) , that time obexpushd binary is working fine . Why it is happening like these ? Is there any permission related issue with custom image and sato image ?
On Thu, Nov 19, 2020 at 4:48 PM Quentin Schulz <quentin.schulz@...> wrote: Hi,
|
|
Re: #yocto
#yocto
Monsees, Steven C (US)
Intel based platform, quick build under "zeus" does not show issue...
toggle quoted messageShow quoted text
I do not see issue under "rocko"... Currently porting "rocko" to "zeus", Gatesgarth port is next after zeus runs clean... I am assuming this banner is part of Yocto, are you now attempting to reserve/use a serial device (ttyS0) here ? Can you possibly point me as to where this is being done ?, and is this a configurable option ? Thanks, Steve
-----Original Message-----
From: yocto@lists.yoctoproject.org [mailto:yocto@lists.yoctoproject.org] On Behalf Of Randy MacLeod Sent: Wednesday, November 18, 2020 7:30 PM To: Monsees, Steven C (US) <steven.monsees@baesystems.com>; yocto@lists.yoctoproject.org Subject: Re: [yocto] #yocto *** WARNING *** EXTERNAL EMAIL -- This message originates from outside our organization. On 2020-11-18 8:08 a.m., Monsees, Steven C (US) via lists.yoctoproject.org wrote: I was going through the kernel boot output and saw the followingHi Steve, Can you describe your build host and environment and what steps you take to encounter this error? Does it happen with poky/gatesgarth? What happens if you follow the steps for: http://docs.yoctoproject.org/brief-yoctoprojectqs/brief-yoctoprojectqs.html ../Randy
-- # Randy MacLeod # Wind River Linux
|
|
Re: Enaable to add binary in /usr/bin using .bb file
Quentin Schulz
Hi,
On Thu, Nov 19, 2020 at 04:45:19PM +0530, NIKHIL PATIL wrote: Hi ,I gave you what you have to do in the previous mail. Remove the last two lines of your bb file. If it does not work, give the full error logs and what you're trying to achieve and what you have. Quentin
|
|