aboutsummaryrefslogtreecommitdiffstats
path: root/meta-mel
AgeCommit message (Collapse)Author
2022-07-27Remove all filesChristopher Larson
JIRA: SB-19762 Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2022-07-21Merge remote-tracking branch 'upstream/kirkstone'Christopher Larson
* upstream/kirkstone: (133 commits) busybox: drop resize.cfg inclusion, it's default now openssh: drop, this is not an upgrade now python3-unidiff: move bbappend from mel-support to mel python3-unidiff: remove version 0.6.0, meta-python has a newer one that works mel: drop preference on python3-unidiff 0.6.0 python3: drop remnant debug warning curl: overrides fix python3: overrides fix llvm: overrides fix Revert "kbd: 2.4.0 -> 2.5.0" mel: set and use DEPLOY_DIR_SDK mel: restore correct TOOLCHAIN_OUTPUTNAME for buildtools-tarball mel: set SDKPATHINSTALL, not SDKPATH mel: include DATE in the DISTRO_VERSION for pre-release kbd: fix build udev-extraconf: update/refresh for upstream mel: fix general.yocto.sdk.value for internal toolchains kbd: 2.4.0 -> 2.5.0 scripts: setup-rh: don't prompt for user input for installing packages Revert "setup-rh: remove codeready repo setup" ... Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2022-07-21busybox: drop resize.cfg inclusion, it's default nowChristopher Larson
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2022-07-21python3-unidiff: move bbappend from mel-support to melChristopher Larson
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2022-07-21mel: drop preference on python3-unidiff 0.6.0Christopher Larson
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2022-07-21python3: drop remnant debug warningChristopher Larson
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2022-07-21curl: overrides fixChristopher Larson
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2022-07-21python3: overrides fixChristopher Larson
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2022-07-21llvm: overrides fixChristopher Larson
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2022-07-19Merge branch 'from-dunfell' into kirkstoneChristopher Larson
* from-dunfell: (68 commits) oe.rootfs: drop, upstream has the run-postinsts fix oe.cve_check: drop, unchanged from upstream cve-check.bbclass: drop, this is fixed upstream cve-update-db-native: remove, this was unchanged from oe-core mel_utils: catch SRC_URI items missing from variable history mel.conf: Unbundle initramfs from the kernel image mel: work around safe dir issue with METADATA_* archive-release.bb: drop mx6 layers from SUBLAYERS_INDIVIDUAL_ONLY var archive-release.bb: drop mentor-bsp layer from SUBLAYERS_INDIVIDUAL_ONLY var mel_utils/dump-licenses: support multi-config scenarios mel_utils/dump-downloads: support multi-config scenarios Revert "mel: set https protocol for all github urls" mel: set https protocol for all github urls mel_utils/dump-licenses: fix wrong su dump for pkgs having no SRC_URI packagegroup-base: Use nfs-utils-client instead of nfs-utils scripts: recipetool: fix SPDX license identifier 96boards-tools: remove unused sed from the recipe psplash/mel.png: Update splash screen with 2022 copyright text mentor-staging/perl-rdepends.txt: remove spdx license header to fix build failure Update SPDX license info in metadata ... Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2022-07-19Revert "kbd: 2.4.0 -> 2.5.0"Christopher Larson
This reverts commit dd3f0e4ae25c85055d72bdbb785318dda5bbd600.
2022-07-19mel: set and use DEPLOY_DIR_SDKChristopher Larson
The inconsistency of SDK installers ending up in `SDK_DEPLOY` rather than the `DEPLOY_DIR_`-prefixed-variable as is normally the case irks me, so fix this inconsistency. Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2022-07-19mel: restore correct TOOLCHAIN_OUTPUTNAME for buildtools-tarballChristopher Larson
This recipe uses ?= to set the variable, so our default in mel.conf was accidentally overriding it. Restore its proper value. Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2022-07-19mel: set SDKPATHINSTALL, not SDKPATHChristopher Larson
The latter unnecessarily alters checksums/signatures, and we only want to change the default install path. Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2022-07-19mel: include DATE in the DISTRO_VERSION for pre-releaseChristopher Larson
This is a moving target, so make this crystal clear. Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2022-07-19kbd: fix buildChristopher Larson
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2022-07-19mel: fix general.yocto.sdk.value for internal toolchainsChristopher Larson
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2022-07-19kbd: 2.4.0 -> 2.5.0Christopher Larson
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2022-07-19mel: update for current forksChristopher Larson
Also remove the unnecessary non-suffixed UPSTREAM_URL and add clarifying comments. Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2022-07-19mel: clarify another commentChristopher Larson
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2022-07-19mel: move TOOLCHAIN_*_TASK_EXTRA to user customizations sectionChristopher Larson
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2022-07-19mel: fix SYSTEMD_DEFAULT_TARGET from upstream to handle westonChristopher Larson
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2022-07-19mel: don't unconditionally wipe MACHINE_HWCODECSChristopher Larson
Codecs and licensing should be considered and reviewed by legal on a per-BSP basis, not global. Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2022-07-19mel: drop redundant BUILDHISTORY_COMMIT and tweak a commentChristopher Larson
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2022-07-19mel: move ade yocto sdk value to ade/sdk sectionChristopher Larson
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2022-07-19mel: drop typecheck, most vars are missing type metadata anywayChristopher Larson
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2022-07-19busybox: drop fbset additionChristopher Larson
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2022-07-19mel: drop old fbset config, doesn't seem needed nowChristopher Larson
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2022-07-19mel: move PACKAGECONFIG_REMOVE to user customization section of the fileChristopher Larson
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2022-07-19mel: drop removal of glx packageconfig from mesa-demosChristopher Larson
This packageconfig no longer exists, and more granular virtuals are being used for gl support now. Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2022-07-19mel: clarify more commentsChristopher Larson
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2022-07-19mel: add a few comments for clarificationChristopher Larson
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2022-07-19mel: drop IMAGE_FSTYPES, let the MACHINE change the default, not usChristopher Larson
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2022-07-19mel: drop now-uneeded ARCHIVE_RELEASE_IMAGE_FSTYPES_EXCLUDEChristopher Larson
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2022-07-19mel: reduce reliance on yocto project source mirrorChristopher Larson
They've done this upstream as the mirror was getting slow and overloaded and they found that upstream was as fast or faster now. Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2022-07-19mel: drop seemingly unnecessary PATH additionChristopher Larson
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2022-07-19mel: drop DISTRO_FEATURES_REMOVE hook, USER_FEATURES is betterChristopher Larson
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2022-07-19mel: drop CONNECTIVITY_CHECK_URIS, this is in default-distrovarsChristopher Larson
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2022-07-19mel: drop unneeded poky reference in comment on WARN_TO_ERROR_QAChristopher Larson
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2022-07-19mel: drop the change to IMAGE_NAME_SUFFIXChristopher Larson
If we empty it in our initramfs images the way it's done in other initramfs images, there's no need for this. Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2022-07-19mel-initramfs-image: align with core-image-minimal-initramfsChristopher Larson
- Include MLPREFIX in IMAGE_BASENAME - Empty IMAGE_FEATURES so rootfs ones don't leak into the initramfs - Empty IMAGE_NAME_SUFFIX, as the default '.rootfs' is inappropriate Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2022-07-19mel: use INIT_MANAGER to configure for systemdChristopher Larson
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2022-07-19mel: add a comment about TCLIBCAPPENDChristopher Larson
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2022-07-19mel: merge sstate.inc in, drop hashbase ignore additionsChristopher Larson
These should not be needed, as MELDIR doesn't contain a full absolute path anyway, and once those are removed, sstate.inc only contains two lines that can be moved to mel.conf. Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2022-07-19mel: check for allowed toolchain tuningChristopher Larson
This adds a sanity check to error out the build if we're attempting to build with a default tuning which is not covered by our external toolchain configurations. Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2022-07-19archive-release: ship full history for public layersChristopher Larson
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2022-07-19archive-release: don't create our own commit if it's not neededChristopher Larson
If the layer is a public git repo and we aren't filtering by paths, then there's no need to create our own commit, just directly point at the layer HEAD. Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2022-07-19mel-arm-tuning.inc: fix for non-armChristopher Larson
Signed-off-by: Christopher Larson <kergoth@gmail.com>
2022-07-19Remove the no-longer-supported 'blocks' mechanismChristopher Larson
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2022-07-19archive-release: remove parent conditionals since it's mandatoryChristopher Larson
Signed-off-by: Christopher Larson <chris_larson@mentor.com>