nxp-archive / openil

OpenIL is an open source project based on Buildroot and designed for embedded industrial solution.
Other
136 stars 55 forks source link

tsntool: add missing dependency in Config.in #28

Closed hthiery closed 5 years ago

hthiery commented 5 years ago

The tsntool needs a linux kernel.

Signed-off-by: Heiko Thiery heiko.thiery@kontron.com

liupoer commented 5 years ago

Hi Hthiery,

Can you describe the problem you met? We have add dependency in the tsntool.mk:

--- TSNTOOL_DEPENDENCIES = linux libnl readline ncurses cjson

Or are you exactly want to add linux header dependancy:

"select BR2_PACKAGE_LINUX_HEADERS"

hthiery commented 5 years ago

Isn't it correct to make sure the kernel is selected if the package depends on it? Or do you only depend on the linux-header?

I do not want to select it .. because it is a huge package that has to selected if you want to select the tsntool .. but I think you just should inform the user that it depends on the kernel (kernel or source whatever)