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

広告

この広告は30日以上更新がないブログに表示されております。
新規記事の投稿を行うことで、非表示にすることが可能です。
posted by fanblog

養命酒

毎日、疲れを感じるようになった。

【第2類医薬品】薬用養命酒(1L)【養命酒】

価格: 2580円
(2024/9/6 06:44時点)
感想(0件)




チョコラBBローヤル2 指定医薬部外品(50ml*10本入*2コセット)【チョコラBB】[栄養ドリンク 疲れ 肌荒れ ビタミンB タウリン]


PC


電池パック NAD33UAA

電池パック NAD33UAAが膨張し、
カバーがはち切れて閉じなくなってしまいました。





elecom m-tm10bb



エレコム LBT-UAN05C2/N Bluetuuth USBアダプター(Class2)

価格: 957円
(2024/5/29 22:45時点)
感想(6件)




M.2ネジキット、NVMeネジm.2 SSD取り付けキット



[Yocto] 実際にBuildしてみる

~/openbmc$ . setup romulus
Machine romulus found in meta-ibm/meta-romulus
Common targets are:
obmc-phosphor-image

~/openbmc/build/romulus$ bitbake obmc-phosphor-image
Loading cache: 100% | | ETA: --:--:--
Loaded 0 entries from dependency cache.
Parsing recipes: 100% |################################################################################################################################################################################################################################################################################| Time: 0:06:44
Parsing of 2977 .bb files complete (0 cached, 2977 parsed). 4933 targets, 706 skipped, 0 masked, 0 errors.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION = "2.7.3"
BUILD_SYS = "x86_64-linux"
NATIVELSBSTRING = "ubuntu-22.04"
TARGET_SYS = "arm-openbmc-linux-gnueabi"
MACHINE = "romulus"
DISTRO = "openbmc-openpower"
DISTRO_VERSION = "nodistro.0"
TUNE_FEATURES = "arm thumb arm1176jzs"
TARGET_FPU = "soft"
meta
meta-oe
meta-networking
meta-perl
meta-python
meta-phosphor
meta-aspeed
meta-openpower
meta-romulus = "master:4d6958fa32df5017e1fb3c9a4a4b7db0189e329a"

Sstate summary: Wanted 3272 Local 0 Mirrors 0 Missed 3272 Current 0 (0% match, 0% complete)################################################################################################################################################################################ | ETA: 0:00:01
Initialising tasks: 100% |#############################################################################################################################################################################################################################################################################| Time: 0:00:12
NOTE: Executing Tasks
Setscene tasks: 3274 of 3274

**********

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

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




[Yocto] 準備

wget https://jenkins.openbmc.org/job/latest-qemu-x86/lastSuccessfulBuild/artifact/qemu/arm-softmmu/qemu-system-arm

--2024-04-07 10:27:49-- https://jenkins.openbmc.org/job/latest-qemu-x86/lastSuccessfulBuild/artifact/qemu/arm-softmmu/qemu-system-arm
Resolving jenkins.openbmc.org (jenkins.openbmc.org)... 169.60.228.181
Connecting to jenkins.openbmc.org (jenkins.openbmc.org)|169.60.228.181|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2024-04-07 10:27:51 ERROR 404: Not Found.


git clone https://github.com/openbmc/openbmc.git

. setup romulus
bitbake obmc-phosphor-image



cd openbmc
. setup romulus

Machine romulus found in meta-ibm/meta-romulus
Common targets are:
obmc-phosphor-image


Machine romulus found in meta-ibm/meta-romulus
You had no conf/local.conf file. This configuration file has therefore been
created for you from /home/bmcfw/openbmc/meta-ibm/meta-romulus/conf/templates/default/local.conf.sample
You may wish to edit it to, for example, select a different MACHINE (target
hardware).

You had no conf/bblayers.conf file. This configuration file has therefore been
created for you from /home/bmcfw/openbmc/meta-ibm/meta-romulus/conf/templates/default/bblayers.conf.sample
To add additional metadata layers into your configuration please add entries
to conf/bblayers.conf.

The Yocto Project has extensive documentation about OE including a reference
manual which can be found at:
https://docs.yoctoproject.org

For more information about OpenEmbedded see the website:
https://www.openembedded.org/

Common targets are:
obmc-phosphor-image




wget https://jenkins.openbmc.org/job/latest-qemu-x86/lastSuccessfulBuild/artifact/qemu/build/qemu-system-arm

--2024-04-07 10:37:46-- https://jenkins.openbmc.org/job/latest-qemu-x86/lastSuccessfulBuild/artifact/qemu/build/qemu-system-arm
Resolving jenkins.openbmc.org (jenkins.openbmc.org)... 169.60.228.181
Connecting to jenkins.openbmc.org (jenkins.openbmc.org)|169.60.228.181|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 87612640 (84M) [application/octet-stream]
Saving to: ‘qemu-system-arm’

qemu-system-arm 100%[===============================================================================================================================================================================================>] 83.55M 2.27MB/s in 51s

2024-04-07 10:38:37 (1.65 MB/s) - ‘qemu-system-arm’ saved [87612640/87612640]


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

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




[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件)




生花アレンジメント





牛時





大型 爪切り つめきり 足用

大型 爪切り つめきり 足用



2023年9月17日(日曜) 4回中山4日

5〜12レース:枠:3−8
5〜12レース:ワイド:3−8
9レース:単勝:13
10レース:単勝:8
11レース:単勝:4
12レース:複勝:6


HP ENVY x360 13(型番:6L2F0PA-AAAO)





SUO RING 28°ICE

SUO RING 28°ICE




折りたたみ傘 メンズ ワンタッチ 自動開閉





NVMe-USB変換(Type-C/Type-A)





尿石用 洗浄剤 100ml





2023年5月21日(日曜) 2回東京10日

発走時刻:15時01分
天候 晴
芝 良
10レース
ウインファイヴ 2レース目
フリーウェイステークス
4歳以上 3勝クラス (混合)(特指) 定量 コース:1,400メートル(芝・左)

枠連
3-8 2,910円 16番人気


    >> 次へ
×

この広告は30日以上新しい記事の更新がないブログに表示されております。

Mobilize your Site
スマートフォン版を閲覧 | PC版を閲覧
Share by: