bitbake on AUR (Arch User Repository)

Last updated: June 06,2024

1. Install "bitbake" effortlessly via AUR with the help of a helper(YAY)

a. Install YAY (https://github.com/Jguer/yay)

$ sudo pacman -S --needed git base-devel && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si

b. Install bitbake on Arch using YAY

$ yay -S bitbake

* (Optional) Uninstall bitbake on Arch using YAY

$ yay -Rns bitbake

2. Manually Install "bitbake" via AUR

a. Ensure you have the base development tools and git installed with:

$ sudo pacman -S --needed base-devel git

b. Clone bitbake's git locally

$ git clone https://aur.archlinux.org/bitbake.git ~/bitbake

c. Go to ~/bitbake folder and install it

$ cd ~/bitbake $ makepkg -si

3. Information about the bitbake package on Arch User Repository (AUR)

ID: 1224821
Name: bitbake
PackageBaseID: 113860
PackageBase: bitbake
Version: 2.2.1-1
Description: Build tool executing tasks and managing metadata
URL: https://www.openembedded.org/wiki/Main_Page
NumVotes: 4
Popularity: 0
OutOfDate: 1685951993
Maintainer:
Submitter: ftonello
FirstSubmitted: 1469112527
LastModified: 1678569996
URLPath: /cgit/aur.git/snapshot/bitbake.tar.gz