|
Re: Enaable to add binary in /usr/bin using .bb file
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
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
|
By
NIKHIL PATIL <nikhilvp29@...>
·
#51471
·
|
|
Re: Enaable to add binary in /usr/bin using .bb file
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
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
|
By
NIKHIL PATIL <nikhilvp29@...>
·
#51470
·
|
|
Re: Enaable to add binary in /usr/bin using .bb file
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
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
|
By
NIKHIL PATIL <nikhilvp29@...>
·
#51469
·
|
|
Re: Enaable to add binary in /usr/bin using .bb file
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
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
|
By
NIKHIL PATIL <nikhilvp29@...>
·
#51468
·
|
|
Re: Enaable to add binary in /usr/bin using .bb file
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
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
|
By
NIKHIL PATIL <nikhilvp29@...>
·
#51467
·
|
|
qtwayland compile issue 5.15
#dunfell
Hi Guys,
I am getting qtwayland building issue using dunfell version. can anybody help me to solve this issue.
Regards,
Sateesh
Hi Guys,
I am getting qtwayland building issue using dunfell version. can anybody help me to solve this issue.
Regards,
Sateesh
|
By
sateesh m
·
#51466
·
|
|
Re: [yocto-autobuilder2 PATCH] config.json: drop redundant meta-kernel mentions
Hi Ross
For gatesgarth, this is causing:
FileNotFoundError: [Errno 2] No such file or
Hi Ross
For gatesgarth, this is causing:
FileNotFoundError: [Errno 2] No such file or
|
By
Anuj Mittal
·
#51465
·
|
|
Re: qtwayland compile issue 5.15
#dunfell
Find QSizeF
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
Find QSizeF
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
|
By
Khem Raj
·
#51464
·
|
|
Re: Enaable to add binary in /usr/bin using .bb file
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).
But here, you're adding
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).
But here, you're adding
|
By
Quentin Schulz
·
#51463
·
|
|
Re: Raspberry PI enabling MMC1
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:
I have attached the entire file: config.txt.yocto
However, the
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:
I have attached the entire file: config.txt.yocto
However, the
|
By
chuck kamas
·
#51462
·
|
|
qtwayland compile issue 5.15
#dunfell
Hi Guys,
I am getting qtwayland building issue using dunfell version. can anybody help me to solve this issue.
Regards,
Sateesh
Hi Guys,
I am getting qtwayland building issue using dunfell version. can anybody help me to solve this issue.
Regards,
Sateesh
|
By
sateesh m
·
#51461
·
|
|
Re: Raspberry PI enabling MMC1
Making some progress here!
I added a compiled version of the attached device tree and now the mmc1 shows up in my yocto image! Yes! Now I need to find out the secret
Making some progress here!
I added a compiled version of the attached device tree and now the mmc1 shows up in my yocto image! Yes! Now I need to find out the secret
|
By
chuck kamas
·
#51460
·
|
|
Re: Raspberry PI enabling MMC1
Raj,
I found out how to debug the boot process of the PI from:
https://github.com/raspberrypi/documentation/blob/master/hardware/raspberrypi/bootmodes/README.md
by turning on
Raj,
I found out how to debug the boot process of the PI from:
https://github.com/raspberrypi/documentation/blob/master/hardware/raspberrypi/bootmodes/README.md
by turning on
|
By
chuck kamas
·
#51459
·
|
|
Re: qtwayland compile issue 5.15
#dunfell
btw. qtwaywand worked fine with gcc and clang on latest master for rv64
so please describe any local changes you are carrying
btw. qtwaywand worked fine with gcc and clang on latest master for rv64
so please describe any local changes you are carrying
|
By
Khem Raj
·
#51458
·
|
|
Re: [yocto-autobuilder2 PATCH] config.json: drop redundant meta-kernel mentions
Hi Ross
For gatesgarth, this is causing:
FileNotFoundError: [Errno 2] No such file or
Hi Ross
For gatesgarth, this is causing:
FileNotFoundError: [Errno 2] No such file or
|
By
Anuj Mittal
·
#51457
·
|
|
#yocto
#yocto
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? :
.
.
LIMWS (BAE
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? :
.
.
LIMWS (BAE
|
By
Monsees, Steven C (US)
·
#51456
·
|
|
Re: Enaable to add binary in /usr/bin using .bb file
Hi ,
Yours correct only , but the thing is we are taking binary(obexpushd) from other source and only need to copy that binary into /usr/bin of our platform(intel board).
Hence how we
Hi ,
Yours correct only , but the thing is we are taking binary(obexpushd) from other source and only need to copy that binary into /usr/bin of our platform(intel board).
Hence how we
|
By
NIKHIL PATIL <nikhilvp29@...>
·
#51455
·
|
|
Enaable to add binary in /usr/bin using .bb file
Hi ,
I want to add binary in /usr/bin , for these i made own .bb file (obexpushtest.bb), When i am compiling obexpushtest package separately that time it is compiling fine , but when i am
Hi ,
I want to add binary in /usr/bin , for these i made own .bb file (obexpushtest.bb), When i am compiling obexpushtest package separately that time it is compiling fine , but when i am
|
By
NIKHIL PATIL <nikhilvp29@...>
·
#51454
·
|
|
Re: [PATCH yocto-autobuilder-helper] auh-config: add non-default distro features
ping :)
Alex
By
Alexander Kanavin
·
#51453
·
|
|
OpenEmbedded Happy Hour November 25 9pm/2100 UTC
Hi,
Just a reminder about our upcoming OpenEmbedded Happy Hour on November 25 for
Oceania/Asia timezones @ 2100/9pm UTC (4pm
Hi,
Just a reminder about our upcoming OpenEmbedded Happy Hour on November 25 for
Oceania/Asia timezones @ 2100/9pm UTC (4pm
|
By
Denys Dmytriyenko
·
#51452
·
|