Search Criteria
Package Details: kas 4.4-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/kas.git (read-only, click to copy) |
---|---|
Package Base: | kas |
Description: | Setup tool for bitbake based projects |
Upstream URL: | https://github.com/siemens/kas |
Licenses: | custom |
Submitter: | crab2313 |
Maintainer: | crab2313 |
Last Packager: | crab2313 |
Votes: | 2 |
Popularity: | 0.033634 |
First Submitted: | 2021-10-29 03:49 (UTC) |
Last Updated: | 2024-07-02 01:40 (UTC) |
Dependencies (7)
- python (python37AUR, python311AUR, python310AUR)
- python-distro
- python-jsonschema
- python-kconfiglib
- python-yaml (python-yaml-gitAUR)
- python-setuptools (make)
- libnewt (optional) – text based ui of menu plugin
Latest Comments
Gnarflord commented on 2024-09-10 16:20 (UTC)
Dependency for python-gitpython is missing, without it I only get
ModuleNotFoundError: No module named 'git'
Harms commented on 2023-01-18 10:44 (UTC)
I've got some issues with building older versions of Poky with kas. Kas forces the PATH that bitbake receives, and then it can't find all hosttools even though they are installed. Specifically pod2man from perl (in Ubuntu etc. it's located at /usr/bin, but in Arch it's in /usr/bin/core_perl).
See this line
It works if I change it to:
env['PATH'] = os.environ['PATH']
rmsc commented on 2022-11-02 17:27 (UTC)
Sorry you're right. I took that info from their README, but didn't check their setup.py..
crab2313 commented on 2022-10-26 06:37 (UTC)
@rmsc
I don't think PyYAML and kconfiglib are optional since they are hardcoded in the setup.py as install_requires. But I will add libnewt as optional dependency.
rmsc commented on 2022-10-25 12:15 (UTC) (edited on 2022-10-25 12:15 (UTC) by rmsc)
First of all, thank you for maintaining this package!
Some dependencies are optional, as follows:
PyYAML Python 3 package (optional, for yaml file support)
kconfiglib Python 3 package (optional, for menu plugin)
NEWT Python 3 distro package (optional, for menu plugin)
Would it be possible to make them optional in the PKGBUILD?