96boards / meta-96boards

OpenEmbedded BSP Layer for the 96boards.org boards
MIT License
41 stars 59 forks source link

linux-hikey-mainline: make the recipe generic #169

Closed fboudra closed 7 years ago

fboudra commented 7 years ago

For testing purpose, turn linux-hikey-mainline recipe into a more generic kernel recipe in order to build dragonboard-410c and intel-corei7-64 machines.

Signed-off-by: Fathi Boudra fathi.boudra@linaro.org

ndechesne commented 7 years ago

the recipe looks good, i added a comment about the qcom boot image generation. one other comment maybe would be about the layer.. i don't think this recipe should be in meta-96boards, since it has nothing to do with 96boards.. so maybe meta-linaro, or if we think lkft will come with other needs/recipes, we can make a meta-lkft layer (in meta-linaro repo?)

fboudra commented 7 years ago

About the layer, meta-96boards makes more sense to me than meta-linaro. 410c is a 96boards board and meta-96boards is a BSP layer. We include yet another kernel recipe to boot this board. I don't think another layer is justified at the moment.

fboudra commented 7 years ago

PR updated. Please review.

ndechesne commented 7 years ago

this is much better now. LGTM.