mirror of
https://git.yoctoproject.org/meta-zephyr
synced 2026-01-29 21:58:41 +01:00
This commit restructures meta-zephyr into meta-zephyr-core and meta-zephyr-bsp. It moves machine definitions into meta-zephyr-bsp in preparation for adding the autogenerated zephyr machines. Signed-off-by: Eilís Ní Fhlannagáin <elizabeth.flanagan@huawei.com> Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
19 lines
873 B
BlitzBasic
19 lines
873 B
BlitzBasic
include zephyr-sample.inc
|
|
|
|
ZEPHYR_SRC_DIR = "${S}/samples/subsys/display/lvgl"
|
|
ZEPHYR_MODULES:append = "\;${S}/modules/lib/gui/lvgl\;${S}/modules/debug/segger"
|
|
|
|
# TODO Once more machines and displays are supported, add a PACKAGECONFIG.
|
|
EXTRA_OECMAKE:append =" -DSHIELD=adafruit_2_8_tft_touch_v2"
|
|
|
|
SRC_URI:append = " \
|
|
file://0001-cmake-added-missing-file-ext-to.patch;patchdir=modules/lib/gui/lvgl \
|
|
git://github.com/zephyrproject-rtos/segger.git;protocol=https;nobranch=1;destsuffix=git/modules/debug/segger;name=segger \
|
|
git://github.com/zephyrproject-rtos/TraceRecorderSource.git;branch=zephyr;protocol=https;destsuffix=git/modules/debug/TraceRecorder;name=TraceRecorderSource \
|
|
"
|
|
|
|
SRCREV_segger = "3a52ab222133193802d3c3b4d21730b9b1f1d2f6"
|
|
SRCREV_TraceRecorderSource = "36c577727642457b0db7274298a4b96558374832"
|
|
|
|
COMATIBLE_MACHINE = "(nrf52840dk-nrf52840)"
|