Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | management-complex: avoid soft link loop in do_deploy | Ting Liu | 2020-06-16 | 1 | -1/+1 |
| | | | | | | | | | | | | | | when the deploy mc_app directory is already populated, a soft link loop from mc.itb to mc.itb will be created. Steps to reproduce: $ bitbake -c cleansstate management-complex $ bitbake management-complex $ bitbake -c deploy -f management-complex Use 'find -type f' to exclude links. Signed-off-by: Ting Liu <ting.liu@nxp.com> | ||||
* | management-complex: add LSDK-19.03's v10.14.1 | Jens Rehsack | 2020-02-11 | 1 | -0/+41 |
For not clearly discovered reason, ls2088ardb development board doesn't boot with v10.18.0 neither with 10.20.1. Add 10.14.1 from LSDK 19.03 to have a booting 208x. Signed-off-by: Jens Rehsack <sno@NetBSD.org> |