]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx-vpu: Set PACKAGE_ARCH to MACHINE_ARCH
authorOtavio Salvador <otavio@ossystems.com.br>
Fri, 12 Feb 2016 19:57:02 +0000 (17:57 -0200)
committerOtavio Salvador <otavio@ossystems.com.br>
Thu, 2 Jun 2016 18:21:04 +0000 (15:21 -0300)
The imx-vpu is a machine specific package, as it depends on the kernel
for build. We are going to change the PACKAGE_ARCH of it to be
MACHINE_SOCARCH as the interface provided by it is stable thus not
requring that the library users to be rebuild.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
recipes-bsp/imx-vpu/imx-vpu.inc

index c84bf955baf4616ff997177cd9f9026f56af02a7..dc6c1666d09d01de608909be87f8d9a6eea08c26 100644 (file)
@@ -1,3 +1,4 @@
+# Copyright (C) 2013-2016 O.S. Systems Software LTDA.
 # Copyright (C) 2013 Freescale Semiconductor
 DESCRIPTION = "Freescale VPU library"
 LICENSE = "Proprietary"
@@ -19,3 +20,4 @@ do_install () {
     oe_runmake PLATFORM="${PLATFORM}" DEST_DIR="${D}" install
 }
 
+PACKAGE_ARCH = "${MACHINE_ARCH}"