Commit a93edc1f authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

updated the new tree structure

parent f4048a3e
......@@ -17,13 +17,13 @@ SRC_URI = "file://LICENSE"
S = "${WORKDIR}/"
DEV_DIR = "${TOPDIR}/.."
DEV_DIR = "${TOPDIR}/../.."
R0 = "meta-elphel393"
R1 = "meta-ezynq"
R0 = "meta/meta-elphel393"
R1 = "meta/meta-ezynq"
R2 = "linux-elphel"
R3 = "../x393"
R4 = "../x393_sata"
R3 = "fpga-elphel/x393"
R4 = "fpga-elphel/x393_sata"
addtask do_pull before do_compile after do_configure
......
......@@ -19,7 +19,8 @@ linux-elphel_srcrev= ""
#linux-elphel_srcrev= "0ca36687a400fd9a5c4510295ae5be88aac77fa4"
#
DEV_DIR ?= "${TOPDIR}/../linux-elphel"
DEV_DIR ?= "${TOPDIR}/../../linux-elphel"
# set output for Eclipse project setup parser:
EXTRA_OEMAKE += "-s -w -B KCFLAGS='-v'"
# or use a variable:
......
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