summaryrefslogtreecommitdiffstats
path: root/configs/platform-beaglebone/rules/blspec-bonewhite.make
blob: 1d7cbea28acd7f89db857b50a5db63375c1ddd86 (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
37
38
# -*-makefile-*-
#
# Copyright (C) 2016 by Michael Grzeschik <mgr@pengutronix.de>
#
# See CREDITS for details about who has contributed to this project.
#
# For further information about the PTXdist project and license conditions
# see the README file.
#

#
# We provide this package
#
PACKAGES-$(PTXCONF_BLSPEC_BONEWHITE) += blspec-bonewhite

BLSPEC_BONEWHITE_VERSION	:= 4.6

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

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

	@$(call install_init, blspec-bonewhite)
	@$(call install_fixup,blspec-bonewhite,PRIORITY,optional)
	@$(call install_fixup,blspec-bonewhite,SECTION,base)
	@$(call install_fixup,blspec-bonewhite,AUTHOR,"Michael Grzeschik <mgr@pengutronix.de>")
	@$(call install_fixup,blspec-bonewhite,DESCRIPTION,missing)

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

	@$(call install_finish,blspec-bonewhite)

	@$(call touch)

# vim: syntax=make