X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=cirros-testvm%2Fsrc-cirros%2Fbuildroot-2015.05%2Fpackage%2Fglibc%2FConfig.in;fp=cirros-testvm%2Fsrc-cirros%2Fbuildroot-2015.05%2Fpackage%2Fglibc%2FConfig.in;h=8cc8ccef3ce385a02fff7f12e1a30071d70dbc47;hb=b0a0f15dfaa205161a7fcb20cf1b8cd4948c2ef3;hp=0000000000000000000000000000000000000000;hpb=c6ac3cd55ee2da956195eee393b0882105dfad4e;p=packages%2Ftrusty%2Fcirros-testvm.git diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/package/glibc/Config.in b/cirros-testvm/src-cirros/buildroot-2015.05/package/glibc/Config.in new file mode 100644 index 0000000..8cc8cce --- /dev/null +++ b/cirros-testvm/src-cirros/buildroot-2015.05/package/glibc/Config.in @@ -0,0 +1,55 @@ +if BR2_TOOLCHAIN_BUILDROOT_EGLIBC + +# For legal-info +config BR2_PACKAGE_EGLIBC + bool + default y + +choice + prompt "eglibc version" + default BR2_EGLIBC_VERSION_2_18 + +config BR2_EGLIBC_VERSION_2_18 + bool "2.18-svnr23787" + # Build breakage + depends on !BR2_sparc + +config BR2_EGLIBC_VERSION_2_19 + bool "2.19-svnr25243" + # Build breakage + depends on !BR2_powerpc_SPE + +endchoice + +endif + +if BR2_TOOLCHAIN_BUILDROOT_GLIBC + +# For legal-info +config BR2_PACKAGE_GLIBC + bool + default y + +choice + prompt "glibc version" + default BR2_GLIBC_VERSION_2_20 + +config BR2_GLIBC_VERSION_2_20 + depends on !BR2_nios2 + # Broken see https://bugs.busybox.net/show_bug.cgi?id=7941 + depends on !BR2_sparc + bool "2.20" + +config BR2_GLIBC_VERSION_2_21 + bool "2.21" + +endchoice + +endif + +config BR2_GLIBC_VERSION_STRING + string + default "2.18-svnr23787" if BR2_EGLIBC_VERSION_2_18 + default "2.19-svnr25243" if BR2_EGLIBC_VERSION_2_19 + default "2.20" if BR2_GLIBC_VERSION_2_20 + default "2.21" if BR2_GLIBC_VERSION_2_21