UmVirt LFS Package info

DB commit: 3c6efcfc536d7802c89703820d548c1aec13ba9b
APP commit: f0568a86eced844506f88e1faa2e7a1c73783ddf
[ 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