|
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
·
|
|
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
·
|