diff options
author | Tudor Florea <tudor.florea@enea.com> | 2014-10-10 03:19:58 +0200 |
---|---|---|
committer | Tudor Florea <tudor.florea@enea.com> | 2014-10-10 03:19:58 +0200 |
commit | f98b448ee835646be48f530b3e6fe13b32b093f5 (patch) | |
tree | 9d1062f1e8893e72829df650f5e558c5fb255955 /recipes-bsp/imx-lib | |
download | meta-fsl-arm-daisy-140929.tar.gz |
initial commit for Enea Linux 4.0-140929daisy-140929
Migrated from the internal git server on the daisy-enea-point-release branch
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'recipes-bsp/imx-lib')
-rw-r--r-- | recipes-bsp/imx-lib/imx-lib.inc | 28 | ||||
-rw-r--r-- | recipes-bsp/imx-lib/imx-lib_11.09.02.bb | 8 | ||||
-rw-r--r-- | recipes-bsp/imx-lib/imx-lib_3.10.17-1.0.0.bb | 10 |
3 files changed, 46 insertions, 0 deletions
diff --git a/recipes-bsp/imx-lib/imx-lib.inc b/recipes-bsp/imx-lib/imx-lib.inc new file mode 100644 index 0000000..243eb88 --- /dev/null +++ b/recipes-bsp/imx-lib/imx-lib.inc | |||
@@ -0,0 +1,28 @@ | |||
1 | # Copyright (C) 2012-2013 Freescale Semiconductor | ||
2 | |||
3 | DESCRIPTION = "Platform specific libraries for imx platform" | ||
4 | LICENSE = "LGPLv2.1" | ||
5 | SECTION = "multimedia" | ||
6 | DEPENDS = "virtual/kernel" | ||
7 | |||
8 | LIC_FILES_CHKSUM = "file://ipu/mxc_ipu_hl_lib.h;endline=13;md5=6c7486b21a8524b1879fa159578da31e" | ||
9 | |||
10 | PLATFORM_mx6 = "IMX6Q" | ||
11 | PLATFORM_mx5 = "IMX51" | ||
12 | |||
13 | PARALLEL_MAKE="-j 1" | ||
14 | EXTRA_OEMAKE = "" | ||
15 | |||
16 | SRC_URI = "${FSL_MIRROR}/imx-lib-${PV}.tar.gz" | ||
17 | |||
18 | do_compile () { | ||
19 | INCLUDE_DIR="-I${STAGING_KERNEL_DIR}/include/uapi -I${STAGING_KERNEL_DIR}/include \ | ||
20 | -I${STAGING_KERNEL_DIR}/drivers/mxc/security/rng/include \ | ||
21 | -I${STAGING_KERNEL_DIR}/drivers/mxc/security/sahara2/include" | ||
22 | |||
23 | oe_runmake CROSS_COMPILE="${HOST_PREFIX}" PLATFORM="${PLATFORM}" INCLUDE="${INCLUDE_DIR}" all | ||
24 | } | ||
25 | |||
26 | do_install () { | ||
27 | oe_runmake PLATFORM="${PLATFORM}" DEST_DIR="${D}" install | ||
28 | } | ||
diff --git a/recipes-bsp/imx-lib/imx-lib_11.09.02.bb b/recipes-bsp/imx-lib/imx-lib_11.09.02.bb new file mode 100644 index 0000000..07c6e35 --- /dev/null +++ b/recipes-bsp/imx-lib/imx-lib_11.09.02.bb | |||
@@ -0,0 +1,8 @@ | |||
1 | # Copyright (C) 2013 Freescale Semiconductor | ||
2 | require imx-lib.inc | ||
3 | |||
4 | SRC_URI = "${FSL_MIRROR}/imx-lib-${PV}.tar.gz" | ||
5 | SRC_URI[md5sum] = "a4e7447e35cfac0b966a51f001390d6e" | ||
6 | SRC_URI[sha256sum] = "3ed082005789db0c9c41e14073417319f4e23f5646a7d21f34840470f4328bd5" | ||
7 | |||
8 | COMPATIBLE_MACHINE = "(mx5)" | ||
diff --git a/recipes-bsp/imx-lib/imx-lib_3.10.17-1.0.0.bb b/recipes-bsp/imx-lib/imx-lib_3.10.17-1.0.0.bb new file mode 100644 index 0000000..93f5482 --- /dev/null +++ b/recipes-bsp/imx-lib/imx-lib_3.10.17-1.0.0.bb | |||
@@ -0,0 +1,10 @@ | |||
1 | # Copyright (C) 2013, 2014 Freescale Semiconductor | ||
2 | |||
3 | include imx-lib.inc | ||
4 | |||
5 | PE = "1" | ||
6 | |||
7 | SRC_URI[md5sum] = "8e3346d5f33b5aa5f915a0dd8aa99cc9" | ||
8 | SRC_URI[sha256sum] = "f42605971977e5fe1ed9e7ce17ea3f97586a23fbc60fa0f679940d379c72303e" | ||
9 | |||
10 | COMPATIBLE_MACHINE = "(mx6)" | ||