blob: baf8cb39ced1309bebc4cc4bc7e8d0d6da3db4db (
plain)
1
2
3
4
5
6
7
8
|
inherit guest-kernel-module
do_install:aglcontainerguest:append() {
# Install shared header filesi
install -m 644 ${B}/../include/vspm_cmn.h ${D}/${includedir}/
install -m 644 ${B}/../include/vsp_drv.h ${D}/${includedir}/
install -m 644 ${B}/../include/fdp_drv.h ${D}/${includedir}/
}
|