meta-digi-arm: remove PR from linux-dey recipes
PR was based on meta-fsl-arm's 'linux-imx.inc' INC_PR, but this was
removed after Dora, so we need to remove PR from our kernel recipes to
avoid a bitbake parser error:
${INC_PR}.0/git')} exception SyntaxError: EOL while scanning string literal
https://jira.digi.com/browse/DEL-996
Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
6a475f245f
commit
64f5b1bd90
|
|
@ -1,7 +1,5 @@
|
||||||
# Copyright (C) 2012 Digi International
|
# Copyright (C) 2012 Digi International
|
||||||
|
|
||||||
PR = "${DISTRO}.${INC_PR}.0"
|
|
||||||
|
|
||||||
require recipes-kernel/linux/linux-dey.inc
|
require recipes-kernel/linux/linux-dey.inc
|
||||||
|
|
||||||
COMPATIBLE_MACHINE = "(mxs|mx5)"
|
COMPATIBLE_MACHINE = "(mxs|mx5)"
|
||||||
|
|
|
||||||
|
|
@ -3,8 +3,6 @@
|
||||||
require recipes-kernel/linux/linux-dey.inc
|
require recipes-kernel/linux/linux-dey.inc
|
||||||
require recipes-kernel/linux/linux-dtb.inc
|
require recipes-kernel/linux/linux-dtb.inc
|
||||||
|
|
||||||
PR = "${DISTRO}.${INC_PR}.0"
|
|
||||||
|
|
||||||
DEPENDS += "lzop-native bc-native"
|
DEPENDS += "lzop-native bc-native"
|
||||||
|
|
||||||
KBRANCH_DEFAULT = "refs/heads/v3.10/master"
|
KBRANCH_DEFAULT = "refs/heads/v3.10/master"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue