summaryrefslogtreecommitdiffstats
path: root/module
AgeCommit message (Collapse)AuthorFilesLines
2020-12-19Modified license header of some filesRiku Nomoto7-539/+240
To set appropreate header to the files, I reworked source codes of kernel-module-evklib. Header files and evk_lib.c are combined. v5: Kernel modules no longer have a header file.    The code of the header file was imported into evk_lib.c. Signed-off-by: Riku Nomoto <riku_nomoto@mail.toyota.co.jp> Change-Id: I2af32c59c13bdf7b6f56a8d0b4169e71d7ca8fd5
2020-12-08Add LICENSE.GPL-2.0-only file for kernel moduleRiku Nomoto1-0/+288
Signed-off-by: Riku Nomoto <riku_nomoto@mail.toyota.co.jp> Change-Id: I9645bd73862e4145bbb4a5ad25125786677e52c4
2020-12-03Changed autoconf.h ref to /kernel-build-artifactsRiku Nomoto1-1/+1
By not copying autoconf.h to usr/include/linux and not using it, changed from linux/autoconf.h to generated/autoconf.h https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-devel/+/25647/1/meta-oem-production-readiness/meta-agl-basesystem/recipes-core/agl-basefiles/agl-basefiles_1.0.0.bb#33 Bug-AGL: SPEC-3670 Signed-off-by: Riku Nomoto <riku_nomoto@mail.toyota.co.jp> Change-Id: I694147d0427c43a2fc96b26304f5bf60d23de914
2020-11-23Fix missing modules_installTadao Tanikawa1-3/+6
Add 'modules_install' instead of using own do_install() in recipe. Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com> Change-Id: I57f5576631ab79b59e4dc6c8813d93e897b3a8b6
2020-11-22Re-organized sub-directory by categoryTadao Tanikawa7-0/+2830
Since all the sub-directories were placed in the first level, created sub-directories, "hal", "module", and "service" for classification and relocated each component. Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com> Change-Id: Ifdf743ac0d1893bd8e445455cf0d2c199a011d5c