アフィリエイト広告を利用しています

[Yocto] Yocto Install

https://docs.yoctoproject.org/brief-yoctoprojectqs/index.html
に沿ってみることにした。

Build Host Packages
You must install essential host packages on your build host. The following command installs the host packages based on an Ubuntu distribution:

まずは、

sudo apt install gawk wget git diffstat unzip texinfo gcc build-essential chrpath socat cpio python3 python3-pip python3-pexpect xz-utils debianutils iputils-ping python3-git python3-jinja2 libegl1-mesa libsdl1.2-dev python3-subunit mesa-common-dev zstd liblz4-tool file locales libacl1

を実行

次に、

sudo locale-gen en_US.UTF-8

を実行

Use Git to Clone Poky
Once you complete the setup instructions for your machine, you need to get a copy of the Poky repository on your build host. Use the following commands to clone the Poky repository.

git clone git://git.yoctoproject.org/poky

を実行

今日はここまで

Interface (インターフェース) 2024年 5月号 [雑誌]

価格:1430円
(2024/3/31 15:27時点)
感想(0件)




[Yocto] VMWare Workstation : Virtual OSとしてUbuntu 22.04をinstall

Virtual OSとしてUbuntu 22.04.4をinstall
そして、
sudo apt-get update
sudo apt-get upgrade

つぎに、
sudo apt-get install open-vm-tools-desktop
を実行したが、
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
open-vm-tools-desktop is already the newest version (2:12.3.5-3~ubuntu0.22.04.1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
となったので、既にインストールされいた。

Interface (インターフェース) 2024年 5月号 [雑誌]

価格:1430円
(2024/3/31 15:27時点)
感想(0件)