Makefile 789 B

123456789101112131415161718192021222324
  1. # This file is part of the OpenADK project. OpenADK is copyrighted
  2. # material, please see the LICENCE file in the top-level directory.
  3. include $(ADK_TOPDIR)/rules.mk
  4. PKG_NAME:= genimage
  5. PKG_VERSION:= 16
  6. PKG_RELEASE:= 1
  7. PKG_HASH:= 869f9662d3b778c69b1d1fe70df658e1c9e90aeda26abb753f6fe55e8b0c6e73
  8. PKG_DESCR:= image creation utility
  9. PKG_SECTION:= dev/tools
  10. HOST_BUILDDEP:= confuse-host
  11. PKG_URL:= http://public.pengutronix.de/software/genimage/
  12. PKG_SITES:= http://public.pengutronix.de/software/genimage/
  13. PKG_CFLINE_GENIMAGE:= depends on ADK_HOST_ONLY
  14. include $(ADK_TOPDIR)/mk/host.mk
  15. include $(ADK_TOPDIR)/mk/package.mk
  16. $(eval $(call HOST_template,GENIMAGE,genimage,$(PKG_VERSION)-${PKG_RELEASE}))
  17. include ${ADK_TOPDIR}/mk/host-bottom.mk
  18. include ${ADK_TOPDIR}/mk/pkg-bottom.mk