summaryrefslogtreecommitdiffstats
path: root/configs/platform-v7a/rules/blspec-udoo-neo.make
blob: ffcc8c9ee7ba14bf9b1cc3225ea59171e527593b (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 Uwe Kleine-Koenig <u.kleine-koenig@pengutronix.de>
#
# For further information about the PTXdist project and license conditions
# see the README file.
#

#
# We provide this package
#
PACKAGES-$(PTXCONF_BLSPEC_UDOO_NEO) += blspec-udoo-neo

BLSPEC_UDOO_NEO_VERSION	:= 4.11

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

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

	@$(call install_init, blspec-udoo-neo)
	@$(call install_fixup,blspec-udoo-neo,PRIORITY,optional)
	@$(call install_fixup,blspec-udoo-neo,SECTION,base)
	@$(call install_fixup,blspec-udoo-neo,AUTHOR,"Uwe Kleine-Koenig <u.kleine-koenig@pengutronix.de>")
	@$(call install_fixup,blspec-udoo-neo,DESCRIPTION,missing)

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

	@$(call install_finish,blspec-udoo-neo)

	@$(call touch)

# vim: syntax=make