01-01-2019, 08:44 PM
Oh- I should add that I initialized my environment using the rockchip style yocto setup and the rocko branch:
I then ran the setup-environment script (twice?) to setup the yocto build configurations:
I also had to clone the meta-rust layer into the sources directory:
and then add the meta-rust layer to the build/conf/bblayers.conf file
Code:
repo init --repo-branch=stable --repo-url=https://github.com/rockchip-linux/repo -u https://github.com/rockchip-linux/manifests -b yocto -m rocko.xml
repo sync
I then ran the setup-environment script (twice?) to setup the yocto build configurations:
Code:
MACHINE=<my_custom_machine_config> DISTRO=rk-none . ./setup-environment -b build
I also had to clone the meta-rust layer into the sources directory:
Code:
git clone -b rocko https://github.com/meta-rust/meta-rust.git
and then add the meta-rust layer to the build/conf/bblayers.conf file