|
[meta-selinux][PATCH] refpolicy: fix boot failure with systemd + mls
From: Wenzong Fan <wenzong.fan@...>
* Allow kernel_t to lower file level
* Allow kernel_t to set process level
Signed-off-by: Wenzong Fan <wenzong.fan@...>
---
From: Wenzong Fan <wenzong.fan@...>
* Allow kernel_t to lower file level
* Allow kernel_t to set process level
Signed-off-by: Wenzong Fan <wenzong.fan@...>
---
|
By
wenzong.fan@...
·
#38376
·
|
|
Re: possible to append or patch existing machine .conf file?
I have now combined the last 2 answers:
I did not want to put more customization than machine and distro into
my local.conf and since I already have my own distro conf I have now
put the include
I have now combined the last 2 answers:
I did not want to put more customization than machine and distro into
my local.conf and since I already have my own distro conf I have now
put the include
|
By
Bernd <prof7bit@...>
·
#38375
·
|
|
Re: Yocto Image with custom directory layout
It looks like you inherit "core-image" instead of just "image". I can
confirm that this work, I have this simple recipe:
# Copyright (C) 2017 Stefano Babic <sbabic@...>
# Released under the MIT
It looks like you inherit "core-image" instead of just "image". I can
confirm that this work, I have this simple recipe:
# Copyright (C) 2017 Stefano Babic <sbabic@...>
# Released under the MIT
|
By
Stefano Babic
·
#38374
·
|
|
Yocto Project Developer Day at ELCE in Prague
The Yocto Project is a Bronze sponsor of the Embedded Linux Conference in Prague, starting on 23 October, and we also provide a conference add-on as we have for the past several years - Yocto Project
The Yocto Project is a Bronze sponsor of the Embedded Linux Conference in Prague, starting on 23 October, and we also provide a conference add-on as we have for the past several years - Yocto Project
|
By
Jeff Osier-Mixon <jefro@...>
·
#38373
·
|
|
Re: How do I patch binutils for the SDK
I had a feeling I was doing something dumb. Thanks.
--
Ciao, Paul D. DeRocco
Paul mailto:pderocco@...
I had a feeling I was doing something dumb. Thanks.
--
Ciao, Paul D. DeRocco
Paul mailto:pderocco@...
|
By
Paul D. DeRocco
·
#38372
·
|
|
Re: How do I patch binutils for the SDK
Looks like you're overriding SRC_URI instead of appending it. Try with
'+=' instead of just '='.
// John
Looks like you're overriding SRC_URI instead of appending it. Try with
'+=' instead of just '='.
// John
|
By
John Ernberg <john.ernberg@...>
·
#38371
·
|
|
Re: How do I patch binutils for the SDK
mitdiff_plain;h=> 39865a7f420ab4ca4dec6ed27339618a5d5dc366;hp=fe22022617a7122491aa83c893a10a8d861cde73
That didn't change anything. (Pyro is using 2.28, BTW.)
The crosssdk recipe is built in
mitdiff_plain;h=> 39865a7f420ab4ca4dec6ed27339618a5d5dc366;hp=fe22022617a7122491aa83c893a10a8d861cde73
That didn't change anything. (Pyro is using 2.28, BTW.)
The crosssdk recipe is built in
|
By
Paul D. DeRocco
·
#38370
·
|
|
Re: How do I patch binutils for the SDK
you can just make 1 patch
you can just make 1 patch
|
By
Khem Raj
·
#38369
·
|
|
Re: How do I patch binutils for the SDK
Yocto's Bugzilla isn't recognizing my password, and when it says that it's
emailed me a password change message, it doesn't show up. However, the
four small patches are in the Sourceware binutils-gdb
Yocto's Bugzilla isn't recognizing my password, and when it says that it's
emailed me a password change message, it doesn't show up. However, the
four small patches are in the Sourceware binutils-gdb
|
By
Paul D. DeRocco
·
#38368
·
|
|
Re: How to use two recipes to satisfy different PROVIDES -- gpu support
you can also look at meta-raspberrypi
you can also look at meta-raspberrypi
|
By
Khem Raj
·
#38367
·
|
|
[meta-security][PATCH] openscape: fix ptest compile errors and update
update to 1.2.15
plus
ERROR: openscap-1.2.14-r0 do_package_qa: QA Issue: /usr/lib/openscap/ptest/tests/probes/process58/all.sh contained in package openscap-ptest requires /bin/bash, but no providers
update to 1.2.15
plus
ERROR: openscap-1.2.14-r0 do_package_qa: QA Issue: /usr/lib/openscap/ptest/tests/probes/process58/all.sh contained in package openscap-ptest requires /bin/bash, but no providers
|
By
Armin Kuster
·
#38366
·
|
|
Re: How do I patch binutils for the SDK
You can apply the patch to all binutils variants, its fine. Send a patch or if you
want, file a ticket in bugzilla and we will take care.
You can apply the patch to all binutils variants, its fine. Send a patch or if you
want, file a ticket in bugzilla and we will take care.
|
By
Khem Raj
·
#38365
·
|
|
devtool sdk-install <recipe>
I'm confused as to how the devtool sdk-installcommand is supposed to work. Take for example:
devtool sdk-install cxxtest
This installs all the /usr/lib and /usr/includestuff into the sysroot, but
I'm confused as to how the devtool sdk-installcommand is supposed to work. Take for example:
devtool sdk-install cxxtest
This installs all the /usr/lib and /usr/includestuff into the sysroot, but
|
By
Aaron_Wright@...
·
#38363
·
|
|
Using kernel fitimage with initramfs
Hi All,
Had a question about kernel-fitimage.bbclass. I am enabling the fitimage using KERNEL_CLASSES += "kernel-fitimage" and KERNEL_IMAGETYPE = "fitImage".
It works and I see fitimage in my deploy
Hi All,
Had a question about kernel-fitimage.bbclass. I am enabling the fitimage using KERNEL_CLASSES += "kernel-fitimage" and KERNEL_IMAGETYPE = "fitImage".
It works and I see fitimage in my deploy
|
By
Manjukumar Harthikote Matha <MANJUKUM@...>
·
#38364
·
|
|
Re: Yocto Image with custom directory layout
Hi
Probably you're inheriting from some more complex image class that pulls in the undesired packages. Have you already checked bitbake -e to see how the variables get expanded?
Greetz
--
Josef
Hi
Probably you're inheriting from some more complex image class that pulls in the undesired packages. Have you already checked bitbake -e to see how the variables get expanded?
Greetz
--
Josef
|
By
Josef Holzmayr <holzmayr@...>
·
#38362
·
|
|
Re: Yocto Image with custom directory layout
Hi,
I tried that but it does pull other packages even if I set in my image:
IMAGE_FEATURES = ""
IMAGE_LINGUAS = ""
PACKAGE_INSTALL = "my-layout-recipe"
Regards
--
Ayoub Zaki
Embedded Systems
Hi,
I tried that but it does pull other packages even if I set in my image:
IMAGE_FEATURES = ""
IMAGE_LINGUAS = ""
PACKAGE_INSTALL = "my-layout-recipe"
Regards
--
Ayoub Zaki
Embedded Systems
|
By
Ayoub Zaki <ayoub.zaki@...>
·
#38361
·
|
|
Re: Yocto Image with custom directory layout
Hi
Should be possible if your image installs only your specific recipes that populate those directories. Means: no packagegroup-core-boot, no base-passwd, no.... -> then nothing should bring along
Hi
Should be possible if your image installs only your specific recipes that populate those directories. Means: no packagegroup-core-boot, no base-passwd, no.... -> then nothing should bring along
|
By
Josef Holzmayr <holzmayr@...>
·
#38360
·
|
|
Re: possible to append or patch existing machine .conf file?
Hi,
you can add to local.conf or distro.conf :
include conf/machine/${MACHINE}-extra.conf
then create in your meta layer or bsp layer
Hi,
you can add to local.conf or distro.conf :
include conf/machine/${MACHINE}-extra.conf
then create in your meta layer or bsp layer
|
By
Ayoub Zaki <ayoub.zaki@...>
·
#38359
·
|
|
[PATCH 1/1] Send email notification on publication
When publishing a layer, send an email notification to all of that
layer's maintainers.
Fixes [YOCTO #11208]
Signed-off-by: Amanda Brindle <amanda.r.brindle@...>
---
layerindex/views.py
When publishing a layer, send an email notification to all of that
layer's maintainers.
Fixes [YOCTO #11208]
Signed-off-by: Amanda Brindle <amanda.r.brindle@...>
---
layerindex/views.py
|
By
Amanda Brindle
·
#38358
·
|
|
[PATCH 0/1] Send email notification on publication
The following changes since commit ad1aac4ea5d4f2b327f7bd9611aed13f7c31ff7e:
Show note if layer branch hasn't been indexed (2017-10-04 13:49:00 +1300)
are available in the git repository at:
The following changes since commit ad1aac4ea5d4f2b327f7bd9611aed13f7c31ff7e:
Show note if layer branch hasn't been indexed (2017-10-04 13:49:00 +1300)
are available in the git repository at:
|
By
Amanda Brindle
·
#38357
·
|