diff options
author | Anton Gerasimov <anton@advancedtelematic.com> | 2016-10-04 14:42:42 +0200 |
---|---|---|
committer | Anton Gerasimov <anton@advancedtelematic.com> | 2016-10-04 14:42:42 +0200 |
commit | 689d2a8e825b3fc77bd4671f2c0597d2de5f0fdf (patch) | |
tree | 50da6e3b59d6e112c15eabd2a3d675d7334ab4ab /meta-sota/recipes-devtools/pseudo/pseudo_1.7.5.bbappend | |
parent | 46b4d2dd4a44de0588426d69168415af3e01acac (diff) |
Tuned initrd image and pseudo environment to fix bugs with extended
security attributes.
Bug-AGL: SPEC-259
Change-Id: I44499ce3f5f1924aecf63689a93d1f20e779225e
Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
Diffstat (limited to 'meta-sota/recipes-devtools/pseudo/pseudo_1.7.5.bbappend')
-rw-r--r-- | meta-sota/recipes-devtools/pseudo/pseudo_1.7.5.bbappend | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-sota/recipes-devtools/pseudo/pseudo_1.7.5.bbappend b/meta-sota/recipes-devtools/pseudo/pseudo_1.7.5.bbappend new file mode 100644 index 0000000..73b43df --- /dev/null +++ b/meta-sota/recipes-devtools/pseudo/pseudo_1.7.5.bbappend @@ -0,0 +1,3 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/files:" + +SRC_URI += "file://0001-Add-check-for-existence-of-old-file-to-renameat.patch" |