From e9c32bad6e9f7dcf226c9c91cb84f458af0847a5 Mon Sep 17 00:00:00 2001 From: Uwe Kleine-König Date: Thu, 11 Mar 2021 19:12:54 +0100 Subject: v7a: Add support for Raspberry Pi CM3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Uwe Kleine-König --- configs/platform-v7a/rules/blspec-rpicm3.make | 36 +++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 configs/platform-v7a/rules/blspec-rpicm3.make (limited to 'configs/platform-v7a/rules/blspec-rpicm3.make') diff --git a/configs/platform-v7a/rules/blspec-rpicm3.make b/configs/platform-v7a/rules/blspec-rpicm3.make new file mode 100644 index 0000000..4908a8b --- /dev/null +++ b/configs/platform-v7a/rules/blspec-rpicm3.make @@ -0,0 +1,36 @@ +# -*-makefile-*- +# +# Copyright (C) 2021 by Uwe Kleine-König +# +# For further information about the PTXdist project and license conditions +# see the README file. +# + +# +# We provide this package +# +PACKAGES-$(PTXCONF_BLSPEC_RPICM3) += blspec-rpicm3 + +BLSPEC_RPICM3_VERSION := 4.6 + +# ---------------------------------------------------------------------------- +# Target-Install +# ---------------------------------------------------------------------------- + +$(STATEDIR)/blspec-rpicm3.targetinstall: + @$(call targetinfo) + + @$(call install_init, blspec-rpicm3) + @$(call install_fixup,blspec-rpicm3,PRIORITY,optional) + @$(call install_fixup,blspec-rpicm3,SECTION,base) + @$(call install_fixup,blspec-rpicm3,AUTHOR,"Uwe Kleine-König ") + @$(call install_fixup,blspec-rpicm3,DESCRIPTION,missing) + + @$(call install_alternative, blspec-rpicm3, 0, 0, 0644, \ + /loader/entries/rpicm3.conf) + + @$(call install_finish,blspec-rpicm3) + + @$(call touch) + +# vim: syntax=make -- cgit v1.2.3