【发布时间】:2018-08-30 02:28:15
【问题描述】:
当我编译 bitbake core-image-sato 时,我有 krogoth yocto 源代码,它显示近 4560 个包正在编译,但在成功编译后,rootfs 大小仅为 30 mb。
Note: when I boot with this 30 mb size rootfs board is booting but lcd xwindow display not coming.
为什么所有包都没有添加到 core-image-sato
我的core-image-sato.bb
DESCRIPTION = "core-image-sato 基本图像"
IMAGE_FEATURES += "启动包管理 x11-base x11-sato ssh-server-dropbear hwcodecs"
许可证 = "麻省理工学院"
继承核心图像
IMAGE_INSTALL += "packagegroup-core-x11-sato-games"
我还有什么遗漏吗?下面是我的distro yogurt.conf
需要 conf/distro/poky.conf 需要 common.inc
DISTRO = "酸奶" DISTRO_NAME = "酸奶(Phytec 示例 分发)” DISTRO_FEATURES += “systemd x11” DISTRO_FEATURES_remove = "argp irda pcmcia zeroconf ptest multiarch 路”
VIRTUAL-RUNTIME_dev_manager = "udev" VIRTUAL-RUNTIME_init_manager = “systemd” DISTRO_FEATURES_BACKFILL_CONSIDERED += “sysvinit” VIRTUAL-RUNTIME_login_manager = "busybox" VIRTUAL-RUNTIME_syslog = "" VIRTUAL-RUNTIME_initscripts = "" 一些默认语言环境
IMAGE_LINGUAS ?= "de-de fr-fr en-us"
- 另外,当我看到
tmp/work/cortexa8-...../时,所有包都已编译,但没有为所有包创建image dir。但我相信这些都是编译好的。
为什么所有这些包都没有创建图像目录。有什么原因吗。请帮我解决这个问题。
谢谢,
【问题讨论】:
标签: yocto openembedded