meta-digi: Replace the PR append.
Use +del.rn instead of +digi.n. Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
This commit is contained in:
parent
54b5f54e8f
commit
77428b3f76
|
|
@ -1,4 +1,4 @@
|
|||
PR_append = "+digi.0"
|
||||
PR_append = "+del.r0"
|
||||
|
||||
FILES_${PN}_ccxmx53js = "/lib/firmware/vpu/vpu_fw_imx53.bin"
|
||||
FILES_${PN}_ccxmx5js = "/lib/firmware/vpu/vpu_fw_imx51.bin"
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
DESCRIPTION = "bootloader for Digi platforms"
|
||||
|
||||
PR_append = "+digi.0"
|
||||
PR_append = "+del.r0"
|
||||
|
||||
SRC_URI = "${DIGI_LOG_GIT}u-boot-denx.git;tag=agonzal/yocto"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
# Copyright (C) 2012 Digi International
|
||||
PR_append = "+digi.0"
|
||||
PR_append = "+del.r0"
|
||||
|
||||
SRCREV_ccardxmx28js = "agonzal/yocto"
|
||||
SRCREV_ccxmx53js = "agonzal/yocto"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
# Copyright (C) 2012 Digi International
|
||||
PR_append = "+digi.0"
|
||||
PR_append = "+del.r0"
|
||||
|
||||
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}_${PV}"
|
||||
SRCREV_ccxmx51js = "agonzal/yocto"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
PR_append = "+digi.0"
|
||||
PR_append = "+del.r0"
|
||||
|
||||
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}"
|
||||
SRC_URI += " file://imx-lib-11.09.01-0003-vpu-do-not-error-if-no-VPU-IRAM-present.patch "
|
||||
|
|
|
|||
Loading…
Reference in New Issue