UmVirt LFS Package info
DB commit: 9ed4ff6d798939f3f70457a829818f445904e2c7
APP commit: f0568a86eced844506f88e1faa2e7a1c73783ddf
ashmem-module
Ashmem Kernel modulePackage info
Template:
Codename: ashmem-module
Source file: anbox-modules-ee4c25f064d89f08136d5814bf2368512973017f.tar.gz
Source file size: 77355
Source file MD5-checkum: 1fb41651eca777b8d49fd9c695bf55bd
Source directory: anbox-modules-ee4c25f064d89f08136d5814bf2368512973017f
Package URL: https://umvirt.com/linux/downloads/0.2.3/packages/a/anbox-modules-ee4c25f064d89f08136d5814bf2368512973017f.tar.gz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.3/packages/a/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