Hi,
It seems to me that the tzdata package will overwrite whatever the current time
zone is with its default. This is not great if you’re upgrading the package on
an existing system. Should the creation of the file and link be removed from
the do_install and only be done in the pkg_postinst?
R
Hello,
I would like to be able to build debian packages on yocto itself. This means I
would call something like this:
dpkg-buildpackage -us -uc -rfakeroot
This already does not work, since fakeroot does not exist in the image. It
seems there was an older recipe for this but I can't fin
Hello!
How do I build a core-image-minimal without any bootloader ?
I tried adding the following lines in conf/local.conf, but without any effect
IMAGE_BOOTLOADER = ""
PREFERRED_PROVIDER_u-boot = ""
PREFERRED_PROVIDER_virtual/bootloader = ""
Thank you,
Cristian Bercaru
--
__
> ChenQi wrote on 10/22/2018 07:04:32 PM:
>
> Hi Aaron,
>
> The main pain for now is that `devtool sdk-install ' does
> not work as expected, right?
> I just checked the codes of sdk-install, and found that it does not fit
> the current RSS design.
> I'd like to check with you if this is the
Hi,
I am not a developer but according to that manual, one of the requirements
is Python 3.4 or greater. I see Python2 stuff in the attached screen
shots. Someone else could probably be more definitive. That might not be
the reason but you could try with Python 3.
https://www.yoctoproject.org/
Hi,
I am trying to add the kernel devsrc to the SDK but I am getting the
following error
Problem: conflicting requests
- nothing provides /bin/awk needed by kernel-devsrc-1.0-r0.imx8mqevk
I have applied the following patch to try and fix this problem.
http://git.yoctoproject.org/cgit/cgit.cgi
On 10/22/18 5:07 AM, Urs Fässler wrote:
It is not the expected behavior that changes on the .cfg files only
referenced from .scc files are not detected.
This looks good to me.
Also note that I have an outstanding bugzilla to see if I can invalidate
stamps, etc, when these elements change .. so
depends on the OS_RELEASRE_FEILD os-release changes in core
otherwise yocto-check-layer will fail
Signed-off-by: Armin Kuster
---
meta-security-compliance/recipes-core/os-release/os-release.bbappend | 3 ---
1 file changed, 3 deletions(-)
diff --git
a/meta-security-compliance/recipes-core/os-r