summaryrefslogtreecommitdiff
path: root/recipes-bsp/u-boot
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2014-01-05 14:15:08 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2014-04-01 10:11:34 +0200
commit91962fabf7d312efb6fd7ab970b55ad5923f2f5c (patch)
tree813b0895bf9f563d835f0118c280dade7f4dfb8a /recipes-bsp/u-boot
parent5e1244928fffe8ba82218595a70fb6eda7999373 (diff)
colibri-vf: use meta-fsl* layer for BSP files
remove the files copied from meta-fsl* for Colibri-VF V2.1 move the colibri-vf u-boot and kernel stuff to meta-fsl-arm-extra
Diffstat (limited to 'recipes-bsp/u-boot')
-rw-r--r--recipes-bsp/u-boot/u-boot-colibri-vf.bb29
1 files changed, 0 insertions, 29 deletions
diff --git a/recipes-bsp/u-boot/u-boot-colibri-vf.bb b/recipes-bsp/u-boot/u-boot-colibri-vf.bb
deleted file mode 100644
index afc211b..0000000
--- a/recipes-bsp/u-boot/u-boot-colibri-vf.bb
+++ /dev/null
@@ -1,29 +0,0 @@
-require recipes-bsp/u-boot/u-boot.inc
-
-PROVIDES += "u-boot"
-
-LICENSE = "GPLv2+"
-LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb \
- file://README;beginline=1;endline=22;md5=78b195c11cb6ef63e6985140db7d7bab"
-
-PV = "${PR}+gitr${SRCREV}"
-PR = "r0"
-
-S = "${WORKDIR}/git"
-SRC_URI = "git://git.toradex.com/u-boot-toradex.git;protocol=git;branch=colibri_vf"
-SRCREV_colibri-vf = "f624e019a3f37ee4415a407afae0e026dd203714"
-
-#FILESPATHPKG =. "git:"
-PACKAGE_ARCH = "${MACHINE_ARCH}"
-
-COMPATIBLE_MACHINE = "colibri-vf"
-DEFAULT_PREFERENCE_colibri-vf = "1"
-
-# colibri_vf: build additionally a u-boot binary used for sd-card boot
-SPL_BINARY_colibri-vf = "u-boot.imx"
-SPL_IMAGE_colibri-vf = "u-boot-${MACHINE}-${PV}-${PR}.imx"
-SPL_SYMLINK_colibri-vf = "u-boot-${MACHINE}.imx"
-do_compile_append_colibri-vf() {
- oe_runmake colibri_vf_sdboot_config
- oe_runmake
-}