All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 01/11] package/mender-grubenv: add busybox fancy sync fixup
@ 2026-08-07 12:55 Adam Duskett
  2026-08-07 12:55 ` [Buildroot] [PATCH 02/11] package/mender-update-modules: fix license hash Adam Duskett
                   ` (10 more replies)
  0 siblings, 11 replies; 14+ messages in thread
From: Adam Duskett @ 2026-08-07 12:55 UTC (permalink / raw)
  To: buildroot; +Cc: Adam Duskett

This prevents multiple `sync: ignoring all arguments` warnings
when the `grub-mender-grubenv-set` script is called when a
system that uses busybox sync installs a mender update.

Signed-off-by: Adam Duskett <adam.duskett@amarulasolutions.com>
---
 package/mender-grubenv/mender-grubenv.mk | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/package/mender-grubenv/mender-grubenv.mk b/package/mender-grubenv/mender-grubenv.mk
index d93159802d..de089f2ef8 100644
--- a/package/mender-grubenv/mender-grubenv.mk
+++ b/package/mender-grubenv/mender-grubenv.mk
@@ -87,4 +87,8 @@ define MENDER_GRUBENV_INSTALL_TARGET_CMDS
 	echo 'ENV_DIR=/boot/grub-mender-grubenv' > $(TARGET_DIR)/etc/mender_grubenv.config
 endef
 
+define MENDER_GRUBENV_BUSYBOX_CONFIG_FIXUPS
+	$(call KCONFIG_ENABLE_OPT,CONFIG_FEATURE_SYNC_FANCY)
+endef
+
 $(eval $(generic-package))
-- 
2.55.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2026-08-10  8:02 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-07 12:55 [Buildroot] [PATCH 01/11] package/mender-grubenv: add busybox fancy sync fixup Adam Duskett
2026-08-07 12:55 ` [Buildroot] [PATCH 02/11] package/mender-update-modules: fix license hash Adam Duskett
2026-08-09 20:45   ` Thomas Petazzoni via buildroot
2026-08-10  8:02     ` Adam Duskett
2026-08-07 12:55 ` [Buildroot] [PATCH 03/11] package/mender-update-modules: bump to version 3745bbea3 Adam Duskett
2026-08-07 12:55 ` [Buildroot] [PATCH 04/11] package/mender-update-modules: add banner module Adam Duskett
2026-08-07 12:55 ` [Buildroot] [PATCH 05/11] package/mender-update-modules: add persistent-app module Adam Duskett
2026-08-07 12:55 ` [Buildroot] [PATCH 06/11] configs/mender_x86_64_efi_defconfig: bump kernel version to 6.18.43 Adam Duskett
2026-08-07 12:55 ` [Buildroot] [PATCH 07/11] board/mender: change device type to compatible-types Adam Duskett
2026-08-07 12:55 ` [Buildroot] [PATCH 08/11] board/mender/x86_64/post-image-efi.sh: do not prepend artifact name to mender image Adam Duskett
2026-08-07 12:55 ` [Buildroot] [PATCH 09/11] board/mender/x86_64: add a udev rule to create /dev/root Adam Duskett
2026-08-07 12:55 ` [Buildroot] [PATCH 10/11] test_mender/post-build.sh: add rootfs image checksum for bootstrap artifact Adam Duskett
2026-08-07 12:55 ` [Buildroot] [PATCH 11/11] test_mender/post-build.sh: use /etc/mender/device_type Adam Duskett
2026-08-09 20:46 ` [Buildroot] [PATCH 01/11] package/mender-grubenv: add busybox fancy sync fixup Thomas Petazzoni via buildroot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.