compulab-yokneam / meta-compulab

CompuLab Yocto Meta Layer
2 stars 6 forks source link

remove override mode var #2

Closed flobz closed 11 months ago

flobz commented 1 year ago

I think that it's an error to override the mode variable ?

vraevsky commented 11 months ago

You are welcome to have that change in your own branch.

flobz commented 11 months ago

What the point of line 3:

mode=$( [[ -f /etc/debian_version ]]  && printf "debian" || printf "yocto" )

if line 4 the variable is overide ?

mode=debian