mirror of
https://git.yoctoproject.org/poky
synced 2026-04-30 21:32:13 +02:00
rootrs_rpm.bbclass: Disable createrepo for now due to this error:
| + createrepo /media/build2/builds/rptest/b4/tmp/deploy/rpm | Traceback (most recent call last): | File "/media/build2/builds/rptest/b4/tmp/sysroots/x86_64-linux/usr/share/createrepo/genpkgmetadata.py", line 26, in <module> | import rpm | ImportError: No module named rpm Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -12,7 +12,7 @@ do_rootfs[depends] += "rpm-native:do_populate_sysroot"
|
||||
do_rootfs[depends] += "opkg-native:do_populate_sysroot"
|
||||
|
||||
# Creating the repo info in do_rootfs
|
||||
do_rootfs[depends] += "createrepo-native:do_populate_sysroot"
|
||||
#do_rootfs[depends] += "createrepo-native:do_populate_sysroot"
|
||||
|
||||
do_rootfs[recrdeptask] += "do_package_write_rpm"
|
||||
|
||||
@@ -41,7 +41,7 @@ fakeroot rootfs_rpm_do_rootfs () {
|
||||
|
||||
${RPM_PREPROCESS_COMMANDS}
|
||||
|
||||
createrepo "${DEPLOY_DIR_RPM}"
|
||||
#createrepo "${DEPLOY_DIR_RPM}"
|
||||
|
||||
# Setup base system configuration
|
||||
mkdir -p ${IMAGE_ROOTFS}/etc/rpm/
|
||||
|
||||
Reference in New Issue
Block a user