「Raspberry Pi活用/Yocto設定」の版間の差分
ナビゲーションに移動
検索に移動
編集の要約なし |
編集の要約なし |
||
15行目: | 15行目: | ||
</nowiki> |
</nowiki> |
||
local.conf |
build/conf/local.conf |
||
<nowiki> |
<nowiki> |
2024年5月20日 (月) 01:58時点における版
tools-debug
$ git clone git://git.yoctoproject.org/poky cd poky $ git checkout kirkstone //$ git checkout scarthgap $ cd .. $ git clone git://git.yoctoproject.org/meta-raspberrypi $ cd meta-raspberrypi $ git checkout kirkstone $ cd .. $ source poky/oe-init-build-env $ bitbake-layers add-layer ../meta-raspberrypi
build/conf/local.conf
MACHINE ?= "raspberrypi4-64"
$ bitbake core-image-minimal $ bitbake core-image-sato -c populate_sdk