blob: a9d09a77f8e2ab3ef5955f59165c6f99fd1e9f81 (
plain)
1
2
3
4
5
6
7
|
inherit guest-kernel-module
do_install:aglcontainerguest:append() {
# Install shared header file to ${includedir}
install -m 644 ${S}/${MMNGR_DRV_DIR}/include/mmngr_public_cmn.h ${D}/${includedir}/
install -m 644 ${S}/${MMNGR_DRV_DIR}/include/mmngr_private_cmn.h ${D}/${includedir}/
}
|