kumquat-buildroot/fs
Yann E. MORIN 2765973e01 fs: set per-rootfs variable name
Like we do for packages with the PKG variable, set ROOTFS to contain the
upper-case name of the rootfs currently being generated.

This will be useful in later patches, when we need more per-rootfs
variables, like a per-rootfs TARGET_DIR for example.

In Makefiles, per-rule variables trickle down the dependency chain, to
all dependencies of that rule, so we have to stop ROOTFS as soon as
we're not in a rootfs. This means we have to stop it at target-finalize
(which is a dependency of all filesystems), and for each package
individually, since some packages (host or target) can be direct
dependencies of filesystems as well.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Cc: Arnout Vandecappelle <arnout@mind.be>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2018-03-31 20:52:52 +02:00
..
axfs fs: make it behave a bit more like the package infra 2018-01-03 21:58:07 +01:00
cloop fs: make it behave a bit more like the package infra 2018-01-03 21:58:07 +01:00
cpio fs/cpio: don't extend packages' permissions table 2018-03-31 20:47:25 +02:00
cramfs fs: make it behave a bit more like the package infra 2018-01-03 21:58:07 +01:00
ext2 fs/ext2: add option for lz4 compression 2018-01-08 23:44:04 +01:00
initramfs fs/initramfs: cleanups, enhance comments 2017-11-30 11:50:42 +01:00
iso9660 fs/iso9660: rename internal variable 2018-03-31 20:47:25 +02:00
jffs2 fs: make it behave a bit more like the package infra 2018-01-03 21:58:07 +01:00
romfs fs: make it behave a bit more like the package infra 2018-01-03 21:58:07 +01:00
squashfs fs: make it behave a bit more like the package infra 2018-01-03 21:58:07 +01:00
tar package/pkg-generic: handle host-tar as an extract dependency 2018-03-25 17:43:20 +02:00
ubi fs: make it behave a bit more like the package infra 2018-01-03 21:58:07 +01:00
ubifs fs: make it behave a bit more like the package infra 2018-01-03 21:58:07 +01:00
yaffs2 fs: make it behave a bit more like the package infra 2018-01-03 21:58:07 +01:00
common.mk fs: set per-rootfs variable name 2018-03-31 20:52:52 +02:00
Config.in fs/ubifs: spin-off ubi to be its own filesystem 2018-01-03 21:57:49 +01:00