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:
Javier Viguera 2014-03-12 12:11:24 +01:00
parent 6a475f245f
commit 64f5b1bd90
2 changed files with 0 additions and 4 deletions

View File

@ -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)"

View File

@ -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"