UmVirt LFS Package info

DB commit: 87572d7cf5c2e4fc6a7d33abc05341175a2c925a
APP commit: e905d50832f25d6e1ea1c062c557c2674e1072f0
[ BASH | XML | JSON ]

ashmem-module

Ashmem Kernel module

Package info

Template:
Codename: ashmem-module
Source file: anbox-modules-ee4c25f064d89f08136d5814bf2368512973017f.tar.gz
Source directory: anbox-modules-ee4c25f064d89f08136d5814bf2368512973017f
Package URL: anbox-modules-ee4c25f064d89f08136d5814bf2368512973017f.tar.gz
Package md5-checksum URL: anbox-modules-ee4c25f064d89f08136d5814bf2368512973017f.tar.gz.md5sum
Dependances: dkms.
Dependance of: *** NO PACKAGES FOUND ***
Patches: ashmem-module-gcc.patch.
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
#

Build script:
#

Install script:
# First install the configuration files:
cp anbox.conf /etc/modules-load.d/
cp 99-anbox.rules /lib/udev/rules.d/

# Then copy the module sources to /usr/src/:
cp -rT ashmem /usr/src/anbox-ashmem-1
#cp -rT binder /usr/src/anbox-binder-1

# Finally use dkms to build and install:
dkms install anbox-ashmem/1
#dkms install anbox-binder/1

# Verify by loading these modules and checking the created devices:
modprobe ashmem_linux
#modprobe binder_linux
lsmod | grep -e ashmem_linux
ls -alh /dev/ashmem