recipes-kernel: add MOST driver kernel modules 93/4493/2
authorChristian Gromm <christian.gromm@microchip.com>
Wed, 16 Dec 2015 12:42:25 +0000 (13:42 +0100)
committerGerrit Code Review <gerrit@172.30.200.200>
Mon, 21 Dec 2015 14:23:03 +0000 (14:23 +0000)
commit45e14d9435eef26cb8afb152a56d9f303192fbdd
treef070a5714a55d09479800110ba219a16c0fb9b2e
parent565235cf6861f03a8d9d6b2613213509949b44d9
recipes-kernel: add MOST driver kernel modules

This commit adds the recipes-kernel directory to the meta-agl-demo
layer. It is needed to add the MOST driver to the AGL layer and have
it compiled as out-of-tree modules.

Change-Id: I38174a2f9a59b0424cfaf2f85f059550422f58f2
Signed-off-by: Christian Gromm <christian.gromm@microchip.com>
41 files changed:
recipes-kernel/aim-cdev/aim-cdev.bb [new file with mode: 0644]
recipes-kernel/aim-cdev/files/COPYING [new file with mode: 0644]
recipes-kernel/aim-cdev/files/Makefile [new file with mode: 0644]
recipes-kernel/aim-cdev/files/cdev.c [new file with mode: 0644]
recipes-kernel/aim-network/aim-network.bb [new file with mode: 0644]
recipes-kernel/aim-network/files/COPYING [new file with mode: 0644]
recipes-kernel/aim-network/files/Makefile [new file with mode: 0644]
recipes-kernel/aim-network/files/networking.c [new file with mode: 0644]
recipes-kernel/aim-network/files/networking.h [new file with mode: 0644]
recipes-kernel/aim-sound/aim-sound.bb [new file with mode: 0644]
recipes-kernel/aim-sound/files/COPYING [new file with mode: 0644]
recipes-kernel/aim-sound/files/Makefile [new file with mode: 0644]
recipes-kernel/aim-sound/files/sound.c [new file with mode: 0644]
recipes-kernel/aim-v4l2/aim-v4l2.bb [new file with mode: 0644]
recipes-kernel/aim-v4l2/files/COPYING [new file with mode: 0644]
recipes-kernel/aim-v4l2/files/Makefile [new file with mode: 0644]
recipes-kernel/aim-v4l2/files/video.c [new file with mode: 0644]
recipes-kernel/hdm-dim2/files/COPYING [new file with mode: 0644]
recipes-kernel/hdm-dim2/files/Makefile [new file with mode: 0644]
recipes-kernel/hdm-dim2/files/dim2_errors.h [new file with mode: 0644]
recipes-kernel/hdm-dim2/files/dim2_hal.c [new file with mode: 0644]
recipes-kernel/hdm-dim2/files/dim2_hal.h [new file with mode: 0644]
recipes-kernel/hdm-dim2/files/dim2_hdm.c [new file with mode: 0644]
recipes-kernel/hdm-dim2/files/dim2_hdm.h [new file with mode: 0644]
recipes-kernel/hdm-dim2/files/dim2_reg.h [new file with mode: 0644]
recipes-kernel/hdm-dim2/files/dim2_sysfs.c [new file with mode: 0644]
recipes-kernel/hdm-dim2/files/dim2_sysfs.h [new file with mode: 0644]
recipes-kernel/hdm-dim2/hdm-dim2.bb [new file with mode: 0644]
recipes-kernel/hdm-i2c/files/COPYING [new file with mode: 0644]
recipes-kernel/hdm-i2c/files/Makefile [new file with mode: 0644]
recipes-kernel/hdm-i2c/files/hdm_i2c.c [new file with mode: 0644]
recipes-kernel/hdm-i2c/hdm-i2c.bb [new file with mode: 0644]
recipes-kernel/hdm-usb/files/COPYING [new file with mode: 0644]
recipes-kernel/hdm-usb/files/Makefile [new file with mode: 0644]
recipes-kernel/hdm-usb/files/hdm_usb.c [new file with mode: 0644]
recipes-kernel/hdm-usb/hdm-usb.bb [new file with mode: 0644]
recipes-kernel/mostcore/files/COPYING [new file with mode: 0644]
recipes-kernel/mostcore/files/Makefile [new file with mode: 0644]
recipes-kernel/mostcore/files/core.c [new file with mode: 0644]
recipes-kernel/mostcore/files/mostcore.h [new file with mode: 0644]
recipes-kernel/mostcore/mostcore.bb [new file with mode: 0644]