buildroot add packages with submodules
Asked Answered
C

2

8

buildroot supports to download packages from git repo. But my git repo contains submodules.

How to order buildroot to download package with submodule?

Creative answered 25/8, 2014 at 12:13 Comment(1)
Why this question was downvoted?Behalf
O
12

Since ~July 2016 you can enable downloading of Submodules for a package.

This can be achieved with

LIBFOO_GIT_SUBMODULES = YES

in the .mk File.

Oaf answered 25/5, 2018 at 10:13 Comment(0)
E
3

This is not supported today. In general, the submodules are used to fetch external libraries, and prefer to see them packaged as separate Buildroot packages.

That being said, if you provided a specific example, I could probably have a look and give a more specific answer.

Eldreda answered 17/9, 2014 at 15:36 Comment(1)
This answer is outdated. See my answer below.Oaf

© 2022 - 2024 — McMap. All rights reserved.