added my Recipes
This commit is contained in:
@@ -0,0 +1,44 @@
|
||||
SUMMARY = "ST example of image based on Qt framework."
|
||||
LICENSE = "Proprietary"
|
||||
|
||||
include recipes-st/images/st-image.inc
|
||||
|
||||
inherit core-image features_check populate_sdk_qt5
|
||||
|
||||
# let's make sure we have a good image..
|
||||
CONFLICT_DISTRO_FEATURES = "x11 wayland"
|
||||
|
||||
IMAGE_LINGUAS = "en-us"
|
||||
|
||||
IMAGE_FEATURES += " \
|
||||
splash \
|
||||
package-management \
|
||||
ssh-server-dropbear \
|
||||
hwcodecs \
|
||||
tools-profile \
|
||||
eclipse-debug \
|
||||
"
|
||||
|
||||
# Define ROOTFS_MAXSIZE to 3GB
|
||||
IMAGE_ROOTFS_MAXSIZE = "3145728"
|
||||
|
||||
# Set ST_EXAMPLE_IMAGE property to '1' to allow specific use in image creation process
|
||||
ST_EXAMPLE_IMAGE = "1"
|
||||
|
||||
#
|
||||
# INSTALL addons
|
||||
#
|
||||
CORE_IMAGE_EXTRA_INSTALL += " \
|
||||
resize-helper \
|
||||
\
|
||||
packagegroup-framework-core-base \
|
||||
packagegroup-framework-tools-base \
|
||||
\
|
||||
packagegroup-framework-core \
|
||||
packagegroup-framework-tools \
|
||||
\
|
||||
packagegroup-framework-core-extra \
|
||||
\
|
||||
packagegroup-framework-sample-qt-eglfs \
|
||||
packagegroup-framework-sample-qt-examples \
|
||||
"
|
||||
Reference in New Issue
Block a user