From 950ee4eff61feb96738c82313d18810cc8bea2aa Mon Sep 17 00:00:00 2001 From: Joel Stanley Date: Thu, 4 Apr 2019 14:27:43 +1030 Subject: buildroot: Bump to bring in udev patch Samuel Mendoza-Jonas (1): package/eudev: Revert change preventing monitor start When moving to eudev 3.2.7 we found that setting up a udev monitor[1] failed silently. The symptom was that no disks would show up until a Petitboot 'rescan devices' was performed. Sam tracked this down to the change that we now revert. It looks like petitboot fails due to the udev_has_devtmpfs check, specifically on name_to_handle_at, because devtmpfs doesn't support this syscall. If we revert this udev events are processed as normal. Carry this patch until an upstream soluton is found[2]. [1] https://github.com/open-power/petitboot/blob/master/discover/udev.c#L527 [2] https://github.com/gentoo/eudev/issues/172 Signed-off-by: Joel Stanley --- buildroot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'buildroot') diff --git a/buildroot b/buildroot index c5f183f5..e01dcd09 160000 --- a/buildroot +++ b/buildroot @@ -1 +1 @@ -Subproject commit c5f183f52dd76582a277d7ce9d028e7d3c1ba31b +Subproject commit e01dcd0974861a2c26eed6a66829a2d0bc5356d7 -- cgit v1.2.1