summaryrefslogtreecommitdiff
path: root/package/boot-wrapper-aarch64/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-04-14 16:31:45 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2017-04-14 16:31:45 +0200
commit067a5fbdfbe4de906e3a8d4244a4a141b7ef7fe9 (patch)
treee8bebf9d50666a0bf2926630bce92bdc38431009 /package/boot-wrapper-aarch64/Makefile
parent47472814576cd576a54b2f1803f40987236e422c (diff)
remove arm foundation model sample, bit rotted. better use qemu sample for aarch64
Diffstat (limited to 'package/boot-wrapper-aarch64/Makefile')
-rw-r--r--package/boot-wrapper-aarch64/Makefile28
1 files changed, 0 insertions, 28 deletions
diff --git a/package/boot-wrapper-aarch64/Makefile b/package/boot-wrapper-aarch64/Makefile
deleted file mode 100644
index 73957fb84..000000000
--- a/package/boot-wrapper-aarch64/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# This file is part of the OpenADK project. OpenADK is copyrighted
-# material, please see the LICENCE file in the top-level directory.
-
-include $(ADK_TOPDIR)/rules.mk
-
-PKG_NAME:= boot-wrapper-aarch64
-PKG_VERSION:= 0.1
-PKG_RELEASE:= 1
-PKG_HASH:= e8de5beb585d46c2aec4b30aa8ba96b21bed5749ca1bcdd0b2fdaf95dab7ab4c
-PKG_DESCR:= boot-wrapper for aarch64
-PKG_SECTION:= base/boot
-PKG_SITES:= http://distfiles.openadk.org/
-
-PKG_SYSTEM_DEPENDS:= arm-fm
-
-DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz
-
-include $(ADK_TOPDIR)/mk/package.mk
-
-$(eval $(call PKG_template,BOOT_WRAPPER_AARCH64,boot-wrapper-aarch64,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
-
-AUTOTOOL_STYLE:= autoreconf
-CONFIGURE_ARGS+= --with-kernel-dir=${LINUX_DIR}
-
-boot-wrapper-aarch64-install:
- ${CP} ${WRKBUILD}/linux-system.axf ${LINUX_DIR}
-
-include ${ADK_TOPDIR}/mk/pkg-bottom.mk