diff options
author | Jo-Philipp Wich <jo@mein.io> | 2017-01-27 13:41:04 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2017-01-27 16:53:31 +0100 |
commit | 7d57db4d9be2e8c8e72108c0b8702029ba8c70de (patch) | |
tree | 94f10ee0918cf0e61638a1560eb93a7712db1721 /rules.mk | |
parent | 6db7a013bd155c4c5e681464883eee60b20ea7fa (diff) | |
download | openwrt-7d57db4d9be2e8c8e72108c0b8702029ba8c70de.tar.gz openwrt-7d57db4d9be2e8c8e72108c0b8702029ba8c70de.tar.bz2 openwrt-7d57db4d9be2e8c8e72108c0b8702029ba8c70de.zip |
build: introduce STAGING_DIR_IMAGE
Introduce a new location STAGING_DIR_IMAGE which is intended to be used by
bootloader iamges and similar image-related artifacts.
This directory is guaranteed to be persistent across kernel upgrades which
might involve a removal of KERNEL_BUILD_DIR and is guranteed to be bundled
with the image builder.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'rules.mk')
-rw-r--r-- | rules.mk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -152,6 +152,7 @@ STAMP_DIR_HOST=$(BUILD_DIR_HOST)/stamp TARGET_ROOTFS_DIR?=$(if $(call qstrip,$(CONFIG_TARGET_ROOTFS_DIR)),$(call qstrip,$(CONFIG_TARGET_ROOTFS_DIR)),$(BUILD_DIR)) TARGET_DIR:=$(TARGET_ROOTFS_DIR)/root-$(BOARD) STAGING_DIR_ROOT:=$(STAGING_DIR)/root-$(BOARD) +STAGING_DIR_IMAGE:=$(STAGING_DIR)/image BUILD_LOG_DIR:=$(TOPDIR)/logs PKG_INFO_DIR := $(STAGING_DIR)/pkginfo |