Skip to content

Commit

Permalink
Merge pull request #209 from jhnc-oss/h5b/sdk_for_main
Browse files Browse the repository at this point in the history
Provide up-to-date SDK
  • Loading branch information
h5b authored Feb 14, 2024
2 parents 1889d8d + 7071752 commit de34bc0
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 32 deletions.
32 changes: 0 additions & 32 deletions recipes-core/images/protos-core-image-dev.bb

This file was deleted.

38 changes: 38 additions & 0 deletions recipes-core/images/protos-core-sdk.bb
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
DESCRIPTION = "PROTOS core SDK suitable for development work."
LICENSE = "MIT"

CVE_PRODUCT = ""

inherit populate_sdk

SDK_FEATURES:append = "dev-pkgs tools-sdk staticdev-pkgs"
SDK_FEATURES:remove = "dbg-pkgs src-pkgs"

TOOLCHAIN_TARGET_TASK:append = "\
extra-cmake-modules \
fontconfig \
libx11 \
libxft \
libxi \
libxmu \
libxt \
meson \
wayland \
"

TOOLCHAIN_HOST_TASK:append = "\
nativesdk-clang \
nativesdk-cmake \
nativesdk-fontconfig \
nativesdk-libx11 \
nativesdk-libxft \
nativesdk-make \
nativesdk-wayland \
nativesdk-wayland-dev \
"

GCC_VERSION = "gcc114"

TOOLCHAIN_OUTPUTNAME = "${DISTRO}-${SDKMACHINE}-toolchain-${GCC_VERSION}-${MACHINE}-${DISTRO_VERSION}"
TOOLCHAINEXT_OUTPUTNAME = "${DISTRO}-${SDKMACHINE}-toolchain-ext-${GCC_VERSION}-${MACHINE}-${DISTRO_VERSION}"

0 comments on commit de34bc0

Please sign in to comment.