From: Wenzong Fan
Rebase and apply the patches for 2.20170204:
- refpolicy-fix-optional-issue-on-sysadm-module.patch
- refpolicy-unconfined_u-default-user.patch
Signed-off-by: Wenzong Fan
---
...olicy-fix-optional-issue-on-sysadm-module.patch | 33 +++--
.../refpolicy-unconfined_u-default
From: Wenzong Fan
Backport upstream patches:
- 0001-refpolicy-Define-getrlimit-permission-for-class-proc.patch
- 0002-refpolicy-Define-smc_socket-security-class.patch
This fixes the runtime issues:
$ load_policy
SELinux: Permission getrlimit in class process not defined in policy.
SEL
From: Wenzong Fan
Update patch to fix build error with systemd:
* replace below statements with 'init_dbus_chat(initrc_t)':
allow initrc_t init_t:dbus send_msg;
allow init_t initrc_t:dbus send_msg;
* declare class 'dbus' and 'acquire_svc' for:
allow init_t initrc_t:dbus { acquire_svc };
Ping.
Zhe
On 2017年09月29日 14:10, zhe...@windriver.com wrote:
> From: He Zhe
>
> CONFIG_DRM in yocto-kernel-cache selects CONFIG_I2C_ALGOBIT as "y".
> Change CONFIG_I2C_ALGOBIT 00026-lm-sensors.cfg from "m" to "y" to
> avoid following config conflict.
>
> -- CONFIG_I2C_ALGOBIT
Is this the same problem? You dont want to search the host for libraries
that you want on the target. Just add mesa to DEPENDS and pkgconfig will
find the GL headers in the sysroot.
Are you using the glmark2 recipe from meta-oe?
Ross
On 8 October 2017 at 16:00, eliya@gmail.com wrote:
> Hi
On 5 October 2017 at 23:01, Andre McCurdy wrote:
> On Thu, Oct 5, 2017 at 1:46 PM, Peter Kjellerstedt
> wrote:
> > I would like to suggest fast-forwarding the pyro branch of
> > meta-gplv2 to master. The only change that I see as questionable
> > is the change to mc, but since the change was acc
On 8 October 2017 at 18:04, Eric Schwarz wrote:
> Don't _append when you can just extend the assignment above.
>>
>
> I just did it that way for the moment since I wanted to circumvent merge
> conflicts when I upgrade the underlying recipes from openembedded.
Well it's ugly, so if you want a pa
Be aware that when you provide python-native, it's more likely that
swig-native will be detected in sysroot as well and then u-boot will fail
to build libfdt python library.
To prevent this autodetection you can use something like this:
do_compile_prepend () {
sed 's@\(^always += $(if $(shell
A release candidate build for yocto-2.4.rc2 is now available at:
https://autobuilder.yocto.io/pub/releases/yocto-2.4.rc2
Please begin QA on this build as soon as possible.
Build hash information:
meta-intel : 9f9b61b91f0901dc63aa0fcfd36f1152b5661b55
meta-qt4 : f313dbee2ac3d5fcc98014079
On 10/6/17 5:08 PM, Gutierrez, Hernan Ildefonso (Boise R&D, FW) wrote:
> Hi,
>
>
>
> We are planning to implement a mirror for both source code downloaded and
> sscache in our work environment.
>
We mirror a ton of code for our customers. We have two types or mirrors that we
deliver. Raw 'g
merged now, sorry for the delay
--Adrian
From: yocto-boun...@yoctoproject.org on behalf
of He Zhe
Sent: Monday, October 9, 2017 11:31 AM
To: yocto@yoctoproject.org
Subject: Re: [yocto] [meta-cgl][PATCH] kernel: Fix config warning for
CONFIG_I2C_ALGOBIT
Current Dev Position: YP 2.4 M4 - rc2 has been built and in QA.
Next Deadline: YP 2.4 Final Cut off has passed.
SWAT team rotation: Cal -> Joshua on Oct. 6, 2017.
SWAT team rotation: Joshua -> Armin on Oct. 13, 2017.
https://wiki.yoctoproject.org/wiki/Yocto_Build_Failure_Swat_Team
Key Status
I'm getting a "No GNU_HASH in the elf binary" error. The documentation says to
add LD_FLAGS to the ld command line, but it's already there:
LDFLAGS=-Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed
Here is the command that produces the offending elf binary:
arm-poky-linux-gnueabi-gcc -march=armv7v
I had implemented the recommended fix for this error but it didn't take on the
first try. I sent out the email and started on another error and the GNU_HASH
error has now disappeared. So I guess this thread needs to be ignored, sorry
for the noise.
Regards,
Greg
_
This is what I have,
$ cat etc/fstab
# stock fstab - you probably want to override this with a machine specific one
/dev/root/auto ro 1 0
proc /procproc defaults 0 0
devpts /dev
From: Jackie Huang
--
The following changes since commit 73d32950c45cc8d8d468e584be68c54c6e6574b9:
kernel: Fix config warning for CONFIG_I2C_ALGOBIT (2017-10-03 10:15:47 +0200)
are available in the git repository at:
https://github.com/jackiehjm/meta-cgl.git jhuang0/d_poky-cgl-kernel_17101
From: Jackie Huang
Someone may want to add meta-cgl-common layer into their
distro and only use some of the packages, but these kernel
features will be also added by the bbappend and may cause
unexpected issue, so change to append the SRC_URI for poky-cgl
distro only.
Signed-off-by: Jackie Huang
From: Jackie Huang
Add poky-cgl into DISTROOVERRIDES, otherwise it's
"poky:linuxstdbase" since it requires poky-lsb.conf.
Signed-off-by: Jackie Huang
---
meta-cgl-common/conf/distro/poky-cgl.conf | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta-cgl-common/conf/distro/poky-cgl.conf
b/m
18 matches
Mail list logo