Commit a93edc1f authored by Oleg Dzhimiev's avatar Oleg Dzhimiev
Browse files

updated the new tree structure

parent f4048a3e
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -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

+2 −1
Original line number Diff line number Diff line
@@ -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: