Not sure if this is the correct place to report this but here goes. I’m working on a custom distribution which uses the aufs-util recipe from the rocko version of meta-openembedded/meta-filesystems.
I have had trouble with the compilation step which I have tracked down to the use of the following poky include security_flags.inc located here: https://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/conf/distro/include?h=rocko.
When this include is included in my distro aufs-util fails to compile with a link error “cannot find rcrt1.o: No such file or directory”, with the include excluded from the distro (which is the default situation) all is well.
Not sure if this is the correct place to report this but here goes. I’m working on a custom distribution which uses the aufs-util recipe from the rocko version of meta-openembedded/meta-filesystems.
I have had trouble with the compilation step which I have tracked down to the use of the following poky include security_flags.inc located here: https://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/conf/distro/include?h=rocko.
When this include is included in my distro aufs-util fails to compile with a link error “cannot find rcrt1.o: No such file or directory”, with the include excluded from the distro (which is the default situation) all is well.