...
※Basesystem commit hasn't merged yet as of 30/Oct/2020.
※After being merged, to build the software can be done by this step.
Get AGL recipe
Get AGL recipe
$
cd
~$ cd ~/ |
$
mkdir
icefish$ mkdir icefish_9_0_1 |
$
cd
icefish$ cd icefish_9_0_1 |
m icefish_9.0.1.xml -u http://gerrit.automotivelinux.org/gerrit/AGL/AGL-repo |
sync
repo sync |
Change the branch to build
Prepair for agl-pipewire not to fail to build
$ |
$
mkdir |
/ |
tmp |
tmp |
Change the branch
$
cd
meta$ cd meta-agl-devel |
Move tmpdir
$ cd meta-agl-devel $ mv /tmp/agl-pipewire templates/feature/ |
Run bitbake
Run bitbake
$ cd .. |
$
source
meta$ source meta-agl/scripts/aglsetup.sh -f -m qemux86-64 -b build agl-demo agl-basesystem |
Launch QEMU
Launch QEMU
$
cd
$ cd ../external/poky |
$
ln
$ ln -s ../../ |
build
$
source
oebuild build |
(old)
...