Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rename libxcrypt.bbappend to libxcrypt_%.bbappend | Sai Hari Chandana Kalluri | 2020-03-15 | 1 | -0/+0 |
| | | | | | | | | Rename bbappend file so that bitbake finds the right recipe. Else during parse time, a dangling bbappend warning is generated. Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> | ||||
* | libxycrypt: build static libraries if 'vmsep' is in distro_features | Bruce Ashfield | 2020-03-11 | 1 | -0/+4 |
If vmsep is a distro feature, we need to allow the static libraries to be built (so we remove --diable-static). Without this, busybox cannot be statically built and we can't (easily) use it as part of an initrd. Signed-off-by: Bruce Ashfield <bruce.ashfield@xilinx.com> |