summaryrefslogtreecommitdiffstats
path: root/meta-architech-extras/recipes/u-boot/u-boot-fslc_2013.10.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-architech-extras/recipes/u-boot/u-boot-fslc_2013.10.bb')
-rw-r--r--meta-architech-extras/recipes/u-boot/u-boot-fslc_2013.10.bb28
1 files changed, 0 insertions, 28 deletions
diff --git a/meta-architech-extras/recipes/u-boot/u-boot-fslc_2013.10.bb b/meta-architech-extras/recipes/u-boot/u-boot-fslc_2013.10.bb
deleted file mode 100644
index b884e43..0000000
--- a/meta-architech-extras/recipes/u-boot/u-boot-fslc_2013.10.bb
+++ /dev/null
@@ -1,28 +0,0 @@
1require u-boot.inc
2
3LICENSE = "GPLv2+"
4LIC_FILES_CHKSUM = "file://Licenses/README;md5=025bf9f768cbcb1a165dbe1a110babfb"
5COMPATIBLE_MACHINE = "(mxs|mx3|mx5|mx6|vf60)"
6
7DEPENDS_mxs += "elftosb-native openssl-native"
8
9PROVIDES += "u-boot"
10
11PV = "v2013.10"
12
13SRCREV = "079e214888279518ce061c71238a74a0c3db2c28"
14SRC_URI = "git://github.com/Freescale/u-boot-imx.git;branch=patches-2013.10"
15
16S = "${WORKDIR}/git"
17
18# FIXME: Allow linking of 'tools' binaries with native libraries
19# used for generating the boot logo and other tools used
20# during the build process.
21EXTRA_OEMAKE += 'HOSTCC="${BUILD_CC} ${BUILD_CPPFLAGS}" \
22 HOSTLDFLAGS="-L${STAGING_BASE_LIBDIR_NATIVE} -L${STAGING_LIBDIR_NATIVE}" \
23 HOSTSTRIP=true'
24
25PACKAGE_ARCH = "${MACHINE_ARCH}"
26
27# bbappend in meta-tibidabo still tries to use PRINC, set to -1 to prevent errors
28PRINC = "-1"