mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-06 09:57:44 +00:00
romfs: convert to ROOTFS_TARGET infrastructure
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
5e530b7b95
commit
aa50ffdbff
@ -6,28 +6,10 @@
|
|||||||
|
|
||||||
ROMFS_TARGET=$(IMAGE).romfs
|
ROMFS_TARGET=$(IMAGE).romfs
|
||||||
|
|
||||||
romfsroot: host-fakeroot host-genromfs makedevs
|
ROOTFS_ROMFS_DEPENDENCIES = host-genromfs
|
||||||
# Use fakeroot to pretend all target binaries are owned by root
|
|
||||||
rm -f $(BUILD_DIR)/_fakeroot.$(notdir $(ROMFS_TARGET))
|
|
||||||
touch $(BUILD_DIR)/.fakeroot.00000
|
|
||||||
cat $(BUILD_DIR)/.fakeroot* > $(BUILD_DIR)/_fakeroot.$(notdir $(ROMFS_TARGET))
|
|
||||||
echo "chown -R 0:0 $(TARGET_DIR)" >> $(BUILD_DIR)/_fakeroot.$(notdir $(ROMFS_TARGET))
|
|
||||||
ifneq ($(TARGET_DEVICE_TABLE),)
|
|
||||||
# Use fakeroot to pretend to create all needed device nodes
|
|
||||||
echo "$(HOST_DIR)/usr/bin/makedevs -d $(TARGET_DEVICE_TABLE) $(TARGET_DIR)" \
|
|
||||||
>> $(BUILD_DIR)/_fakeroot.$(notdir $(ROMFS_TARGET))
|
|
||||||
endif
|
|
||||||
# Use fakeroot so genromfs believes the previous fakery
|
|
||||||
echo "$(HOST_DIR)/usr/bin/genromfs -d $(TARGET_DIR) -f $(ROMFS_TARGET)" >> $(BUILD_DIR)/_fakeroot.$(notdir $(ROMFS_TARGET))
|
|
||||||
chmod a+x $(BUILD_DIR)/_fakeroot.$(notdir $(ROMFS_TARGET))
|
|
||||||
$(HOST_DIR)/usr/bin/fakeroot -- $(BUILD_DIR)/_fakeroot.$(notdir $(ROMFS_TARGET))
|
|
||||||
-@rm -f $(BUILD_DIR)/_fakeroot.$(notdir $(ROMFS_TARGET))
|
|
||||||
|
|
||||||
#############################################################
|
define ROOTFS_ROMFS_CMD
|
||||||
#
|
$(HOST_DIR)/usr/bin/genromfs -d $(TARGET_DIR) -f $$@
|
||||||
# Toplevel Makefile options
|
endef
|
||||||
#
|
|
||||||
#############################################################
|
$(eval $(call ROOTFS_TARGET,romfs))
|
||||||
ifeq ($(BR2_TARGET_ROOTFS_ROMFS),y)
|
|
||||||
TARGETS+=romfsroot
|
|
||||||
endif
|
|
Loading…
x
Reference in New Issue
Block a user