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: 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: [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: KeyError: 'getpwuid(): uid not found: 1000' in do_package phase
Marek Belisko
On Tue, Nov 17, 2020 at 2:19 PM Nicolas Jeker <n.jeker@...> wrote:
Thanks all for valuable inputs. Issue solved +1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Re: #yocto zeus X11 keyboard
#yocto
Monsees, Steven C (US)
Is there a way around this ?
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Yocto Project Status WW46'20
Stephen Jolley
Current Dev Position: YP 3.3 M1 development Next Deadline: 7th December 2020 YP 3.3 M1 build
Next Team Meetings:
Key Status/Updates:
Ways to contribute:
YP 3.3 Milestone Dates:
Planned upcoming dot releases:
Tracking Metrics:
The Yocto Project’s technical governance is through its Technical Steering Committee, more information is available at: https://wiki.yoctoproject.org/wiki/TSC
The Status reports are now stored on the wiki at: https://wiki.yoctoproject.org/wiki/Weekly_Status
[If anyone has suggestions for other information you’d like to see on this weekly status update, let us know!]
Thanks,
Stephen K. Jolley Yocto Project Program Manager ( Cell: (208) 244-4460 * Email: sjolley.yp.pm@...
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Re: KeyError: 'getpwuid(): uid not found: 1000' in do_package phase
Nicolas Jeker
On Mon, 2020-11-16 at 23:27 +0100, Martin Jansa wrote:
https://github.com/webOS-ports/meta-webos-ports/commit/9fd17a67cdbed92df13a14b002a189b4c6c2d442On a related note, the do_install reference in the manual gives some advice on how to use cp and tar without contaminating the build. The relevant part: Safe methods for installing files include the following: * The install utility. This utility is the preferred method. * The cp command with the "--no-preserve=ownership" option. * The tar command with the "--no-same-owner" option. See the bin_package.bbclass file in the meta/classes directory of the Source Directory for an example. https://www.yoctoproject.org/docs/current/mega-manual/mega-manual.html#ref-tasks-install On Mon, Nov 16, 2020 at 10:10 PM Marek Belisko <
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
How to generate the SDK for RPI3
#dunfell
#raspberrypi
#sdk
@prashant2314
Hi Team,
I've built OS for rpi3 using dunfell yocto. I've also generated SDK for the same, for that I've added these info in my local.conf file- TOOLCHAIN_TARGET_TASK_append = " python3-dev kernel-dev kernel-devsrc" TOOLCHAIN_HOST_TASK_append = " nativesdk-cmake" and after this, it is generating kernel source also in SDK, but when I'm setting environment and utilizing kernel source to compile my kernel, then I'm getting following error- make[2]: *** No rule to make target 'init/main.o', needed by 'init/built-in.a'. Stop. Makefile:1732: recipe for target 'init' failed make[1]: *** [init] Error 2 make[1]: Leaving directory '/opt/poky/3.1.2/sysroots/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/lib/modules/5.4.64-v7/build' Makefile:23: recipe for target 'default' failed make: *** [default] Error 2 So please help me resolve this issue, and if I'm missing any thing to add in local.conf file, so help me in that to generate proper sdk.
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Re: Raspberry PI enabling MMC1
On Mon, Nov 16, 2020 at 11:43 PM chuck kamas via
lists.yoctoproject.org <chuckkamas=yahoo.com@...> wrote: what does /boot/config.txt look like on raspbian and yocto built images Chuck
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Raspberry PI enabling MMC1
chuck kamas
Hi all,
I have been spinning my wheels for two days trying to discover how to enable MMC1 on a CM3. This is the one on GPIO22-27. I can boot Rasbian on the CM3 and it inits the MMC1 and its pins just fine. I can read/write to my SD card from it etc. However, when I build yocto it leaves the GPIOS22-27 in gpio mode and does not set them to MMC1 mode. I have tried changing the device tree as described here: https://stackoverflow.com/questions/44702426/how-to-setup-an-own-device-tree-for-a-raspberrypi-in-yocto That compiles and add the .dtbo to my build, but still the GPIOS are not set to MMC1 mode. cat /sys/kernel/debug/pinctrl/*gpio*/pinmux-pinsI have looked at: https://ralimtek.com/raspberry%20pi/electronics/software/raspberry_pi_secondary_sd_card/ Any ideas of where to look next to turn on the sdio would be appreciated! Chuck
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Enhancements/Bugs closed WW46!
Stephen Jolley
All,
Thanks,
Stephen K. Jolley Yocto Project Program Manager ( Cell: (208) 244-4460 * Email: sjolley.yp.pm@...
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Current high bug count owners for Yocto Project 3.3
Stephen Jolley
All,
Thanks,
Stephen K. Jolley Yocto Project Program Manager ( Cell: (208) 244-4460 * Email: sjolley.yp.pm@...
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Yocto Project Newcomer & Unassigned Bugs - Help Needed
Stephen Jolley
All,
The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on the triage page under the appropriate heading: https://wiki.yoctoproject.org/wiki/Bug_Triage#Newcomer_Bugs Also please review: https://www.openembedded.org/wiki/How_to_submit_a_patch_to_OpenEmbedded and how to create a bugzilla account at: https://bugzilla.yoctoproject.org/createaccount.cgi The idea is these bugs should be straight forward for a person to help work on who doesn't have deep experience with the project. If anyone can help, please take ownership of the bug and send patches! If anyone needs help/advice there are people on irc who can likely do so, or some of the more experienced contributors will likely be happy to help too.
Also, the triage team meets weekly and does its best to handle the bugs reported into the Bugzilla. The number of people attending that meeting has fallen, as have the number of people available to help fix bugs. One of the things we hear users report is they don't know how to help. We (the triage team) are therefore going to start reporting out the currently 322 unassigned or newcomer bugs.
We're hoping people may be able to spare some time now and again to help out with these. Bugs are split into two types, "true bugs" where things don't work as they should and "enhancements" which are features we'd want to add to the system. There are also roughly four different "priority" classes right now, “3.2”, “3.3, "3.99" and "Future", the more pressing/urgent issues being in "3.2" and then “3.3”.
Please review this link and if a bug is something you would be able to help with either take ownership of the bug, or send me (sjolley.yp.pm@...) an e-mail with the bug number you would like and I will assign it to you (please make sure you have a Bugzilla account). The list is at: https://wiki.yoctoproject.org/wiki/Bug_Triage_Archive#Unassigned_or_Newcomer_Bugs
Thanks,
Stephen K. Jolley Yocto Project Program Manager ( Cell: (208) 244-4460 * Email: sjolley.yp.pm@...
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Re: KeyError: 'getpwuid(): uid not found: 1000' in do_package phase
Martin Jansa
https://github.com/webOS-ports/meta-webos-ports/commit/9fd17a67cdbed92df13a14b002a189b4c6c2d442 is an example where it triggers this error, but doesn't trigger the more common host-user-contaminated QA error (unless you happened to use UID 1001 on host for the user running bitbake). Similarly when the files are "installed" with e.g. "cp -a" for which layers usually use "cp -R --no-dereference --preserve=mode,links -v".
On Mon, Nov 16, 2020 at 10:10 PM Marek Belisko <marek.belisko@...> wrote: On Mon, Nov 16, 2020 at 9:52 PM Joshua Watt <jpewhacker@...> wrote:
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Re: Missing vardeps in meta/classes/roofs_rpm.bbclass?
Loic Domaigne
toggle quoted messageShow quoted text
On 11/10/2020 7:18 PM Alexander Kanavin <alex.kanavin@...> wrote:
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Re: KeyError: 'getpwuid(): uid not found: 1000' in do_package phase
Marek Belisko
On Mon, Nov 16, 2020 at 9:52 PM Joshua Watt <jpewhacker@...> wrote:
Some ideas what can be the source of that. This recipe is basically just copying files from archive to final rootfs without any special processing or so. BR, marek
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Re: KeyError: 'getpwuid(): uid not found: 1000' in do_package phase
Joshua Watt
On 11/16/20 2:38 PM, Marek Belisko
wrote:
Hi, I'm bumping my project based on zeus to dunfell. I've update all layers and in one of my recipes I'm seeing following issue (not see on zeus at all): WARNING: cv-my-test-1.0-r0 do_package: KeyError in ./package/srv/10%.png ERROR: cv-my-test-1.0-r0 do_package: Error executing a python function in exec_python_func() autogenerated: The stack trace of python calls that resulted in this exception/failure was: File: 'exec_python_func() autogenerated', lineno: 2, function: <module> 0001: *** 0002:sstate_report_unihash(d) 0003: File: '/home/ubuntu/projects/my-test-/poky/meta/classes/sstate.bbclass', lineno: 840, function: sstate_report_unihash 0836: report_unihash = getattr(bb.parse.siggen, 'report_unihash', None) 0837: 0838: if report_unihash: 0839: ss = sstate_state_fromvars(d) *** 0840: report_unihash(os.getcwd(), ss['task'], d) 0841:} 0842: 0843:# 0844:# Shell function to decompress and prepare a package for installation File: '/home/ubuntu/projects/my-test-/poky/bitbake/lib/bb/siggen.py', lineno: 555, function: report_unihash 0551: 0552: if "." in self.method: 0553: (module, method) = self.method.rsplit('.', 1) 0554: locs['method'] = getattr(importlib.import_module(module), method) *** 0555: outhash = bb.utils.better_eval('method(path, sigfile, task, d)', locs) 0556: else: 0557: outhash = bb.utils.better_eval(self.method + '(path, sigfile, task, d)', locs) 0558: 0559: try: File: '/home/ubuntu/projects/my-test-/poky/bitbake/lib/bb/utils.py', lineno: 420, function: better_eval 0416: if extraglobals: 0417: ctx = copy.copy(ctx) 0418: for g in extraglobals: 0419: ctx[g] = extraglobals[g] *** 0420: return eval(source, ctx, locals) 0421: 0422:@contextmanager 0423:def fileslocked(files): 0424: """Context manager for locking and unlocking file locks.""" File: '<string>', lineno: 1, function: <module> File "<string>", line 1, in <module> File: '/home/ubuntu/projects/my-test-/poky/meta/lib/oe/sstatesig.py', lineno: 595, function: OEOuthashBasic 0591: process(root) 0592: for f in files: 0593: if f == 'fixmepath': 0594: continue *** 0595: process(os.path.join(root, f)) 0596: finally: 0597: os.chdir(prev_dir) 0598: 0599: return h.hexdigest() File: '/home/ubuntu/projects/my-test-/poky/meta/lib/oe/sstatesig.py', lineno: 551, function: process 0547: add_perm(stat.S_IXOTH, 'x') 0548: 0549: if include_owners: 0550: try: *** 0551: update_hash(" %10s" % pwd.getpwuid(s.st_uid).pw_name) 0552: update_hash(" %10s" % grp.getgrgid(s.st_gid).gr_name) 0553: except KeyError: 0554: bb.warn("KeyError in %s" % path) 0555: raise Exception: KeyError: 'getpwuid(): uid not found: 1000' ERROR: Logfile of failure stored in: /home/ubuntu/projects/my-test-/build/tmp/work/aarch64-poky-linux/cv-my-test/1.0-r0/temp/log.do_package.27454 Is this known issue or something related to my host setup? This means the recipe is having host contamination (where the UID
of the user doing the build is leaking into the file system). Thanks and BR, marek
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
KeyError: 'getpwuid(): uid not found: 1000' in do_package phase
Marek Belisko
Hi,
I'm bumping my project based on zeus to dunfell. I've update all layers and in one of my recipes I'm seeing following issue (not see on zeus at all): WARNING: cv-my-test-1.0-r0 do_package: KeyError in ./package/srv/10%.png ERROR: cv-my-test-1.0-r0 do_package: Error executing a python function in exec_python_func() autogenerated: The stack trace of python calls that resulted in this exception/failure was: File: 'exec_python_func() autogenerated', lineno: 2, function: <module> 0001: *** 0002:sstate_report_unihash(d) 0003: File: '/home/ubuntu/projects/my-test-/poky/meta/classes/sstate.bbclass', lineno: 840, function: sstate_report_unihash 0836: report_unihash = getattr(bb.parse.siggen, 'report_unihash', None) 0837: 0838: if report_unihash: 0839: ss = sstate_state_fromvars(d) *** 0840: report_unihash(os.getcwd(), ss['task'], d) 0841:} 0842: 0843:# 0844:# Shell function to decompress and prepare a package for installation File: '/home/ubuntu/projects/my-test-/poky/bitbake/lib/bb/siggen.py', lineno: 555, function: report_unihash 0551: 0552: if "." in self.method: 0553: (module, method) = self.method.rsplit('.', 1) 0554: locs['method'] = getattr(importlib.import_module(module), method) *** 0555: outhash = bb.utils.better_eval('method(path, sigfile, task, d)', locs) 0556: else: 0557: outhash = bb.utils.better_eval(self.method + '(path, sigfile, task, d)', locs) 0558: 0559: try: File: '/home/ubuntu/projects/my-test-/poky/bitbake/lib/bb/utils.py', lineno: 420, function: better_eval 0416: if extraglobals: 0417: ctx = copy.copy(ctx) 0418: for g in extraglobals: 0419: ctx[g] = extraglobals[g] *** 0420: return eval(source, ctx, locals) 0421: 0422:@contextmanager 0423:def fileslocked(files): 0424: """Context manager for locking and unlocking file locks.""" File: '<string>', lineno: 1, function: <module> File "<string>", line 1, in <module> File: '/home/ubuntu/projects/my-test-/poky/meta/lib/oe/sstatesig.py', lineno: 595, function: OEOuthashBasic 0591: process(root) 0592: for f in files: 0593: if f == 'fixmepath': 0594: continue *** 0595: process(os.path.join(root, f)) 0596: finally: 0597: os.chdir(prev_dir) 0598: 0599: return h.hexdigest() File: '/home/ubuntu/projects/my-test-/poky/meta/lib/oe/sstatesig.py', lineno: 551, function: process 0547: add_perm(stat.S_IXOTH, 'x') 0548: 0549: if include_owners: 0550: try: *** 0551: update_hash(" %10s" % pwd.getpwuid(s.st_uid).pw_name) 0552: update_hash(" %10s" % grp.getgrgid(s.st_gid).gr_name) 0553: except KeyError: 0554: bb.warn("KeyError in %s" % path) 0555: raise Exception: KeyError: 'getpwuid(): uid not found: 1000' ERROR: Logfile of failure stored in: /home/ubuntu/projects/my-test-/build/tmp/work/aarch64-poky-linux/cv-my-test/1.0-r0/temp/log.do_package.27454 Is this known issue or something related to my host setup? Thanks and BR, marek -- as simple and primitive as possible ------------------------------------------------- Marek Belisko - OPEN-NANDRA Freelance Developer Ruska Nova Ves 219 | Presov, 08005 Slovak Republic Tel: +421 915 052 184 skype: marekwhite twitter: #opennandra web: http://open-nandra.com
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Re: Single page view of a particular manual
hi Vasyl,
On Mon, Nov 16, 2020 at 12:55 PM Vasyl Vavrychuk <vvavrychuk@...> wrote: Ah, you're right. It was possible with the previous docs, but not anymore. With the Sphinx based docs the whole Yocto Project docs is just "one set", not a collection of 'manuals'. So currently the single html page includes the entire documentation set. There is no 'easy' way to change that though. I am definitely interested to gather more feedback about that. We made a conscious choice to get this way, It's different, and if it's causing more pain, we should know and discuss.. I heard complaints before that we had too 'many' manuals, and it was hard to know which one to open, which is the opposite of what you are asking ;) let's see if we can gather more feedback.
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
[yocto-autobuilder2 PATCH] config.py: remove redundant meta-kernel references
Ross Burton <ross@...>
From: Ross Burton <ross.burton@...>
Signed-off-by: Ross Burton <ross.burton@...> --- config.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/config.py b/config.py index 035a2f8..271e6b0 100644 --- a/config.py +++ b/config.py @@ -6,14 +6,14 @@ buildertorepos = { "a-quick": ["poky", "meta-intel", "oecore", "bitbake", "meta-mingw", "meta-gplv2"], "a-full": ["poky", "meta-intel", "oecore", "bitbake", - "meta-mingw", "meta-gplv2", "meta-arm", "meta-kernel"], + "meta-mingw", "meta-gplv2", "meta-arm"], "non-gpl3": ["poky", "meta-gplv2"], "meta-mingw": ["poky", "meta-mingw"], "qa-extras": ["poky", "meta-mingw"], "meta-oe": ["poky", "meta-openembedded"], "meta-virt": ["poky", "meta-openembedded", "meta-virtualization"], "meta-intel": ["poky", "meta-intel"], - "meta-arm": ["poky", "meta-arm", "meta-kernel"], + "meta-arm": ["poky", "meta-arm"], "qemuarm-oecore": ["oecore", "bitbake"], "checkuri": ["poky"], "check-layer": ["poky", "meta-mingw", "meta-gplv2"], @@ -43,7 +43,6 @@ repos = { "meta-gplv2": ["git://git.yoctoproject.org/meta-gplv2", "master"], "meta-openembedded": ["git://git.openembedded.org/meta-openembedded", "master"], "meta-virtualization": ["git://git.yoctoproject.org/meta-virtualization", "master"], - "meta-kernel": ["https://gitlab.com/openembedded/community/meta-kernel.git", "master"], "yocto-docs": ["git://git.yoctoproject.org/yocto-docs", "master"] } -- 2.24.3 (Apple Git-128)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|