All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] system: add default to BR2_ROOTFS_DEVICE_TABLE_SUPPORTS_EXTENDED_ATTRIBUTES
@ 2019-07-22  5:16 Petr Vorel
  2019-07-22  5:16 ` [Buildroot] [PATCH 2/2] system: Add XATTR abbreviation Petr Vorel
  2019-07-31 16:08 ` [Buildroot] [PATCH 1/2] system: add default to BR2_ROOTFS_DEVICE_TABLE_SUPPORTS_EXTENDED_ATTRIBUTES Yann E. MORIN
  0 siblings, 2 replies; 4+ messages in thread
From: Petr Vorel @ 2019-07-22  5:16 UTC (permalink / raw)
  To: buildroot

Enable BR2_ROOTFS_DEVICE_TABLE_SUPPORTS_EXTENDED_ATTRIBUTES if none
of non-supported rootfs is selected.

Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
---
Hi,

not sure about cloop, cpio, tar, ubi.

Kind regards,
Petr

 system/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/system/Config.in b/system/Config.in
index af7d8566d3..842e745cd3 100644
--- a/system/Config.in
+++ b/system/Config.in
@@ -196,6 +196,7 @@ config BR2_ROOTFS_STATIC_DEVICE_TABLE
 
 config BR2_ROOTFS_DEVICE_TABLE_SUPPORTS_EXTENDED_ATTRIBUTES
 	bool "support extended attributes in device tables"
+	default y if !BR2_TARGET_ROOTFS_AXFS && !BR2_TARGET_ROOTFS_CRAMFS && !BR2_TARGET_ROOTFS_ISO9660 && !BR2_TARGET_ROOTFS_ROMFS && !BR2_TARGET_ROOTFS_YAFFS2
 	help
 	  Support extended attributes handling in device tables
 
-- 
2.20.1

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

end of thread, other threads:[~2019-07-31 19:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-22  5:16 [Buildroot] [PATCH 1/2] system: add default to BR2_ROOTFS_DEVICE_TABLE_SUPPORTS_EXTENDED_ATTRIBUTES Petr Vorel
2019-07-22  5:16 ` [Buildroot] [PATCH 2/2] system: Add XATTR abbreviation Petr Vorel
2019-07-31 16:08 ` [Buildroot] [PATCH 1/2] system: add default to BR2_ROOTFS_DEVICE_TABLE_SUPPORTS_EXTENDED_ATTRIBUTES Yann E. MORIN
2019-07-31 19:43   ` Petr Vorel

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.