diff options
author | Marek Vasut <marex@denx.de> | 2023-05-09 04:43:53 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-05-09 10:12:44 -0700 |
commit | 387200af7c05afa6a311d3554cf26e4523432f94 (patch) | |
tree | 67436ea3a4a672db4cdf79dda6db386b8005139d /meta-oe/recipes-graphics/lvgl | |
parent | dbf8086926100904a0b4bb125592c70fe8708864 (diff) | |
download | meta-openembedded-387200af7c05afa6a311d3554cf26e4523432f94.tar.gz |
lvgl: Update lvgl-demo-fb to 8.3.0
The lvgl-demo-fb depends on specific configuration of LVGL which
includes demo widgets, which as far as I can tell are not needed
for regular LVGL application development. Currently lvgl-demo-fb
contains its own copy of lvgl and lv-drivers, for which meta-oe
already contains its own recipes, but so far we cannot reuse them.
Upgrade the lvgl-demo-fb to 8.3.0 to at least match the lvgl and
lv-drivers .
Signed-off-by: Marek Vasut <marex@denx.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/lvgl')
-rw-r--r-- | meta-oe/recipes-graphics/lvgl/lvgl-demo-fb_8.3.0.bb (renamed from meta-oe/recipes-graphics/lvgl/lvgl-demo-fb.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/lvgl/lvgl-demo-fb.bb b/meta-oe/recipes-graphics/lvgl/lvgl-demo-fb_8.3.0.bb index 3430c2491..d86d6ff9c 100644 --- a/meta-oe/recipes-graphics/lvgl/lvgl-demo-fb.bb +++ b/meta-oe/recipes-graphics/lvgl/lvgl-demo-fb_8.3.0.bb | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=802d3d83ae80ef5f343050bf96cce3a4 \ | |||
6 | file://lvgl/LICENCE.txt;md5=bf1198c89ae87f043108cea62460b03a" | 6 | file://lvgl/LICENCE.txt;md5=bf1198c89ae87f043108cea62460b03a" |
7 | 7 | ||
8 | SRC_URI = "gitsm://github.com/lvgl/lv_port_linux_frame_buffer.git;branch=master;protocol=https" | 8 | SRC_URI = "gitsm://github.com/lvgl/lv_port_linux_frame_buffer.git;branch=master;protocol=https" |
9 | SRCREV = "dd010430b959f40b8f25a51c76bc920cbc2550cc" | 9 | SRCREV = "adf2c4490e17a1b9ec1902cc412a24b3b8235c8e" |
10 | 10 | ||
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
12 | 12 | ||