bitbake on AUR (Arch User Repository)
Last updated: November 24,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
Copied
b. Install bitbake on Arch using YAY
$
yay -S
bitbake
Copied
* (Optional) Uninstall bitbake on Arch using YAY
$
yay -Rns
bitbake
Copied
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
Copied
b. Clone bitbake's git locally
$
git clone https://aur.archlinux.org/bitbake.git
~/bitbake
Copied
c. Go to ~/bitbake folder and install it
$
cd
~/bitbake
Copied
$
makepkg -si
Copied
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
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