Re: [OE-core] [PATCH 1/1] coreutils: fix statx failure on native builds

2022-03-01 Thread Robert Yang
On 3/1/22 4:21 PM, Richard Purdie wrote: On Tue, 2022-03-01 at 16:19 +0800, Robert Yang wrote: On 3/1/22 3:59 PM, Richard Purdie wrote: On Mon, 2022-02-28 at 23:24 -0800, Robert Yang wrote: From: Davi Poyastro Coreutils configure only checks glibc compatibility for statx syscall but fail

Re: [OE-core] [PATCH 1/1] coreutils: fix statx failure on native builds

2022-03-01 Thread Richard Purdie
On Tue, 2022-03-01 at 16:19 +0800, Robert Yang wrote: > > On 3/1/22 3:59 PM, Richard Purdie wrote: > > On Mon, 2022-02-28 at 23:24 -0800, Robert Yang wrote: > > > From: Davi Poyastro > > > > > > Coreutils configure only checks glibc compatibility for statx > > > syscall but fail to check kernel

Re: [OE-core] [PATCH 1/1] coreutils: fix statx failure on native builds

2022-03-01 Thread Robert Yang
On 3/1/22 3:59 PM, Richard Purdie wrote: On Mon, 2022-02-28 at 23:24 -0800, Robert Yang wrote: From: Davi Poyastro Coreutils configure only checks glibc compatibility for statx syscall but fail to check kernel support. Fixed on RedHat Enterprise Linux Server 7.6 (Maipo) Host kernel: 3.10.0-

Re: [OE-core] [PATCH 1/1] coreutils: fix statx failure on native builds

2022-02-28 Thread Richard Purdie
On Mon, 2022-02-28 at 23:24 -0800, Robert Yang wrote: > From: Davi Poyastro > > Coreutils configure only checks glibc compatibility for statx > syscall but fail to check kernel support. > > Fixed on RedHat Enterprise Linux Server 7.6 (Maipo) > Host kernel: 3.10.0-1127.8.2.el7.x86_64 > Docker dis

[OE-core] [PATCH 1/1] coreutils: fix statx failure on native builds

2022-02-28 Thread Robert Yang
From: Davi Poyastro Coreutils configure only checks glibc compatibility for statx syscall but fail to check kernel support. Fixed on RedHat Enterprise Linux Server 7.6 (Maipo) Host kernel: 3.10.0-1127.8.2.el7.x86_64 Docker distro: Ubuntu 20.04.1 LTS $ bitbake coreutils-native find the binary ls