diff options
author | Petter Mabacker <petter@technux.se> | 2014-05-06 16:03:12 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-05-08 13:00:34 +0100 |
commit | 88593cd521d9339d7bb636c1ca76f5112b8efe73 (patch) | |
tree | 868319ce3094a7d0e5bf52895f8e1ddfdc977335 /meta/recipes-bsp | |
parent | 79cacae0128ab54bb1a93a634161cc5bce5c78cc (diff) | |
download | poky-88593cd521d9339d7bb636c1ca76f5112b8efe73.tar.gz |
x-load: remove recipe
x-load has been superseded by u-boot SPL for all cortex based TI SoCs.
For legacy boards meta-ti layer (that contains a maintained recipe)
should be used instead.
(From OE-Core rev: 3a675df3dd608b6e7250a3b0bfc9362d2f4e8aa9)
Signed-off-by: Petter Mabacker <petter@technux.se>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp')
-rw-r--r-- | meta/recipes-bsp/x-load/x-load-git/beagleboard/name.patch | 18 | ||||
-rw-r--r-- | meta/recipes-bsp/x-load/x-load.inc | 40 | ||||
-rw-r--r-- | meta/recipes-bsp/x-load/x-load_git.bb | 21 |
3 files changed, 0 insertions, 79 deletions
diff --git a/meta/recipes-bsp/x-load/x-load-git/beagleboard/name.patch b/meta/recipes-bsp/x-load/x-load-git/beagleboard/name.patch deleted file mode 100644 index 29c26a9644..0000000000 --- a/meta/recipes-bsp/x-load/x-load-git/beagleboard/name.patch +++ /dev/null | |||
@@ -1,18 +0,0 @@ | |||
1 | Upstream-Status: Inappropriate [configuration] | ||
2 | |||
3 | Index: git/Makefile | ||
4 | =================================================================== | ||
5 | --- git.orig/Makefile | ||
6 | +++ git/Makefile | ||
7 | @@ -225,8 +225,9 @@ omap3evm_config : unconfig | ||
8 | overo_config : unconfig | ||
9 | @$(MKCONFIG) $(@:_config=) arm omap3 overo | ||
10 | |||
11 | -omap3530beagle_config : unconfig | ||
12 | - @$(MKCONFIG) $(@:_config=) arm omap3 omap3530beagle | ||
13 | +beagleboard_config : unconfig | ||
14 | + @$(MKCONFIG) omap3530beagle arm omap3 omap3530beagle | ||
15 | + @./mkconfig omap3530beagle arm omap3 omap3530beagle | ||
16 | |||
17 | ######################################################################### | ||
18 | ## OMAP4 (ARM-CortexA9) Systems | ||
diff --git a/meta/recipes-bsp/x-load/x-load.inc b/meta/recipes-bsp/x-load/x-load.inc deleted file mode 100644 index 05d5ff00fc..0000000000 --- a/meta/recipes-bsp/x-load/x-load.inc +++ /dev/null | |||
@@ -1,40 +0,0 @@ | |||
1 | SUMMARY = "First level bootloader for OMAP SoCs" | ||
2 | SECTION = "bootloaders" | ||
3 | LICENSE = "GPL" | ||
4 | |||
5 | inherit deploy | ||
6 | |||
7 | DEPENDS = "" | ||
8 | |||
9 | PARALLEL_MAKE="" | ||
10 | |||
11 | EXTRA_OEMAKE = "CROSS_COMPILE=${TARGET_PREFIX}" | ||
12 | |||
13 | XLOAD_MACHINE ?= "${MACHINE}_config" | ||
14 | |||
15 | XLOAD_IMAGE ?= "x-load-${MACHINE}-${PV}-${PR}.bin.ift" | ||
16 | XLOAD_SYMLINK ?= "x-load-${MACHINE}.bin.ift" | ||
17 | MLO_IMAGE ?= "MLO-${MACHINE}-${PV}-${PR}" | ||
18 | MLO_SYMLINK ?= "MLO-${MACHINE}" | ||
19 | |||
20 | do_compile () { | ||
21 | unset LDFLAGS | ||
22 | unset CFLAGS | ||
23 | unset CPPFLAGS | ||
24 | oe_runmake distclean | ||
25 | oe_runmake ${XLOAD_MACHINE} | ||
26 | oe_runmake ift | ||
27 | } | ||
28 | |||
29 | do_deploy () { | ||
30 | install ${S}/x-load.bin.ift ${DEPLOYDIR}/${XLOAD_IMAGE} | ||
31 | install ${S}/x-load.bin.ift ${DEPLOYDIR}/${MLO_IMAGE} | ||
32 | |||
33 | cd ${DEPLOYDIR} | ||
34 | rm -f ${XLOAD_SYMLINK} | ||
35 | ln -sf ${XLOAD_IMAGE} ${XLOAD_SYMLINK} | ||
36 | rm -f ${MLO_SYMLINK} | ||
37 | ln -sf ${MLO_IMAGE} ${MLO_SYMLINK} | ||
38 | } | ||
39 | addtask deploy before do_build after do_compile | ||
40 | |||
diff --git a/meta/recipes-bsp/x-load/x-load_git.bb b/meta/recipes-bsp/x-load/x-load_git.bb deleted file mode 100644 index 65dc85c30a..0000000000 --- a/meta/recipes-bsp/x-load/x-load_git.bb +++ /dev/null | |||
@@ -1,21 +0,0 @@ | |||
1 | require x-load.inc | ||
2 | |||
3 | FILESPATH = "${FILE_DIRNAME}/x-load-git/${MACHINE}:${FILE_DIRNAME}/x-load-git/" | ||
4 | |||
5 | LICENSE = "GPLv2+" | ||
6 | LIC_FILES_CHKSUM = "file://README;beginline=1;endline=25;md5=ef08d08cb99057bbb5b9d6d0c5a4396f" | ||
7 | |||
8 | SRCREV = "9f94c6577e3a018b6b75cbe39f32bb331871f915" | ||
9 | PV = "1.5.0+git${SRCPV}" | ||
10 | |||
11 | #SRC_URI = "git://www.sakoman.net/git/x-load-omap3.git;branch=master" | ||
12 | #SRC_URI = "git://gitorious.org/x-load-omap3/mainline.git;branch=master" | ||
13 | SRC_URI = "git://gitorious.org/x-loader/x-loader.git;branch=master" | ||
14 | |||
15 | SRC_URI_append_beagleboard = " file://name.patch " | ||
16 | |||
17 | S = "${WORKDIR}/git" | ||
18 | |||
19 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
20 | |||
21 | COMPATIBLE_MACHINE = "(beagleboard|omap3evm|overo)" | ||