我正在尝试在yocto中创建deb软件包。想要使用deb软件包管理。
I have added below information to conf/local.conf
PACKAGE_CLASSES ?= "package_deb"
PACKAGE_FEED_URIS = "http://10.47.96.225:5678"
EXTRA_IMAGE_FEATURES += " package-management "
after this i have started build by running.
bitbake core-image-minimal
Got below errors,
The following packages have unmet dependencies:
packagegroup-core-full-cmdline : Depends: packagegroup-core-full-cmdline-initscripts but it is not going to be installed