support/scripts: rename check-merged-usr.sh

We're going to need it to check merged-bin, so the naming would be
misleading as it would no longer be just about merged-usr.

Also drop the extension, it's useless.

Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Acked-by: Arnout Vandecappelle <arnout@mind.be>
Signed-off-by: Romain Naour <romain.naour@smile.fr>
This commit is contained in:
Yann E. MORIN
2025-09-01 11:01:18 +02:00
committed by Romain Naour
parent 4da66e8130
commit 0eb873bda0
3 changed files with 2 additions and 2 deletions

View File

@@ -783,7 +783,7 @@ endif
# counterparts are appropriately setup as symlinks ones to the others. # counterparts are appropriately setup as symlinks ones to the others.
ifeq ($(BR2_ROOTFS_MERGED_USR),y) ifeq ($(BR2_ROOTFS_MERGED_USR),y)
@$(call MESSAGE,"Sanity check in overlays $(call qstrip,$(BR2_ROOTFS_OVERLAY))") @$(call MESSAGE,"Sanity check in overlays $(call qstrip,$(BR2_ROOTFS_OVERLAY))")
support/scripts/check-merged-usr.sh \ support/scripts/check-merged \
--type overlay \ --type overlay \
$(call qstrip,$(BR2_ROOTFS_OVERLAY)) $(call qstrip,$(BR2_ROOTFS_OVERLAY))
endif # merged /usr endif # merged /usr

View File

@@ -27,7 +27,7 @@ endif
# counterparts are appropriately setup as symlinks ones to the others. # counterparts are appropriately setup as symlinks ones to the others.
ifeq ($(BR2_ROOTFS_MERGED_USR),y) ifeq ($(BR2_ROOTFS_MERGED_USR),y)
define SKELETON_CUSTOM_NOT_MERGED_USR_DIRS define SKELETON_CUSTOM_NOT_MERGED_USR_DIRS
support/scripts/check-merged-usr.sh \ support/scripts/check-merged \
--type skeleton \ --type skeleton \
$(SKELETON_CUSTOM_PATH) $(SKELETON_CUSTOM_PATH)
endef endef