|
OE/YP equivalent to 'mtree'?
colleague wants to know if there is something available
in an OE/YP layer equivalent to mtree:
https://linux.die.net/man/8/mtree
i'm looking at a few possibilities right now but nothing
seems
colleague wants to know if there is something available
in an OE/YP layer equivalent to mtree:
https://linux.die.net/man/8/mtree
i'm looking at a few possibilities right now but nothing
seems
|
By
Robert P. J. Day
·
#51531
·
|
|
Re: strange meta-security bbappend file with two percent signs
please send a patch to make to correct the situation.
-armin
please send a patch to make to correct the situation.
-armin
|
By
Armin Kuster
·
#51530
·
|
|
Re: Hardware video decode on RPi3
Thanks, Khem.
Yes, I am. I actually discovered what the problem was: I built my system for 64-bit but Broadcom's proprietary libraries are 32-bit. I switched the system to 32-bit and now gst-inspect
Thanks, Khem.
Yes, I am. I actually discovered what the problem was: I built my system for 64-bit but Broadcom's proprietary libraries are 32-bit. I switched the system to 32-bit and now gst-inspect
|
By
Rudolf J Streif
·
#51529
·
|
|
Re: Packagegroup Understanding
Ok - I understand now.
Thanks for the explanation.
Charlie
Ok - I understand now.
Thanks for the explanation.
Charlie
|
By
Charlie Davies
·
#51528
·
|
|
Re: Packagegroup Understanding
<charles.davies@...> wrote:
This is correct. When at least one (binary) package is needed from a
recipe, then the recipe is built, and all the resulting packages are
built.
So when you
<charles.davies@...> wrote:
This is correct. When at least one (binary) package is needed from a
recipe, then the recipe is built, and all the resulting packages are
built.
So when you
|
By
Nicolas Dechesne
·
#51527
·
|
|
Packagegroup Understanding
Hi All,
I am seeing some behaviour when creating my own packagegroups which I do not quite understand.
Using the example from the mega-manual:
DESCRIPTION = "My Custom Package Groups" inherit
Hi All,
I am seeing some behaviour when creating my own packagegroups which I do not quite understand.
Using the example from the mega-manual:
DESCRIPTION = "My Custom Package Groups" inherit
|
By
Charlie Davies
·
#51526
·
|
|
Problem with recipe that depends on a binary that is generated during its build
Hi!
I'm trying to integrate the Icinga (https://github.com/Icinga/icinga2) in our Yocto project. As there are no ready recipes for it, I'm trying to write my own, starting from the
Hi!
I'm trying to integrate the Icinga (https://github.com/Icinga/icinga2) in our Yocto project. As there are no ready recipes for it, I'm trying to write my own, starting from the
|
By
Matteo Iervasi
·
#51525
·
|
|
Re: U-Boot sama5d3 xplained issue
Hi,
I think it would be interesting information to know "how" you change the value inside "u-boot-at91/sama5d3_xplained_nandflash_config".
As every time you rebuild it may be redownloaded, you should
Hi,
I think it would be interesting information to know "how" you change the value inside "u-boot-at91/sama5d3_xplained_nandflash_config".
As every time you rebuild it may be redownloaded, you should
|
By
Federico Pellegrin
·
#51524
·
|
|
Re: Hardware video decode on RPi3
<rudolf.streif@...> wrote:
are you using userland for graphics or vc4 ?
<rudolf.streif@...> wrote:
are you using userland for graphics or vc4 ?
|
By
Khem Raj
·
#51523
·
|
|
Re: U-Boot sama5d3 xplained issue
perhaps asking it on https://github.com/linux4sam/u-boot-at91 via
github issues might be helpful too.
perhaps asking it on https://github.com/linux4sam/u-boot-at91 via
github issues might be helpful too.
|
By
Khem Raj
·
#51522
·
|
|
Re: Python function caching question
<coder.callahan@...> wrote:
perhaps mark the task which is using this variable as nostamp.
>
>
<coder.callahan@...> wrote:
perhaps mark the task which is using this variable as nostamp.
>
>
|
By
Khem Raj
·
#51521
·
|
|
Python function caching question
I am having trouble with sstate caching of my os-release.bbappend and
am stuck. The simple example file looks like something below, where I
am setting a variable from a computed python function.
I am having trouble with sstate caching of my os-release.bbappend and
am stuck. The simple example file looks like something below, where I
am setting a variable from a computed python function.
|
By
Michael Callahan <coder.callahan@...>
·
#51520
·
|
|
Re: Best convention for FILES variable
On Sat, Nov 21, 2020 at 7:48 AM Robert P. J. Day <rpjday@...> wrote:
%< SNIP %<
pedantically speaking, since you're using "+=", you don't need those
leading spaces.
Indeed you are correct. I
On Sat, Nov 21, 2020 at 7:48 AM Robert P. J. Day <rpjday@...> wrote:
%< SNIP %<
pedantically speaking, since you're using "+=", you don't need those
leading spaces.
Indeed you are correct. I
|
By
Chuck Wolber
·
#51519
·
|
|
strange meta-security bbappend file with two percent signs
while the bitbake user manual insists:
"The use of the ” % ” character is limited in that it only works
directly in front of the .bbappend portion of the append file’s name.
You cannot use the
while the bitbake user manual insists:
"The use of the ” % ” character is limited in that it only works
directly in front of the .bbappend portion of the append file’s name.
You cannot use the
|
By
Robert P. J. Day
·
#51518
·
|
|
Re: Best convention for FILES variable
pedantically speaking, since you're using "+=", you don't need those
leading spaces.
rday
pedantically speaking, since you're using "+=", you don't need those
leading spaces.
rday
|
By
Robert P. J. Day
·
#51517
·
|
|
ESDK script failue
HI all,
I am trying to build ESDK for a custom layer. while building I am getting following ESDK preparing_build_system.log
NOTE: Running noexec task 1 of 6485
HI all,
I am trying to build ESDK for a custom layer. while building I am getting following ESDK preparing_build_system.log
NOTE: Running noexec task 1 of 6485
|
By
jadhavvaibhav377@...
·
#51516
·
|
|
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
·
#51515
·
|
|
Re: U-Boot sama5d3 xplained issue
I'm working on this project with Pratham. Let me provide a few more details.
We've defined
UBOOT_MACHINE ?= "sama5d3_xplained_nandflash_config"
Inside
I'm working on this project with Pratham. Let me provide a few more details.
We've defined
UBOOT_MACHINE ?= "sama5d3_xplained_nandflash_config"
Inside
|
By
David Novak <david.novak@...>
·
#51514
·
|
|
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
·
#51513
·
|
|
Fix future timestamps
Hi,
I see future timestamps on binaries in the boot partition created by my custom wks.
It was ok, until I had to use upstream Grub (at 2.05) with the commit
20def1a3c39529 "fat: Support file
Hi,
I see future timestamps on binaries in the boot partition created by my custom wks.
It was ok, until I had to use upstream Grub (at 2.05) with the commit
20def1a3c39529 "fat: Support file
|
By
Fundu Bits
·
#51512
·
|