mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 05:36:32 +00:00
fs: define per-rootfs directory
This will serve in future commits to store pre-rootfs files, like fakeroot script... 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>
This commit is contained in:
parent
2765973e01
commit
0c7adf75d2
@ -39,6 +39,8 @@ ROOTFS_USERS_TABLES = $(call qstrip,$(BR2_ROOTFS_USERS_TABLES))
|
|||||||
# all variable references except the arguments must be $$-quoted.
|
# all variable references except the arguments must be $$-quoted.
|
||||||
define inner-rootfs
|
define inner-rootfs
|
||||||
|
|
||||||
|
ROOTFS_$(2)_DIR = $$(FS_DIR)/$(1)
|
||||||
|
|
||||||
# extra deps
|
# extra deps
|
||||||
ROOTFS_$(2)_DEPENDENCIES += host-fakeroot host-makedevs \
|
ROOTFS_$(2)_DEPENDENCIES += host-fakeroot host-makedevs \
|
||||||
$$(if $$(PACKAGES_USERS)$$(ROOTFS_USERS_TABLES),host-mkpasswd)
|
$$(if $$(PACKAGES_USERS)$$(ROOTFS_USERS_TABLES),host-mkpasswd)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user