From: Kai Kang <[email protected]> Steps: 1 docker pull fedora 29 image 2 run image with mount /tmp with tmpfs $ docker run -it --mount type=tmpfs,destination=/tmp fedora:29 /bin/bash
3 check inode of /dev/null $ stat -c %i /dev/null 6 and then create files under /tmp and make the biggest inode of files is 5. $ stat -c %i `ls -t /tmp/* | head -1` 5 3 prepare and run $ bitbake grub-efi-native -c configure The following changes since commit fef47bd915f6a3960e512b5aba8b461b77a9ea78: linux-yocto-4.14: Drop bbappend (2018-12-18 16:20:10 +0000) are available in the Git repository at: git://git.pokylinux.org/poky-contrib kangkai/grub-efi-native-fedora29 http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=kangkai/grub-efi-native-fedora29 Kai Kang (1): grub-efi-native: workaround for fedora 29 ...workaround-for-as-from-binutils-2.31.patch | 37 +++++++++++++++++++ meta/recipes-bsp/grub/grub-efi_2.02.bb | 2 + 2 files changed, 39 insertions(+) create mode 100644 meta/recipes-bsp/grub/files/workaround-for-as-from-binutils-2.31.patch -- 2.19.0.rc2 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
