linux-yocto_3.14.bbappend: fix patching (cgroup Smack issue)
authorPatrick Ohly <patrick.ohly@intel.com>
Wed, 4 Feb 2015 11:04:31 +0000 (03:04 -0800)
committerPatrick Ohly <patrick.ohly@intel.com>
Wed, 4 Feb 2015 12:11:10 +0000 (04:11 -0800)
commita9ad7cd9d199e9c3c777052da6f2d785642757e9
tree7d51f68b3c91f4c8af92a9e0a869cf0d9891c104
parent52409e2a3a8057d69c91ef23741a5a05e17851a9
linux-yocto_3.14.bbappend: fix patching (cgroup Smack issue)

Because 0005-i2c-i801-enable-Intel-BayTrail-SMBUS.patch is already
part of the linux-yocto kernel, the linux-yocto base recipe
accidentally (?!) also skipped the preceeding 0003-Smack-Cgroup-filesystem-access.patch.

This caused the issue with /sys/fs/cgroup/systemd being mounted
with "_" as Smack label instead of "*", which in turn caused startup
of user sessions to fail with "Failed to create root cgroup hierarchy: Permission denied".

This unexpected behavior of linux-yocto was reported here:
https://bugzilla.yoctoproject.org/show_bug.cgi?id=7282

Change-Id: I95a01f0d6a279ffdc848bdd74ca932c4fec24a31
meta-tizen-adaptation/meta/recipes-kernel/linux/linux-yocto_3.14.bbappend