RobertCNelson / linux-dev

MIT License
151 stars 96 forks source link

Unrecognized deb based system: am33x-v3.13 branch #34

Closed penguinpowernz closed 9 years ago

penguinpowernz commented 9 years ago

I have had this working before, but not on this branch (am33x-v3.13). When running ./build_kernel.sh I get this output:

+ Detected build host [Linux Mint 17 Qiana]
+ host: [x86_64]
+ git HEAD commit: [03ed3adc765644274981c461d25d1e576adceeff]
Dependency check skipped, you are on your own.
-----------------------------
Unrecognized deb based system:
-----------------------------
Please cut, paste and email to: bugs@rcn-ee.com
-----------------------------
git: 03ed3adc765644274981c461d25d1e576adceeff
uname -m
x86_64
lsb_release -a
No LSB modules are available.
Distributor ID: LinuxMint
Description:    Linux Mint 17 Qiana
Release:    17
Codename:   qiana
-----------------------------
* Failed dependency check

That was after I did a fresh clone.

I'll check through the script and see if I can figure it out...

penguinpowernz commented 9 years ago

My /etc/debian_version file contains jessie/sid.

penguinpowernz commented 9 years ago

Ah yea, missing an entry for qiana at the case starting line 245. Pull request coming...

penguinpowernz commented 9 years ago

PR#35 should fix this, it works on mine after that change.