summaryrefslogtreecommitdiffstats
path: root/configs/platform-v7a/rules/blspec-sabrelite.make
blob: 493b4e8ce112a6e6deb44cfb6b1fcc131035e291 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# -*-makefile-*-
#
# Copyright (C) 2017 by Sascha Hauer <s.hauer@pengutronix.de>
#
# For further information about the PTXdist project and license conditions
# see the README file.
#

#
# We provide this package
#
PACKAGES-$(PTXCONF_BLSPEC_SABRELITE) += blspec-sabrelite

BLSPEC_SABRELITE_VERSION	:= 4.11

# ----------------------------------------------------------------------------
# Target-Install
# ----------------------------------------------------------------------------

$(STATEDIR)/blspec-sabrelite.targetinstall:
	@$(call targetinfo)

	@$(call install_init, blspec-sabrelite)
	@$(call install_fixup,blspec-sabrelite,PRIORITY,optional)
	@$(call install_fixup,blspec-sabrelite,SECTION,base)
	@$(call install_fixup,blspec-sabrelite,AUTHOR,"Sascha Hauer <s.hauer@pengutronix.de>")
	@$(call install_fixup,blspec-sabrelite,DESCRIPTION,missing)

	@$(call install_alternative, blspec-sabrelite, 0, 0, 0644, \
		/loader/entries/sabrelite.conf)

	@$(call install_finish,blspec-sabrelite)

	@$(call touch)

# vim: syntax=make