|
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
·
#51451
·
|
|
Re: Enaable to add binary in /usr/bin using .bb file
Hi ,
If anyone know , please help on these .
Hi ,
If anyone know , please help on these .
|
By
NIKHIL PATIL <nikhilvp29@...>
·
#51450
·
|
|
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
·
#51449
·
|
|
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
·
#51448
·
|
|
Re: [PATCH yocto-autobuilder-helper] auh-config: add non-default distro features
ping :)
Alex
By
Alexander Kanavin
·
#51447
·
|
|
Re: #yocto
#yocto
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
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
|
By
Randy MacLeod
·
#51446
·
|
|
Re: How to disable specific default recipe to be included in Yocto?
#linux
#yocto
#cups
#hplip
Hi,
You can use BBMASK variable in your configuration file to prevent bitbake from parsing certain recipes.
For example,
BBMASK = "example.bb"
Here, BitBake ignores the example.bb recipe.
Hope this
Hi,
You can use BBMASK variable in your configuration file to prevent bitbake from parsing certain recipes.
For example,
BBMASK = "example.bb"
Here, BitBake ignores the example.bb recipe.
Hope this
|
By
Shamil Khan
·
#51445
·
|
|
Re: Enaable to add binary in /usr/bin using .bb file
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
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
|
By
Paul Barker
·
#51444
·
|
|
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
·
#51443
·
|
|
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
·
#51442
·
|
|
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
·
#51441
·
|
|
dunfell actual package.bbclass causing problems after commit
#dunfell
this commit 087a099c288c6bedf368c8756d998172b02b50ad
package: get_package_mapping: avoid dependency mapping if renamed package provides original name
is causing this problem:
NOTE: recipe
this commit 087a099c288c6bedf368c8756d998172b02b50ad
package: get_package_mapping: avoid dependency mapping if renamed package provides original name
is causing this problem:
NOTE: recipe
|
By
TRO <thomas.roos@...>
·
#51440
·
|
|
Re: [yocto-autobuilder2 PATCH] config.json: drop redundant meta-kernel mentions
Yes. My understanding is that there's separate branches for each
target? This is for master and not gatesgarth.
Ross
Yes. My understanding is that there's separate branches for each
target? This is for master and not gatesgarth.
Ross
|
By
Ross Burton <ross@...>
·
#51439
·
|
|
Re: adding obextool anfd obexpush in yocto
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 :-
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 :-
|
By
NIKHIL PATIL <nikhilvp29@...>
·
#51438
·
|
|
lib64 support for custome image
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
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
|
By
NIKHIL PATIL <nikhilvp29@...>
·
#51437
·
|
|
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@...>
·
#51436
·
|
|
multilib: lib32-libgdiplus complaining about qemuwrapper
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
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
|
By
Pelle Windestam
·
#51435
·
|
|
Re: Enaable to add binary in /usr/bin using .bb file
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
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
|
By
NIKHIL PATIL <nikhilvp29@...>
·
#51434
·
|
|
Re: #yocto
#yocto
Intel based platform, quick build under "zeus" does not show issue...
I do not see issue under "rocko"...
Currently porting "rocko" to "zeus", Gatesgarth port is next after zeus runs clean...
I am
Intel based platform, quick build under "zeus" does not show issue...
I do not see issue under "rocko"...
Currently porting "rocko" to "zeus", Gatesgarth port is next after zeus runs clean...
I am
|
By
Monsees, Steven C (US)
·
#51433
·
|
|
Re: Enaable to add binary in /usr/bin using .bb file
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
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
|
By
Quentin Schulz
·
#51432
·
|