summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/hdm-dim2/hdm-dim2.bb
blob: 0bbf2d1f2ac34ea0702d53fe89a4290589f15def (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
DESCRIPTION = "Example of how to build an external Linux kernel module"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
#LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e \
#		   "  

inherit module

PV = "0.1"

SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/most;protocol=https;branch=blowfish"

S = "${WORKDIR}/git/driver/${PN}"
SRCREV = "f70e1e1bab1608a2696fa5450641043dc4961ea8"
#SRCREV = "${AUTOREV}"

# The inherit of module.bbclass will automatically name module packages with
# "kernel-module-" prefix as required by the oe-core build environment.
es are grouped into base, hardware, and feature dependencies. ### Base Dependencies The `meta-agl-demo` layer has the following base dependencies: * Yocto Project Release: - URI: git://git.yoctoproject.org/poky - Branch: "dunfell" - Tested Revision: See the [`default.xml`](https://github.com/leon-anavi/AGL-repo/blob/master/default.xml) manifest file for the `AGL-repo` repository for revision information.<br/><br/> * AGL `meta-agl` Layer: - URI: https://gerrit.automotivelinux.org/gerrit/AGL/meta-agl - Branch: "master"<br/><br/> * OpenEmbedded `meta-openembedded` Layer: - Branch: "thud" - Tested Revision: See the [`default.xml`](https://github.com/leon-anavi/AGL-repo/blob/master/default.xml) manifest file for the `AGL-repo` repository for revision information. Specifically, out of `meta-openembedded`, these sub-layers are used: - `meta-oe` - `meta-multimedia` - `meta-networking` - `meta-python`<br/><br/> * Yocto Project `meta-qt5` Layer from the [OpenEmbedded Layer Index](https://layers.openembedded.org/layerindex/branch/master/layers/): - URI: https://github.com/meta-qt5/meta-qt5.git - Branch: "dunfell" - Tested Revision: See the [`default.xml`](https://github.com/leon-anavi/AGL-repo/blob/master/default.xml) manifest file for the `AGL-repo` repository for revision information.<br/><br/> ### Feature Dependencies The `meta-agl-demo` layer has the following AGL [feature](../getting_started/reference/getting-started/image-workflow-initialize-build-environment.html#agl-features) dependencies: * Yocto Project `meta-security` Layer: - URI: https://git.yoctoproject.org/cgit/cgit.cgi/meta-security - Branch: "master" - Tested Revision: See the [`default.xml`](https://github.com/leon-anavi/AGL-repo/blob/master/default.xml) manifest file for the `AGL-repo` repository for revision information.<br/><br/> * AGL's `meta-app-framework` Layer within the `meta-agl` Layer: - URI: https://gerrit.automotivelinux.org/gerrit/gitweb?p=AGL/meta-agl.git - Branch: "master"<br/><br/> **The `agl-sota` Feature:** * Here Technologies' `meta-updater` Layer: - URI: https://github.com/advancedtelematic/meta-updater/ - Branch: "dunfell"<br/><br/> * Here Technologies' `meta-updater-qemux86-64` Layer: - URI: https://github.com/advancedtelematic/meta-updater-qemux86-64/ - Branch: "dunfell"<br/><br/> * OpenEmbedded's `meta-openembedded` Layer: - URI: https://github.com/openembedded/meta-openembedded - Branch: "dunfell" - Tested Revision: See the [`default.xml`](https://github.com/leon-anavi/AGL-repo/blob/master/default.xml) manifest file for the `AGL-repo` repository for revision information. Specifically, out of `meta-openembedded`, these sub-layers are used: - `meta-filesystems` - `meta-oe` - `meta-python`<br/><br/> **The `agl-netboot` Feature:** * AGL's `meta-netboot` Layer within the `meta-agl` Layer: - URI: https://gerrit.automotivelinux.org/gerrit/gitweb?p=AGL/meta-agl.git - Branch: "master"