|
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@...>
·
#51431
·
|
|
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
·
#51430
·
|
|
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
·
#51429
·
|
|
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@...>
·
#51428
·
|
|
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@...>
·
#51427
·
|
|
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
·
#51426
·
|
|
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
·
#51425
·
|
|
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
·
#51424
·
|
|
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
·
#51423
·
|
|
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
·
#51422
·
|
|
loading huawei_cdc_ncm
#kernel
Hi,
I'd li to include as a kernel module the huawei_cdc_ncm.c file and autoloaded as a kernel object.
I did this in the main recipie file, but it's not enogh:
KERNEL_MODULE_AUTOLOAD += "cdc_ncm.ko"
I
Hi,
I'd li to include as a kernel module the huawei_cdc_ncm.c file and autoloaded as a kernel object.
I did this in the main recipie file, but it's not enogh:
KERNEL_MODULE_AUTOLOAD += "cdc_ncm.ko"
I
|
By
Zoltan Kerenyi Nagy
·
#51421
·
|
|
#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 LIMWS
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 LIMWS
|
By
Monsees, Steven C (US)
·
#51420
·
|
|
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
·
#51419
·
|
|
Re: [PATCH yocto-autobuilder-helper] auh-config: add non-default distro features
ping :)
Alex
By
Alexander Kanavin
·
#51418
·
|
|
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
·
#51417
·
|
|
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
·
#51416
·
|
|
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
·
#51415
·
|
|
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
·
#51414
·
|
|
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
·
#51413
·
|
|
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
·
#51412
·
|