mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-07-16 22:38:04 +00:00
uio-module-drv: Update to new version 2.0.0.0_eng
- Update to eng release 2.0.0.0 - Added install append for new API header file Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
committed by
Denys Dmytriyenko
parent
122098f072
commit
a4e8f5d53e
@@ -1,9 +1,9 @@
|
|||||||
LICENSE = "BSD"
|
LICENSE = "BSD"
|
||||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2b7c96eb2aed7b0f6f922214dbde9016"
|
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2b7c96eb2aed7b0f6f922214dbde9016"
|
||||||
|
|
||||||
BRANCH = "master"
|
BRANCH = "linux4.1"
|
||||||
# This corresponds to version 01.00.02.03
|
# This corresponds to version 02.00.00.00_eng
|
||||||
SRCREV = "634a0c64763c5cd7840e2d439d0ee900455584c8"
|
SRCREV = "6a7eda36e390658593a5b8d87b0f00beb3997240"
|
||||||
|
|
||||||
SRC_URI = "git://git.ti.com/keystone-linux/uio-module-drv.git;protocol=git;branch=${BRANCH}"
|
SRC_URI = "git://git.ti.com/keystone-linux/uio-module-drv.git;protocol=git;branch=${BRANCH}"
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
DESCRIPTION="User space IO (UIO) driver for on-chip modules"
|
DESCRIPTION="User space IO (UIO) driver for on-chip modules"
|
||||||
|
|
||||||
include uio-module-drv.inc
|
include uio-module-drv.inc
|
||||||
PV = "1.0.2.3+git${SRCPV}"
|
PV = "2.0.0.0+git${SRCPV}"
|
||||||
|
|
||||||
# This package builds a kernel module, use kernel PR as base and append a local
|
# This package builds a kernel module, use kernel PR as base and append a local
|
||||||
MACHINE_KERNEL_PR_append = "b"
|
MACHINE_KERNEL_PR_append = "b"
|
||||||
@@ -10,3 +10,8 @@ PR = "${MACHINE_KERNEL_PR}"
|
|||||||
module_auto_load_uio-module-drv = "uio-module-drv"
|
module_auto_load_uio-module-drv = "uio-module-drv"
|
||||||
|
|
||||||
inherit module
|
inherit module
|
||||||
|
|
||||||
|
do_install_append () {
|
||||||
|
install -d ${D}${includedir}
|
||||||
|
cp *.h ${D}${includedir}
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user