|
Re: lsusb
I've added that, issued a cleanall and rebuilt but it unfortunately did not give me the expected result either:
$ grep usb path/to/package.manifest
libusb-1.0-0
usbutils
usbutils-python
I've added that, issued a cleanall and rebuilt but it unfortunately did not give me the expected result either:
$ grep usb path/to/package.manifest
libusb-1.0-0
usbutils
usbutils-python
|
By
Mistyron <ron.eggler@...>
·
#58859
·
|
|
Re: lsusb
Try IMAGE_INSTALL_append = " usbutils-python"
Try IMAGE_INSTALL_append = " usbutils-python"
|
By
Khem Raj
·
#58858
·
|
|
lsusb
Hi,
I want to inlude "lsusb" to investigate the connected usb devices to my system.
I found that adding
IMAGE_INSTALL_append = " usbutils"
to my configuration
Hi,
I want to inlude "lsusb" to investigate the connected usb devices to my system.
I found that adding
IMAGE_INSTALL_append = " usbutils"
to my configuration
|
By
Mistyron <ron.eggler@...>
·
#58857
·
|
|
Remove kernel image and modules from rootfs
Hi,
I am creating a rootfs/bootloader/kernel to run on a beaglebone black
usually and it works great.
So I have in conf/local.conf
MACHINE ?= "beaglebone-yocto"
and an own layer meta-insidem2m
Hi,
I am creating a rootfs/bootloader/kernel to run on a beaglebone black
usually and it works great.
So I have in conf/local.conf
MACHINE ?= "beaglebone-yocto"
and an own layer meta-insidem2m
|
By
Konstantin Kletschke
·
#58856
·
|
|
Re: FireFox
Perhaps you could mention the issue with core-image-sato which means
you can't use it?
There are other options but asking us to randomly guess which ones you
might be able to use without knowing
Perhaps you could mention the issue with core-image-sato which means
you can't use it?
There are other options but asking us to randomly guess which ones you
might be able to use without knowing
|
By
Richard Purdie
·
#58855
·
|
|
Re: FireFox
Thank you for your help! Is there any other option instead of core-image-sato?
Thank you for your help! Is there any other option instead of core-image-sato?
|
By
jovanbosic95@...
·
#58854
·
|
|
Re: FireFox
core-image-minimal doesn’t come with a graphical interface (specifically, no X server), so an application which expects an X server won’t work (specifically, firefox).
core-image-sato is a better
core-image-minimal doesn’t come with a graphical interface (specifically, no X server), so an application which expects an X server won’t work (specifically, firefox).
core-image-sato is a better
|
By
Ross Burton
·
#58853
·
|
|
Re: FireFox
On Wed, Dec 21, 2022 at 12:39 AM <jovanbosic95@...> wrote:
%< SNIP %<
6. After I start my machine and enter firefox in command line this error occurs: no DISPLAY environment variable specified
The
On Wed, Dec 21, 2022 at 12:39 AM <jovanbosic95@...> wrote:
%< SNIP %<
6. After I start my machine and enter firefox in command line this error occurs: no DISPLAY environment variable specified
The
|
By
Chuck Wolber
·
#58852
·
|
|
FireFox
Hi everyone,
I am trying to add firefox to my yocto project. I am now at this so I need a few hints.
1. I am using yocto kirkstone
2. Image I am building is core-image-minimal-dev
3. My local.conf
Hi everyone,
I am trying to add firefox to my yocto project. I am now at this so I need a few hints.
1. I am using yocto kirkstone
2. Image I am building is core-image-minimal-dev
3. My local.conf
|
By
jovanbosic95@...
·
#58851
·
|
|
Re: Yocto with Monorepo - best practice for building apps that have source within the repo?
Sorry for the slow reply. Yes, keeping it under the recipe is the approach we use. For example...
yocto
└── meta-abc
└── recipes-xyz
└── helloworld
├──
Sorry for the slow reply. Yes, keeping it under the recipe is the approach we use. For example...
yocto
└── meta-abc
└── recipes-xyz
└── helloworld
├──
|
By
Chuck Wolber
·
#58850
·
|
|
Re: [layerindex-web] [PATCH] layerindex/utils.py: Add to baseconfig=True for bb.parse.handle()
Glad to see that layerindex is back to active.
I've also sent you another 3 patches just now:
utils.py: Prefer the one which matches branchname for depends layer
recipeparse.py: Checkout
Glad to see that layerindex is back to active.
I've also sent you another 3 patches just now:
utils.py: Prefer the one which matches branchname for depends layer
recipeparse.py: Checkout
|
By
Robert Yang
·
#58849
·
|
|
[PATCH 1/3] util.py: Fix for removing non-existed dependencies
The previous code didn't work when there is no deps or recs, it would return
immediately without removing the on-existed dependencies, this patch fixes the
problem.
Signed-off-by: Robert Yang
The previous code didn't work when there is no deps or recs, it would return
immediately without removing the on-existed dependencies, this patch fixes the
problem.
Signed-off-by: Robert Yang
|
By
Robert Yang
·
#58848
·
|
|
[PATCH 3/3] utils.py: Prefer the one which matches branchname for depends layer
The meta-xilinx was mata-xilinx/meta-xilinx-bsps, and now upstream has changed
it to mata-xilinx/meta-xilinx-core, but get_dependency_layer always returns the
first one (mata-xilinx/meta-xilinx-bsps)
The meta-xilinx was mata-xilinx/meta-xilinx-bsps, and now upstream has changed
it to mata-xilinx/meta-xilinx-core, but get_dependency_layer always returns the
first one (mata-xilinx/meta-xilinx-bsps)
|
By
Robert Yang
·
#58847
·
|
|
[PATCH 2/3] recipeparse.py: Checkout deplayerbranch before parsing
Fixed:
$ ./update.py -b hardknott,master
ERROR: Variable PREMIRRORS_append contains an operation using the old override syntax. Please convert this layer/metadata before attempting to use with a
Fixed:
$ ./update.py -b hardknott,master
ERROR: Variable PREMIRRORS_append contains an operation using the old override syntax. Please convert this layer/metadata before attempting to use with a
|
By
Robert Yang
·
#58846
·
|
|
Re: Error creating recipe for Perl DBI for postgresql in Kirkstone
There are several layers of problems here.
If you look at https://metacpan.org/release/TURNSTEP/DBD-Pg-3.16.0/source/Makefile.PL#L42 you can see that we could set
export
There are several layers of problems here.
If you look at https://metacpan.org/release/TURNSTEP/DBD-Pg-3.16.0/source/Makefile.PL#L42 you can see that we could set
export
|
By
Tim Orling
·
#58845
·
|
|
Error creating recipe for Perl DBI for postgresql in Kirkstone
Hello, I'm trying to write a recipe a Perl DBI for postgresql. I'm follwing the same recipe found in:
https://layers.openembedded.org/layerindex/recipe/192563/ and
Hello, I'm trying to write a recipe a Perl DBI for postgresql. I'm follwing the same recipe found in:
https://layers.openembedded.org/layerindex/recipe/192563/ and
|
By
Fernando Luiz Cola
·
#58844
·
|
|
Re: [layerindex-web] [PATCH] layerindex/utils.py: Add to baseconfig=True for bb.parse.handle()
Merged. Thank you!
By
Tim Orling
·
#58843
·
|
|
Yocto Project Status 20 December 2022 (WW51)
Current Dev Position: YP 4.2 M2
Next Deadline: 23th January 2023 YP 4.2 M2 Build
Next Team Meetings:
Bug Triage meeting Thursday December 22nd 7:30 am PDT
Current Dev Position: YP 4.2 M2
Next Deadline: 23th January 2023 YP 4.2 M2 Build
Next Team Meetings:
Bug Triage meeting Thursday December 22nd 7:30 am PDT
|
By
Stephen Jolley
·
#58842
·
|
|
Re: [qa-build-notification] QA notification for completed autobuilder build (yocto-4.0.6.rc1)
Hi All,
QA for yocto-4.0.6.rc1 is completed. This is the full report for this release:
https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=intel-yocto-testresults
Hi All,
QA for yocto-4.0.6.rc1 is completed. This is the full report for this release:
https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=intel-yocto-testresults
|
By
Jing Hui Tham
·
#58841
·
|
|
Re: Issue with accessing network from a recipe
Hi,
I noticed that the another question was probably due to my own mistake: Accessing network from do_fetch seems to work, but I hadn’t noticed that I had left commands requiring network into
Hi,
I noticed that the another question was probably due to my own mistake: Accessing network from do_fetch seems to work, but I hadn’t noticed that I had left commands requiring network into
|
By
Gärding Antti
·
#58840
·
|