sdk: remove framebuffer from platforms

Signed-off-by: Mike Engel <Mike.Engel@digi.com>
This commit is contained in:
Mike Engel 2021-05-17 12:05:30 +02:00
parent 1436126eae
commit 34389a275d
7 changed files with 0 additions and 43 deletions

View File

@ -49,10 +49,6 @@ ZIP_INSTALLER_CFG="
DEY_IMAGE_INSTALLER = \"1\"
"
BACKEND_REMOVAL_CFG="
DISTRO_FEATURES_remove = \"x11 wayland vulkan\"
"
REPO="$(which repo)"
error() {
@ -141,11 +137,6 @@ swu_recipe_name() {
# If DY_BUILD_TCHAIN is unset, set it for release jobs
[ -z "${DY_BUILD_TCHAIN}" ] && [ "${DY_BUILD_RELEASE}" = "true" ] && DY_BUILD_TCHAIN="true"
# If DY_FB_IMAGE is unset, set it depending on the job name
if [ -z "${DY_FB_IMAGE}" ] && echo ${JOB_NAME} | grep -qs 'dey.*fb'; then
DY_FB_IMAGE="true"
fi
# If DY_MFG_IMAGE is unset, set it depending on the job name
if [ -z "${DY_MFG_IMAGE}" ] && echo ${JOB_NAME} | grep -qs 'dey.*mfg'; then
DY_MFG_IMAGE="true"
@ -265,10 +256,6 @@ for platform in ${DY_PLATFORMS}; do
printf "${RM_WORK_CFG}" >> conf/local.conf
fi
printf "${ZIP_INSTALLER_CFG}" >> conf/local.conf
# Remove all desktop backend distro features if building framebuffer images
if [ "${DY_FB_IMAGE}" = "true" ]; then
printf "${BACKEND_REMOVAL_CFG}" >> conf/local.conf
fi
# Append extra configuration macros if provided from build environment
if [ -n "${DY_EXTRA_LOCAL_CONF}" ]; then
printf "%s\n" "${DY_EXTRA_LOCAL_CONF}" >> conf/local.conf

View File

@ -5,11 +5,6 @@ Digi Embedded Yocto provides the following image recipes:
By default the image is XWayland-based so it provides a full Weston
desktop environment.
To compile the image for the framebuffer (instead of XWayland) add
the following line to the project's conf/local.conf:
DISTRO_FEATURES_remove = "x11 wayland"
* dey-image-webkit: graphical WebKit image
By default the image is XWayland-based so it provides a full Weston

View File

@ -5,11 +5,6 @@ Digi Embedded Yocto provides the following image recipes:
By default the image is XWayland-based so it provides a full Weston
desktop environment.
To compile the image for the framebuffer (instead of XWayland) add
the following line to the project's conf/local.conf:
DISTRO_FEATURES_remove = "x11 wayland"
* dey-image-webkit: graphical WebKit image
By default the image is XWayland-based so it provides a full Weston

View File

@ -5,11 +5,6 @@ Digi Embedded Yocto provides the following image recipes:
By default the image is XWayland-based so it provides a full Weston
desktop environment.
To compile the image for the framebuffer (instead of XWayland) add
the following line to the project's conf/local.conf:
DISTRO_FEATURES_remove = "x11 wayland vulkan"
* dey-image-webkit: graphical WebKit image
By default the image is XWayland-based so it provides a full Weston

View File

@ -5,11 +5,6 @@ Digi Embedded Yocto provides the following image recipes:
By default the image is XWayland-based so it provides a full Weston
desktop environment.
To compile the image for the framebuffer (instead of XWayland) add
the following line to the project's conf/local.conf:
DISTRO_FEATURES_remove = "x11 wayland vulkan"
* dey-image-webkit: graphical WebKit image
By default the image is XWayland-based so it provides a full Weston

View File

@ -5,11 +5,6 @@ Digi Embedded Yocto provides the following image recipes:
By default the image is XWayland-based so it provides a full Weston
desktop environment.
To compile the image for the framebuffer (instead of XWayland) add
the following line to the project's conf/local.conf:
DISTRO_FEATURES_remove = "x11 wayland vulkan"
* dey-image-webkit: graphical WebKit image
By default the image is XWayland-based so it provides a full Weston

View File

@ -5,11 +5,6 @@ Digi Embedded Yocto provides the following image recipes:
By default the image is XWayland-based so it provides a full Weston
desktop environment.
To compile the image for the framebuffer (instead of XWayland) add
the following line to the project's conf/local.conf:
DISTRO_FEATURES_remove = "x11 wayland vulkan"
* dey-image-webkit: graphical WebKit image
By default the image is XWayland-based so it provides a full Weston