diff --git a/sdk/build.sh b/sdk/build.sh index 7047f61f7..f5a2e47ff 100755 --- a/sdk/build.sh +++ b/sdk/build.sh @@ -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 diff --git a/sdk/config/ccimx6qpsbc/conf-notes.txt b/sdk/config/ccimx6qpsbc/conf-notes.txt index d10d418c4..cca792a6f 100644 --- a/sdk/config/ccimx6qpsbc/conf-notes.txt +++ b/sdk/config/ccimx6qpsbc/conf-notes.txt @@ -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 diff --git a/sdk/config/ccimx6sbc/conf-notes.txt b/sdk/config/ccimx6sbc/conf-notes.txt index d10d418c4..cca792a6f 100644 --- a/sdk/config/ccimx6sbc/conf-notes.txt +++ b/sdk/config/ccimx6sbc/conf-notes.txt @@ -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 diff --git a/sdk/config/ccimx8mm-dvk/conf-notes.txt b/sdk/config/ccimx8mm-dvk/conf-notes.txt index 39ed1c407..cca792a6f 100644 --- a/sdk/config/ccimx8mm-dvk/conf-notes.txt +++ b/sdk/config/ccimx8mm-dvk/conf-notes.txt @@ -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 diff --git a/sdk/config/ccimx8mn-dvk/conf-notes.txt b/sdk/config/ccimx8mn-dvk/conf-notes.txt index 39ed1c407..cca792a6f 100644 --- a/sdk/config/ccimx8mn-dvk/conf-notes.txt +++ b/sdk/config/ccimx8mn-dvk/conf-notes.txt @@ -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 diff --git a/sdk/config/ccimx8x-sbc-express/conf-notes.txt b/sdk/config/ccimx8x-sbc-express/conf-notes.txt index 39ed1c407..cca792a6f 100644 --- a/sdk/config/ccimx8x-sbc-express/conf-notes.txt +++ b/sdk/config/ccimx8x-sbc-express/conf-notes.txt @@ -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 diff --git a/sdk/config/ccimx8x-sbc-pro/conf-notes.txt b/sdk/config/ccimx8x-sbc-pro/conf-notes.txt index 39ed1c407..cca792a6f 100644 --- a/sdk/config/ccimx8x-sbc-pro/conf-notes.txt +++ b/sdk/config/ccimx8x-sbc-pro/conf-notes.txt @@ -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