Package Details: kas 4.3.1-1

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: 1
Popularity: 0.29
First Submitted: 2021-10-29 03:49 (UTC)
Last Updated: 2024-03-20 06:20 (UTC)

Dependencies (7)

Required by (0)

Sources (1)

Latest Comments

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?