Commit 0d1660a7 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

comment

parent 8fbccba3
......@@ -14,6 +14,7 @@ python do_unpack(){
MACHINE_DTS = DTS_PATH+"/"+MACHINE+".dts"
if os.path.isfile(MACHINE_DTS):
print("Machine device tree found: "+MACHINE+".dts")
# reset MACHINE_DEVICETREE
d.setVar('MACHINE_DEVICETREE',MACHINE+".dts")
if not os.path.isdir(WORKDIR+"/devicetree"):
import subprocess
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment