summaryrefslogtreecommitdiffstats
path: root/rules/image-toolchain-deb.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/image-toolchain-deb.make')
-rw-r--r--rules/image-toolchain-deb.make33
1 files changed, 0 insertions, 33 deletions
diff --git a/rules/image-toolchain-deb.make b/rules/image-toolchain-deb.make
deleted file mode 100644
index 2214a93..0000000
--- a/rules/image-toolchain-deb.make
+++ /dev/null
@@ -1,33 +0,0 @@
-# -*-makefile-*-
-#
-# Copyright (C) 2014 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_TOOLCHAIN_DEB) += image-toolchain-deb
-
-#
-# Paths and names
-#
-IMAGE_TOOLCHAIN_DEB_VERSION_EXT ?= $(shell ptxd_make_debian_version_ext)
-IMAGE_TOOLCHAIN_DEB_VERSION := $(shell ./scripts/setlocalversion ./.tarball-version)
-IMAGE_TOOLCHAIN_DEB_IMAGE := $(PTXDIST_WORKSPACE)/dist/oselas.toolchain-$(IMAGE_TOOLCHAIN_DEB_VERSION)-$(subst _,-,$(PTXCONF_PLATFORM))_$(IMAGE_TOOLCHAIN_DEB_VERSION)$(IMAGE_TOOLCHAIN_DEB_VERSION_EXT)_$(PTX_TOOLCHAIN_HOST_ARCH).deb
-
-# ----------------------------------------------------------------------------
-# Image
-# ----------------------------------------------------------------------------
-
-$(IMAGE_TOOLCHAIN_DEB_IMAGE): $(STATEDIR)/world.cleanup
- @$(call targetinfo)
- @mkdir -p $(dir $@)
- @scripts/make_deb.sh -d "$(@)" -s "$(PTXCONF_SYSROOT_CROSS)"
- @$(call finish)
-
-# vim: syntax=make