All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] u-boot-ti-staging: move HS MLO change to meta-ti
@ 2016-10-08  1:00 Denys Dmytriyenko
  0 siblings, 0 replies; only message in thread
From: Denys Dmytriyenko @ 2016-10-08  1:00 UTC (permalink / raw)
  To: meta-arago

From: Denys Dmytriyenko <denys@ti.com>

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 .../u-boot/u-boot-ti-staging_2016.05.bbappend        | 20 --------------------
 1 file changed, 20 deletions(-)
 delete mode 100644 meta-arago-distro/recipes-bsp/u-boot/u-boot-ti-staging_2016.05.bbappend

diff --git a/meta-arago-distro/recipes-bsp/u-boot/u-boot-ti-staging_2016.05.bbappend b/meta-arago-distro/recipes-bsp/u-boot/u-boot-ti-staging_2016.05.bbappend
deleted file mode 100644
index 2d13b24..0000000
--- a/meta-arago-distro/recipes-bsp/u-boot/u-boot-ti-staging_2016.05.bbappend
+++ /dev/null
@@ -1,20 +0,0 @@
-# HS MLO
-UBOOT_HS_MLO_BINARY = "u-boot_HS_MLO"
-UBOOT_HS_MLO_IMAGE = "u-boot_HS_MLO-${MACHINE}-${PV}-${PR}"
-UBOOT_HS_MLO_SYMLINK = "u-boot_HS_MLO-${MACHINE}"
-
-do_install_append () {
-	if [ -f ${S}/${UBOOT_HS_MLO_BINARY} ]; then
-		install ${S}/${UBOOT_HS_MLO_BINARY} ${D}/boot/${UBOOT_HS_MLO_IMAGE}
-		ln -sf ${UBOOT_HS_MLO_IMAGE} ${D}/boot/${UBOOT_HS_MLO_BINARY}
-	fi
-}
-
-do_deploy_append () {
-	if [ -f ${S}/${UBOOT_HS_MLO_BINARY} ]; then
-		install ${S}/${UBOOT_HS_MLO_BINARY} ${DEPLOYDIR}/${UBOOT_HS_MLO_IMAGE}
-		rm -f ${UBOOT_HS_MLO_BINARY} ${UBOOT_HS_MLO_SYMLINK}
-		ln -sf ${UBOOT_HS_MLO_IMAGE} ${UBOOT_HS_MLO_SYMLINK}
-		ln -sf ${UBOOT_HS_MLO_IMAGE} ${UBOOT_HS_MLO_BINARY}
-	fi
-}
-- 
2.7.4



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-10-08  1:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-08  1:00 [PATCH] u-boot-ti-staging: move HS MLO change to meta-ti Denys Dmytriyenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.