aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-kernel/zephyr-kernel/zephyr-lvgl.bb
blob: 4f08fc7f9925a134e10ad9d354c2d7e0b6b23b0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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)"