DistroKit Mailinglist
 help / color / mirror / Atom feed
From: Alexander Dahl <ada@thorsis.com>
To: distrokit@pengutronix.de
Subject: [DistroKit] [PATCH 2/2] platform: v7a: Remove no longer needed make rule
Date: Thu, 18 Oct 2018 12:38:38 +0200	[thread overview]
Message-ID: <20181018103838.16141-3-ada@thorsis.com> (raw)
In-Reply-To: <20181018103838.16141-1-ada@thorsis.com>

That one was used before renaming the platform to v7a, and later
reintroducing support for Raspberry Pi 2. The package is not activated
anymore and so there's no need to overwrite the rule from ptxdist
itself anymore.

Signed-off-by: Alexander Dahl <ada@thorsis.com>
---
 configs/platform-v7a/rules/image-boot-vfat.make | 49 -------------------------
 1 file changed, 49 deletions(-)
 delete mode 100644 configs/platform-v7a/rules/image-boot-vfat.make

diff --git a/configs/platform-v7a/rules/image-boot-vfat.make b/configs/platform-v7a/rules/image-boot-vfat.make
deleted file mode 100644
index 185c2b7..0000000
--- a/configs/platform-v7a/rules/image-boot-vfat.make
+++ /dev/null
@@ -1,49 +0,0 @@
-# -*-makefile-*-
-#
-# Copyright (C) 2012 by Michael Olbrich <m.olbrich@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
-#
-IMAGE_PACKAGES-$(PTXCONF_IMAGE_BOOT_VFAT) += image-boot-vfat
-
-#
-# Paths and names
-#
-IMAGE_BOOT_VFAT		:= image-boot-vfat
-IMAGE_BOOT_VFAT_DIR	:= $(BUILDDIR)/$(IMAGE_BOOT_VFAT)
-IMAGE_BOOT_VFAT_IMAGE	:= $(IMAGEDIR)/boot.vfat
-IMAGE_BOOT_VFAT_DATA	:= \
-	$(wildcard $(PTXDIST_PLATFORMCONFIGDIR)/rpi-firmware/*.bin) \
-	$(wildcard $(PTXDIST_PLATFORMCONFIGDIR)/rpi-firmware/*.elf) \
-	$(wildcard $(PTXDIST_PLATFORMCONFIGDIR)/rpi-firmware/*.dat) \
-	$(wildcard $(PTXDIST_PLATFORMCONFIGDIR)/rpi-firmware/config.txt)
-IMAGE_BOOT_VFAT_CONFIG	:= boot-vfat.config
-
-# ----------------------------------------------------------------------------
-# Image
-# ----------------------------------------------------------------------------
-
-define squote_and_comma
-$(subst $(ptx/def/space),$(comma) ,$(addsuffix $(ptx/def/squote),$(addprefix $(ptx/def/squote),$(1))))
-endef
-
-
-IMAGE_BOOT_VFAT_ENV := \
-	FIRMWARE_RPI2="$(call squote_and_comma,$(IMAGE_BOOT_VFAT_DATA))"
-
-$(IMAGE_BOOT_VFAT_IMAGE):
-	@$(call targetinfo)
-	@GPU_MEM=$(PTXCONF_IMAGE_BOOT_VFAT_GPU_MEM) \
-		ptxd_replace_magic "$(PTXDIST_PLATFORMCONFIGDIR)/rpi-firmware/config.txt" > \
-		"$(PTXDIST_TEMPDIR)/config.txt"
-	@$(call image/genimage, IMAGE_BOOT_VFAT)
-	@$(call finish)
-
-# vim: syntax=make
-- 
2.11.0


_______________________________________________
DistroKit mailing list
DistroKit@pengutronix.de

  parent reply	other threads:[~2018-10-18 10:38 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-18 10:38 [DistroKit] [PATCH 0/2] Little housekeeping Alexander Dahl
2018-10-18 10:38 ` [DistroKit] [PATCH 1/2] platform: v7a: Loosen toolchain version to minor release Alexander Dahl
2018-10-23  6:57   ` Robert Schwebel
2018-10-18 10:38 ` Alexander Dahl [this message]
2018-10-23  6:57   ` [DistroKit] [PATCH 2/2] platform: v7a: Remove no longer needed make rule 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=20181018103838.16141-3-ada@thorsis.com \
    --to=ada@thorsis.com \
    --cc=distrokit@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