summaryrefslogtreecommitdiffstats
path: root/configs/platform-v7a/rules/blspec-sama5d27-som1-ek.make
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2020-11-01 09:52:21 +0100
committerRobert Schwebel <r.schwebel@pengutronix.de>2020-11-01 09:53:15 +0100
commit67e271537746edd86aa4143a435896315c7a88a3 (patch)
tree318652ffefc344bc526ca4c141baaff7c69683d0 /configs/platform-v7a/rules/blspec-sama5d27-som1-ek.make
parentd821369c3c109eb2c12eb1732f71657a8fa81aa7 (diff)
downloadDistroKit-67e271537746edd86aa4143a435896315c7a88a3.tar.gz
DistroKit-67e271537746edd86aa4143a435896315c7a88a3.tar.xz
v7a: generate image for sama5d27 SOM1 Evaluation Kit
With the previous barebox and kernel changes, we can combine it with the DistroKit-v7a rootfs to get an image to boot on the sama5d27-som1-ek. Do this. Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> [rebased to master] Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Diffstat (limited to 'configs/platform-v7a/rules/blspec-sama5d27-som1-ek.make')
-rw-r--r--configs/platform-v7a/rules/blspec-sama5d27-som1-ek.make36
1 files changed, 36 insertions, 0 deletions
diff --git a/configs/platform-v7a/rules/blspec-sama5d27-som1-ek.make b/configs/platform-v7a/rules/blspec-sama5d27-som1-ek.make
new file mode 100644
index 0000000..1c84bc7
--- /dev/null
+++ b/configs/platform-v7a/rules/blspec-sama5d27-som1-ek.make
@@ -0,0 +1,36 @@
+# -*-makefile-*-
+#
+# Copyright (C) 2020 by Ahmad Fatoum <a.fatoum@pengutronix.de>
+#
+# For further information about the PTXdist project and license conditions
+# see the README file.
+#
+
+#
+# We provide this package
+#
+PACKAGES-$(PTXCONF_BLSPEC_SAMA5D27_SOM1_EK) += blspec-sama5d27-som1-ek
+
+BLSPEC_SAMA5D27_SOM1_EK_VERSION := 5.8
+
+# ----------------------------------------------------------------------------
+# Target-Install
+# ----------------------------------------------------------------------------
+
+$(STATEDIR)/blspec-sama5d27-som1-ek.targetinstall:
+ @$(call targetinfo)
+
+ @$(call install_init, blspec-sama5d27-som1-ek)
+ @$(call install_fixup,blspec-sama5d27-som1-ek,PRIORITY,optional)
+ @$(call install_fixup,blspec-sama5d27-som1-ek,SECTION,base)
+ @$(call install_fixup,blspec-sama5d27-som1-ek,AUTHOR,"Ahmad Fatoum <afa@pengutronix.de>")
+ @$(call install_fixup,blspec-sama5d27-som1-ek,DESCRIPTION,missing)
+
+ @$(call install_alternative, blspec-sama5d27-som1-ek, 0, 0, 0644, \
+ /loader/entries/sama5d27-som1-ek.conf)
+
+ @$(call install_finish,blspec-sama5d27-som1-ek)
+
+ @$(call touch)
+
+# vim: syntax=make