From: Robert Schwebel <r.schwebel@pengutronix.de>
To: Roland Hieber <rhi@pengutronix.de>
Cc: Alexander Dahl <ada@thorsis.com>,
distrokit@pengutronix.de, Ahmad Fatoum <a.fatoum@pengutronix.de>
Subject: Re: [DistroKit] [PATCH] blspec-entry: remove superfluous file
Date: Mon, 25 Mar 2024 21:51:23 +0100 [thread overview]
Message-ID: <ZgHjyztF319Aof_2@pengutronix.de> (raw)
In-Reply-To: <20240325184509.2999082-1-rhi@pengutronix.de>
Applied to next.
On Mon, Mar 25, 2024 at 07:45:09PM +0100, Roland Hieber wrote:
> After upstreaming our changes, the file in PTXdist 2024.02.0 is now the
> same as ours, so we can remove it here.
>
> Suggested-by: Alexander Dahl <ada@thorsis.com>
> Signed-off-by: Roland Hieber <rhi@pengutronix.de>
> ---
> rules/blspec-entry.make | 73 -----------------------------------------
> 1 file changed, 73 deletions(-)
> delete mode 100644 rules/blspec-entry.make
>
> diff --git a/rules/blspec-entry.make b/rules/blspec-entry.make
> deleted file mode 100644
> index 4421594016e1..000000000000
> --- a/rules/blspec-entry.make
> +++ /dev/null
> @@ -1,73 +0,0 @@
> -# -*-makefile-*-
> -#
> -# Copyright (C) 2014 by Michael Olbrich <m.olbrich@pengutronix.de>
> -#
> -# For further information about the PTXdist project and license conditions
> -# see the README file.
> -#
> -
> -#
> -# We provide this package
> -#
> -PACKAGES-$(PTXCONF_BLSPEC_ENTRY) += blspec-entry
> -
> -BLSPEC_ENTRY_VERSION := $(KERNEL_VERSION)
> -
> -# ----------------------------------------------------------------------------
> -# Target-Install
> -# ----------------------------------------------------------------------------
> -
> -BLSPEC_ENTRY_TITLE := PTXdist - $(call remove_quotes,$(PTXCONF_PROJECT_VENDOR)-$(PTXCONF_PROJECT))
> -ifdef PTXCONF_BLSPEC_ENTRY_DEVICETREE
> -BLSPEC_ENTRY_NAMES = $(basename $(notdir $(KERNEL_DTS)))
> -blspec/title = $(BLSPEC_ENTRY_TITLE) $(strip $(1))
> -blspec/devicetree = devicetree\t/boot/$(strip $(1)).dtb
> -else
> -BLSPEC_ENTRY_NAMES = default
> -blspec/title = $(BLSPEC_ENTRY_TITLE)
> -blspec/devicetree =
> -endif
> -BLSPEC_ENTRY_LICENSE = ignore
> -
> -ifdef PTXCONF_KERNEL_FIT
> -BLSPEC_KERNEL_IMAGE = linux.fit
> -else
> -BLSPEC_KERNEL_IMAGE = $(KERNEL_IMAGE)
> -endif
> -
> -ifdef PTXCONF_BLSPEC_ENTRY_APPENDROOT
> -BLSPEC_APPENDROOT = linux-appendroot\ttrue
> -else
> -BLSPEC_APPENDROOT =
> -endif
> -
> -$(STATEDIR)/blspec-entry.targetinstall:
> - @$(call targetinfo)
> -
> - @$(call install_init, blspec-entry)
> - @$(call install_fixup,blspec-entry,PRIORITY,optional)
> - @$(call install_fixup,blspec-entry,SECTION,base)
> - @$(call install_fixup,blspec-entry,AUTHOR,"Michael Olbrich <m.olbrich@pengutronix.de>")
> - @$(call install_fixup,blspec-entry,DESCRIPTION,missing)
> -
> - @$(foreach name, $(BLSPEC_ENTRY_NAMES), \
> - $(call install_alternative, blspec-entry, 0, 0, 0644, \
> - /loader/entries/default.conf,n,/loader/entries/$(name).conf)$(ptx/nl) \
> - $(call install_replace, blspec-entry, /loader/entries/$(name).conf, \
> - @TITLE@,'$(call blspec/title,$(name))')$(ptx/nl) \
> - $(call install_replace, blspec-entry, /loader/entries/$(name).conf, \
> - @VERSION@,'$(BLSPEC_ENTRY_VERSION)')$(ptx/nl) \
> - $(call install_replace, blspec-entry, /loader/entries/$(name).conf, \
> - @CMDLINE@,$(PTXCONF_BLSPEC_ENTRY_CMDLINE))$(ptx/nl) \
> - $(call install_replace, blspec-entry, /loader/entries/$(name).conf, \
> - @KERNEL@,'/boot/$(BLSPEC_KERNEL_IMAGE)')$(ptx/nl) \
> - $(call install_replace, blspec-entry, /loader/entries/$(name).conf, \
> - @DEVICETREE@,'$(call blspec/devicetree,$(name))')$(ptx/nl) \
> - $(call install_replace, blspec-entry, /loader/entries/$(name).conf, \
> - @LINUXAPPENDROOT@,'$(BLSPEC_APPENDROOT)')$(ptx/nl))
> -
> - @$(call install_finish,blspec-entry)
> -
> - @$(call touch)
> -
> -# vim: syntax=make
> --
> 2.39.2
>
>
>
--
Pengutronix e.K. | Dipl.-Ing. Robert Schwebel |
Steuerwalder Str. 21 | https://www.pengutronix.de/ |
31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-9 |
next prev parent reply other threads:[~2024-03-25 20:51 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-15 21:12 [DistroKit] [PATCH 00/12] update and add STM32MP135F-DK support Ahmad Fatoum
2024-03-15 21:12 ` [DistroKit] [PATCH 01/12] ptxdist: migrate 2023.02.0 → 2024.03.0 Ahmad Fatoum
2024-03-16 9:26 ` Alexander Dahl
2024-03-17 19:14 ` Robert Schwebel
2024-03-21 9:37 ` Alexander Dahl
2024-03-25 18:45 ` [DistroKit] [PATCH] blspec-entry: remove superfluous file Roland Hieber
2024-03-25 20:51 ` Robert Schwebel [this message]
2024-03-15 21:12 ` [DistroKit] [PATCH 02/12] tf-a: update from v2.8 → v2.10 Ahmad Fatoum
2024-04-24 11:15 ` Alexander Dahl
2024-04-24 11:48 ` Ahmad Fatoum
2024-04-24 11:58 ` Alexander Dahl
2024-03-15 21:12 ` [DistroKit] [PATCH 03/12] v8a: imx8mq-evk: disable PCI nodes Ahmad Fatoum
2024-03-15 21:12 ` [DistroKit] [PATCH 04/12] v8a: update kernel from v6.6 → v6.8 Ahmad Fatoum
2024-03-16 11:18 ` Michael Olbrich
2024-03-16 13:09 ` Ahmad Fatoum
2024-03-15 21:12 ` [DistroKit] [PATCH 05/12] v8a: barebox: version bump v2023.12.0 → v2024.03.0 Ahmad Fatoum
2024-03-15 21:12 ` [DistroKit] [PATCH 06/12] v7a: update kernel from v6.6 → v6.8 Ahmad Fatoum
2024-03-15 21:12 ` [DistroKit] [PATCH 07/12] v7a: barebox: version bump v2024.01.0 → v2024.03.0 Ahmad Fatoum
2024-03-15 21:12 ` [DistroKit] [PATCH 08/12] v7a: barebox: enable STM32MP135F-DK support Ahmad Fatoum
2024-03-15 21:12 ` [DistroKit] [PATCH 09/12] v7a: build OP-TEE for STM32MP13 Ahmad Fatoum
2024-03-15 21:12 ` [DistroKit] [PATCH 10/12] v7a: stm32mp: add TF-A recipe " Ahmad Fatoum
2024-04-26 8:03 ` Alexander Dahl
2024-03-15 21:12 ` [DistroKit] [PATCH 11/12] v7a: kernel: enable STM32MP135F-DK support Ahmad Fatoum
2024-03-18 13:07 ` Michael Olbrich
2024-03-18 14:23 ` Robert Schwebel
2024-03-15 21:12 ` [DistroKit] [PATCH 12/12] v7a: stm32mp: add image recipe for STM32MP135F-DK Ahmad Fatoum
2024-03-17 19:27 ` [DistroKit] [PATCH 00/12] update and add STM32MP135F-DK support Robert Schwebel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ZgHjyztF319Aof_2@pengutronix.de \
--to=r.schwebel@pengutronix.de \
--cc=a.fatoum@pengutronix.de \
--cc=ada@thorsis.com \
--cc=distrokit@pengutronix.de \
--cc=rhi@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox