Commit 49597712 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

changes for poky rocko

parent 4a6dc45d
...@@ -237,7 +237,7 @@ shout("ln -sf poky/build/tmp/deploy/images/elphel393/ bootable-images") ...@@ -237,7 +237,7 @@ shout("ln -sf poky/build/tmp/deploy/images/elphel393/ bootable-images")
path = os.getcwd() path = os.getcwd()
os.chdir(path+"/poky") os.chdir(path+"/poky")
conf_notes = "meta-yocto/conf/conf-notes.txt" conf_notes = "meta-poky/conf/conf-notes.txt"
if os.path.isfile(conf_notes): if os.path.isfile(conf_notes):
os.remove(conf_notes) os.remove(conf_notes)
...@@ -278,7 +278,7 @@ with open(bblayers_conf,"a") as f: ...@@ -278,7 +278,7 @@ with open(bblayers_conf,"a") as f:
f.write("""\ f.write("""\
BBLAYERS = " \\ BBLAYERS = " \\
{0}/poky/meta \\ {0}/poky/meta \\
{0}/poky/meta-yocto \\ {0}/poky/meta-poky \\
{0}/poky/meta-yocto-bsp \\ {0}/poky/meta-yocto-bsp \\
{0}/meta/meta-ezynq \\ {0}/meta/meta-ezynq \\
{0}/meta/meta-elphel393 \\ {0}/meta/meta-elphel393 \\
......
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