# Pastebin Dnqi0QnZ [ross@fedora40-vk-2 ~]$ git clone https://git.yoctoproject.org/poky -b styhead poky Cloning into 'poky'... remote: Enumerating objects: 663180, done. remote: Counting objects: 100% (1166/1166), done. remote: Compressing objects: 100% (517/517), done. remote: Total 663180 (delta 833), reused 769 (delta 642), pack-reused 662014 Receiving objects: 100% (663180/663180), 210.44 MiB | 43.33 MiB/s, done. Resolving deltas: 100% (482267/482267), done. [ross@fedora40-vk-2 ~]$ cd poky/ [ross@fedora40-vk-2 poky]$ . oe-init-build-env You had no conf/local.conf file. This configuration file has therefore been created for you from /home/ross/poky/meta-poky/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/ross/poky/meta-poky/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/ This is the default build configuration for the Poky reference distribution. ### Shell environment set up for builds. ### You can now run 'bitbake ' Common targets are: core-image-minimal core-image-full-cmdline core-image-sato core-image-weston meta-toolchain meta-ide-support You can also run generated qemu images with a command like 'runqemu qemux86-64'. Other commonly useful commands are: - 'devtool' and 'recipetool' handle common recipe tasks - 'bitbake-layers' handles common layer tasks - 'oe-pkgdata-util' handles common target package tasks [ross@fedora40-vk-2 build]$ bitbake util-linux-native Loading cache: 100% | | ETA: --:--:-- Loaded 0 entries from dependency cache. Parsing recipes: 100% |#################################################################################################################################################| Time: 0:00:08 Parsing of 916 .bb files complete (0 cached, 916 parsed). 1867 targets, 50 skipped, 0 masked, 0 errors. NOTE: Resolving any missing task queue dependencies Build Configuration: BB_VERSION = "2.9.1" BUILD_SYS = "x86_64-linux" NATIVELSBSTRING = "fedora-40" TARGET_SYS = "x86_64-poky-linux" MACHINE = "qemux86-64" DISTRO = "poky" DISTRO_VERSION = "5.1" TUNE_FEATURES = "m64 core2" TARGET_FPU = "" meta meta-poky meta-yocto-bsp = "styhead:5465094be9a61a1639e1dab6d2b4ebea2bee7440" NOTE: Fetching uninative binary shim http://downloads.yoctoproject.org/releases/uninative/4.6/x86_64-nativesdk-libc-4.6.tar.xz;sha256sum=6bf00154c5a7bc48adbf63fd17684bb87eb07f4814fbb482a3fbd817c1ccf4c5 (will check PREMIRRORS first) Sstate summary: Wanted 141 Local 0 Mirrors 0 Missed 141 Current 0 (0% match, 0% complete)################################################################ | ETA: 0:00:00 Initialising tasks: 100% |##############################################################################################################################################| Time: 0:00:00 NOTE: Executing Tasks NOTE: Tasks Summary: Attempted 422 tasks of which 0 didn't need to be rerun and all succeeded. [ross@fedora40-vk-2 build]$