Update license file checksum and verified the terms are the same
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
The opengl PACKAGECONFIG depends on freeglut, but after commit
f721876add that's only available
with x11. Enable it only when both openg and x11 are available.
Signed-off-by: Samuli Piippo <samuli.piippo@qt.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Fixed do_configure error when build on aarch64 host:
error: cannot guess build type; you must specify one
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
If the build happens on a Debian system, android-tools build will hang
forever, filling the log files (and the disk) with the following
messages:
make: dpkg-architecture: No such file or directory
make: dpkg-architecture: No such file or directory
make: dpkg-architecture: No such file or directory
make: dpkg-architecture: No such file or directory
/usr/share/dpkg/architecture.mk:9: pipe: Too many open files
/usr/share/dpkg/architecture.mk:9: pipe: Too many open files
/usr/share/dpkg/architecture.mk:9: pipe: Too many open files
/usr/share/dpkg/architecture.mk:9: pipe: Too many open files
/usr/share/dpkg/architecture.mk:9: pipe: Too many open files
Fix two places which include dpkg makefile fragments from the host
system.
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
* it was added in rygel-0.41.0 with:
https://github.com/GNOME/rygel/commit/18cd2cff6f64b7a54156ac97e5c4f50eb8fd8d67
* it might need libx11 dependency as well which would probably
be pulled by gtk+3 already when x11 is in DISTRO_FEATURES
* as shown in:
http://errors.yoctoproject.org/Errors/Details/746017/
it requires x11 even when gtk support is disabled, meson-log.txt:
Determining dependency 'x11' with pkg-config executable '/OE/build/oe-core/tmp-glibc/work/core2-64-oe-linux/rygel/0.42.4/recipe-sysroot-native/usr/bin/pkg-config'
env[PKG_CONFIG_DIR]: /OE/build/oe-core/tmp-glibc/work/core2-64-oe-linux/rygel/0.42.4/recipe-sysroot/usr/lib/pkgconfig
env[PKG_CONFIG_PATH]: /OE/build/oe-core/tmp-glibc/work/core2-64-oe-linux/rygel/0.42.4/recipe-sysroot/usr/lib/pkgconfig:/OE/build/oe-core/tmp-glibc/work/core2-64-oe-linux/rygel/0.42.4/recipe-sysroot/usr/share/pkgconfig
env[PKG_CONFIG_LIBDIR]: /OE/build/oe-core/tmp-glibc/work/core2-64-oe-linux/rygel/0.42.4/recipe-sysroot/usr/lib/pkgconfig
env[PKG_CONFIG_DISABLE_UNINSTALLED]: yes
env[PKG_CONFIG_SYSROOT_DIR]: /OE/build/oe-core/tmp-glibc/work/core2-64-oe-linux/rygel/0.42.4/recipe-sysroot
env[PKG_CONFIG_SYSTEM_LIBRARY_PATH]: /usr/lib:/usr/lib
env[PKG_CONFIG_SYSTEM_INCLUDE_PATH]: /usr/include
env[PKG_CONFIG]: /OE/build/oe-core/tmp-glibc/work/core2-64-oe-linux/rygel/0.42.4/recipe-sysroot-native/usr/bin/pkg-config
-----------
Called: `/OE/build/oe-core/tmp-glibc/work/core2-64-oe-linux/rygel/0.42.4/recipe-sysroot-native/usr/bin/pkg-config --modversion x11` -> 1
stderr:
Package x11 was not found in the pkg-config search path.
Perhaps you should add the directory containing `x11.pc'
to the PKG_CONFIG_PATH environment variable
No package 'x11' found
-----------
CMake binary for host machine is cached as not found
Dependency lookup for x11 with method 'cmake' failed: CMake binary for machine host machine not found. Giving up.
Run-time dependency x11 found: NO (tried pkgconfig)
../rygel-0.42.4/src/rygel/meson.build:9:80: ERROR: Dependency "x11" not found, tried pkgconfig
Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
this fixes an issue I encountered on raspberrypi4-64 at do_rootfs:
ERROR: hyprland-image-1.0-r0 do_rootfs: Postinstall scriptlets of ['tracker'] have failed. If the intention is to defer them to first boot,
then please place them into pkg_postinst_ontarget:${PN} ().
Deferring to first boot via 'exit 1' is no longer supported.
Details of the failure are in /home/flk/poky/build-raspi/tmp/work/raspberrypi4_64-poky-linux/hyprland-image/1.0/temp/log.do_rootfs.
ERROR: Logfile of failure stored in: /home/flk/poky/build-raspi/tmp/work/raspberrypi4_64-poky-linux/hyprland-image/1.0/temp/log.do_rootfs.629667
ERROR: Task (/home/flk/poky/meta-hyprland-image/recipes-core/images/hyprland-image.bb:do_rootfs) failed with exit code '1'
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
The API documentation doesn't build, so force it off until this is fixed.
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
These are not dependencies of librest 0.8.1. I imagine they ended up in
this recipe when the latest version was downgraded back to 0.8.1 and the
dependencies not reviewed.
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This variable was removed in oe-core 8c9ef5, and didn't do what any of
these recipes seem to be using it for.
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
When building this recipe, internal archives are compressed with
gzip. The compressed archives contain a header with the field
MTIME (Modification Time) which is initialized from the built
date. As a consequence, two builds of this recipe always generate
packages whose checksum differs.
Adding the -n option to gzip while compressing the archive does
not save the original time stamp by default hence making
reproducible package.
Signed-off-by: Jean-Marc BOUCHE <jean-marc.bouche@foss.st.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
zenity 4.x now uses GTK4 and GTK4-based webkitgtk.
The perl based gdialog is no more, its subpackage would be empty.
Don't try to generate this subpackage.
Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
* 0001-Add-inline-with-SNAPPY_ATTRIBUTE_ALWAYS_INLINE.patch removed because fixed in the new version
* Added fix-build-on-32bit-arm.patch to fix arm build
Changelog:
* Performance improvements
* Compilation fixes for various environments
Signed-off-by: alperak <alperyasinak1@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Old versions of abseil-cpp could not be compiled using C++ Standard 17.
For now this cmake flag is not needed.
Mosh compilation fixed by specifying c++17 standard.
Signed-off-by: Petr Chernikov <p.chernikov@yadro.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
$ git --no-pager log --oneline v2023.8...v2023.7
5b23804a (tag: v2023.8) Release 2023.8
6e303318 Merge pull request #3106 from cgwalters/commit-reflink
c3dff62e commit: Try reflinks for local commits by default
59b9f9a8 Merge pull request #3105 from cgwalters/sysroot-borrow-fd
09e32d61 Merge pull request #3107 from cgwalters/drop-userxattr-test
bab87cbd tests: Drop bare-user on tmpfs negative test
15d0777b Merge pull request #3104 from cgwalters/s390x-target
c3aa2958 bootloader/zipl: Run in target deployment as container if needed
aa635bf5 sysroot: Expose deployment runner outside of selinux
e794a0c0 Merge pull request #3103 from cgwalters/tmpfiles-factory-var
d3190dbf sysroot: Add a method to borrow sysroot fd
74456972 sysroot: Support specifying bwrap arguments
791337fa sysroot: Expose deployment container executor internally
66064d96 tmpfiles: Copy `/usr/share/factory/var` to `/var`
b0be2336 Merge pull request #3102 from cgwalters/deploy-cleanup-run
68cc1960 sysroot/deploy: Drop unnecessary g_ptr_array_free
31cbcc72 deploy: Use NULL terminated strv
5cc78fd7 Merge pull request #3100 from cgwalters/misc-finalization
d3de3a0a tests: Add a dedicated finalization test
d24714e3 Merge pull request #3101 from cgwalters/drop-redundant-includes
0c85e1ff main: Drop some redundant includes of `ot-main.h`
78905ffb man: Two finalization fixes
12cbb3dd Merge pull request #3090 from cgwalters/stabilize-locking
28cc7618 sysroot: Stabilize deployment finalization, add API and CLI
1ca4f02a status: Add error prefix for gpg verification
b6f435fe tests: Turn off gpg verification for dev builds
ff7e7f47 Merge pull request #3099 from markmc/man-sysroot-readonly
2cfa8aba man: improve sysroot.readonly docs
cd1728a4 Merge pull request #3098 from jlebon/pr/abort-concurrent
8002983d ci: cancel previous build on PR update
de22914e Merge pull request #3097 from cgwalters/symbol-cleanups
315cbdd3 lib: Don't hardcode year in sample symver section
76e4833d devel: Fix symbol versioning number
82392e3f Merge pull request #3095 from alexlarsson/fix-post-copy-symlinks
acb88600 Fix admin post-copy handling of symlinks
508443f7 Merge pull request #3094 from alexlarsson/admin-deploy-post-copy
accb1f06 Add `ostree admin post-copy` command
29973774 Merge pull request #3091 from cgwalters/fix-soup3
bc62fd51 unlock: Don't pass options again to overlayfs
331bc17e Merge pull request #3093 from cgwalters/rust-alias-stateroot
c668a8c5 tests: Work around systemd regression for boot id parsing
3535b58f rust: Add a `stateroot()` alias in the Rust bindings
ce2a33e8 build-sys: Enable libsoup3 by default if installed
2c774deb Merge pull request #3089 from cgwalters/fix-undeploy-parsing
c3cf5b23 undeploy: Parse integer more properly
e4b82c4a Merge pull request #3080 from nikita-dubrovskii/s390x_secure_boot
c3a9a642 lib/bootloader-zipl: Check for Secure Boot before zipl
67ccf6e0 Merge pull request #3085 from cgwalters/s390x-units
75c7e51a bootloader/zipl: No-op if run as non-root
cfb63b89 Merge pull request #3083 from cgwalters/release
36d96931 configure: post-release version bump
Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
The 2.5.1 release is not comptabile with python3-sqlalchemy 2.0.23 which
is currently provided by meta-openembedded. This results in the
following error:
root@host:~# python3
Python 3.11.5 (main, Aug 24 2023, 12:23:19) [GCC 13.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from flask_sqlalchemy import SQLAlchemy
>>> from flask import Flask
>>> app = Flask('foobar')
>>> app.config['SQLALCHEMY_DATABASE_URI'] = 'sqlite:////tmp/test.db'
>>> db = SQLAlchemy(app)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python3.11/site-packages/flask_sqlalchemy/__init__.py", line 758, in __init__
_include_sqlalchemy(self, query_class)
File "/usr/lib/python3.11/site-packages/flask_sqlalchemy/__init__.py", line 112, in _include_sqlalchemy
for key in module.__all__:
^^^^^^^^^^^^^^
AttributeError: module 'sqlalchemy' has no attribute '__all__'. Did you mean: '__file__'?
Signed-off-by: Theodore A. Roth <theodore_roth@trimble.com>
Signed-off-by: Theodore A. Roth <troth@openavr.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
mutter may be used as a standalone compositor and even an X11 WM
without the complete GNOME desktop environment. Make this optional
and add the new control knob to PACKAGECONFIG by default.
The built-in sound player functionality depends on libcanberra
which is considered outdated. Make this optional.
Add the colord build dependency explicitly because mutter does
not build when PACKAGECONFIG = "gnome-desktop" is not used.
Add the gsettings-desktop-schemas runtime dependency explicitly,
so mutter may work without PACKAGECONFIG = "gnome-desktop".
This change allows mutter in kiosk-like scenarios.
Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
XORG_EXT tar.bz2 removed because not supported in the new version. The default value defined in xorg-lib-common.inc will be used, i.e. tar.xz
Changelog:
* configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
* Replace calls to index() with strchr()
* Add .git-blame-ignore-revs to hide whitespace commits from git blame
* Remove "All rights reserved" from Oracle copyright notices
* fix typo in XawMax parameter in GetBlockBoundaries
* Stop memory leak in error paths in XawTextSinkConvertPropertyList()
* Stop memory leak in GetResourcePixmapPath()
* Fix ctype(3) users.
* Fix spelling/wording issues
* gitlab CI: add a basic build test
* Build xz tarballs instead of bzip2
Signed-off-by: alperak <alperyasinak1@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
* SRC_URI && features_check removed because already defined in xorg-driver-common.inc
Changelog:
* Don't set SourceValidate pointer to NULL
* radeon_glamor_wrappers.c: Convert from ISO-8859-1 to UTF-8
* gitlab CI: enable gitlab's builtin static analysis
* gitlab CI: enable commit & merge request checks
* Fix spelling/wording issues
* Build xz tarballs instead of bzip2
* Only include dri.h with older versions of xserver
* Add GitLab CI pipeline
* Guard local variable info only used with glamor
* ati: cleanup terminology to use primary/secondary
* Fix return value check of drmIoctl()
* Don't crash X server if GPU acceleration is not available
* Handle NULL fb_ptr in pixmap_get_fb
* Fix link failure with gcc 10
Signed-off-by: alperak <alperyasinak1@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Provides miscellaneous documentation for the X Window System that doesn't better fit into other packages.
The preferred documentation format for these documents is DocBook XML.
Signed-off-by: alperak <alperyasinak1@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Update lvm2 from 2.03.16 to 2.03.22.
* remove 0002-Guard-use-of-mallinfo-with-__GLIBC__.patch which has done
in upstream already
* add patch to check egrep & grep
* rebase patches
* add package config 'dbus' and fix errors about it
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>