diff options
Diffstat (limited to 'recipes-kernel/linux/linux-mainline_4.12.4-phy3.bb')
-rw-r--r-- | recipes-kernel/linux/linux-mainline_4.12.4-phy3.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-mainline_4.12.4-phy3.bb b/recipes-kernel/linux/linux-mainline_4.12.4-phy3.bb new file mode 100644 index 0000000..3227a6c --- /dev/null +++ b/recipes-kernel/linux/linux-mainline_4.12.4-phy3.bb @@ -0,0 +1,21 @@ +# Copyright (C) 2017 PHYTEC Messtechnik GmbH, +# Author: Stefan Riedmueller <s.riedmueller@phytec.de> + +inherit phygittag +inherit buildinfo +include linux-common.inc + +GIT_URL = "git://git.phytec.de/${PN}" +SRC_URI = "${GIT_URL};branch=${BRANCH}" + +PR = "${INC_PR}.0" + +# NOTE: PV must be in the format "x.y.z-.*". It cannot begin with a 'v'. +# NOTE: Keep version in filename in sync with commit id! +SRCREV = "6df8b6f348b0127a90f3f0df1e92498811693b21" + +S = "${WORKDIR}/git" + +COMPATIBLE_MACHINE = "phyboard-segin-imx6ul-2" +COMPATIBLE_MACHINE .= "|phyboard-segin-imx6ul-3" +COMPATIBLE_MACHINE .= "|phyboard-segin-imx6ul-4" |