diff options
author | andrii.davydenko <andrii.davydenko@globallogic.com> | 2022-02-16 14:35:32 +0200 |
---|---|---|
committer | andrii.davydenko <andrii.davydenko@globallogic.com> | 2022-02-16 14:38:05 +0200 |
commit | cd250d01166a61d0ffa65591d7673103ec0a6163 (patch) | |
tree | 220ed9832f4b91beb24e12ad0253695dab73d0b2 /recipes-core | |
parent | 930d79b066e233cbf1d3f3c7b001f0bec0b3176f (diff) | |
download | meta-mlinux-cd250d01166a61d0ffa65591d7673103ec0a6163.tar.gz meta-mlinux-cd250d01166a61d0ffa65591d7673103ec0a6163.tar.bz2 meta-mlinux-cd250d01166a61d0ffa65591d7673103ec0a6163.zip |
[GP-1480] mPower R.6.0.x: MTCAP3 - Installed packages do not display on the "Package Management" page
Remove extra run directory in fs list
Signed-off-by: andrii.davydenko <andrii.davydenko@globallogic.com>
Diffstat (limited to 'recipes-core')
-rw-r--r-- | recipes-core/multitech/overlayfs-init-ubi/overlayfs.init | 2 | ||||
-rw-r--r-- | recipes-core/multitech/overlayfs-init-ubi_0.1.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-core/multitech/overlayfs-init-ubi/overlayfs.init b/recipes-core/multitech/overlayfs-init-ubi/overlayfs.init index f2faf72..f19abef 100644 --- a/recipes-core/multitech/overlayfs-init-ubi/overlayfs.init +++ b/recipes-core/multitech/overlayfs-init-ubi/overlayfs.init @@ -31,7 +31,7 @@ mnt_user() { mount -t ubifs $USER_PARTITION $MNT_USER } -fs="/run /dev /proc /sys /sys/kernel/security /dev/shm /dev/pts /run /sys/fs/cgroup /sys/fs/cgroup/unified +fs="/run /dev /proc /sys /sys/kernel/security /dev/shm /dev/pts /sys/fs/cgroup /sys/fs/cgroup/unified /sys/fs/cgroup/systemd /sys/fs/cgroup/devices /sys/fs/cgroup/freezer /sys/fs/cgroup/pids /sys/fs/cgroup/memory /dev/mqueue /sys/kernel/debug /tmp /sys/fs/fuse/connections /sys/kernel/config /var/volatile" diff --git a/recipes-core/multitech/overlayfs-init-ubi_0.1.bb b/recipes-core/multitech/overlayfs-init-ubi_0.1.bb index be7ea36..b2d98af 100644 --- a/recipes-core/multitech/overlayfs-init-ubi_0.1.bb +++ b/recipes-core/multitech/overlayfs-init-ubi_0.1.bb @@ -3,7 +3,7 @@ HOMEPAGE = "http://www.multitech.com/" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" PACKAGE_ARCH = "all" -PR = "6" +PR = "7" RDEPENDS_${PN} += "bash" SRC_URI = " \ |