meta-digi-arm: remove imx-lib bbappend

The bbappend only has a patch that does not apply anymore to the new
version of the package upstream (11.09.02).

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
Javier Viguera 2013-12-20 17:27:16 +01:00
parent 0a490894f7
commit 670fd05e89
2 changed files with 0 additions and 37 deletions

View File

@ -1,29 +0,0 @@
From: Alex Gonzalez <alex.gonzalez@digi.com>
Date: Thu, 3 May 2012 18:05:09 +0200
Subject: [PATCH] imx-lib: Do not error if no VPU IRAM present.
When the kernel is configured with no VPU IRAM, the vpu encoder prints
an error message. Transform it into a warning as functionally everything
works fine with no VPU IRAM.
CCORE_MX53_EXTENSIONS-85
Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
---
vpu/vpu_util.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/vpu/vpu_util.c b/vpu/vpu_util.c
index fba9434..e042206 100644
--- a/vpu/vpu_util.c
+++ b/vpu/vpu_util.c
@@ -1005,7 +1005,7 @@ void SetEncSecondAXIIRAM(SecAxiUse *psecAxiIramInfo, SetIramParam *parm)
psecAxiIramInfo->searchRamAddr = iram.start;
size -= psecAxiIramInfo->searchRamSize;
} else {
- err_msg("VPU iram is less than search ram size\n");
+ warn_msg("VPU iram is less than search ram size\n");
goto out;
}

View File

@ -1,8 +0,0 @@
# Copyright (C) 2013 Digi International.
PRINC := "${@int(PRINC) + 1}"
PR_append = "+${DISTRO}"
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:"
SRC_URI += " file://imx-lib-11.09.01-0003-vpu-do-not-error-if-no-VPU-IRAM-present.patch "