mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-18 22:56:15 +00:00
lvgl-demo-fb: Add recipe
Add a recipe for the LVGL framebuffer GUI demo. This allows to quickly test the LVGL framebuffer GUI demo application by running the "demo" binary. Signed-off-by: Fabio Estevam <festevam@denx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
642239db49
commit
c3f4c702ae
17
meta-oe/recipes-graphics/lvgl/lvgl-demo-fb.bb
Normal file
17
meta-oe/recipes-graphics/lvgl/lvgl-demo-fb.bb
Normal file
@ -0,0 +1,17 @@
|
||||
SUMMARY = "LVGL Demo Application for Framebuffer"
|
||||
HOMEPAGE = "https://github.com/lvgl/lv_port_linux_frame_buffer"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=802d3d83ae80ef5f343050bf96cce3a4 \
|
||||
file://lv_drivers/LICENSE;md5=d6fc0df890c5270ef045981b516bb8f2 \
|
||||
file://lvgl/LICENCE.txt;md5=bf1198c89ae87f043108cea62460b03a"
|
||||
|
||||
SRC_URI = "gitsm://github.com/lvgl/lv_port_linux_frame_buffer.git;branch=master;protocol=https"
|
||||
SRCREV = "dd010430b959f40b8f25a51c76bc920cbc2550cc"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
EXTRA_OEMAKE = "DESTDIR=${D}"
|
||||
|
||||
do_install() {
|
||||
oe_runmake install
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user