Modify ↓
Opened 4 years ago
#10082 new defect
rootfs: second-stage with qemu not working
Reported by: | adi@… | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | milestone:trunk |
Component: | debian/rootfs | Version: | trunk |
Severity: | severity 4 | Keywords: | qemu, second-stage |
Cc: |
Description
When choosing ROOTFS_DEBIAN_QEMU_2ND_STAGE, target debian/buildenv/qemu cannot be found. As qemu is already installed, building it isn't necessary.
This patch fixes the issue:
--- a/debian/rootfs/debian.mk 2015-12-18 11:35:40.981812570 +0100 +++ b/debian/rootfs/debian.mk 2015-12-18 11:35:33.569812570 +0100 @@ -166,7 +166,7 @@ touch $@ ifeq ($(ROOTFS_DEBIAN_QEMU_2ND_STAGE),y) -debian/rootfs/second-stage: debian/rootfs/bootstrap +debian/rootfs/second-stage: debian/rootfs/bootstrap debian/buildenv/qemu $(call qemu-prepare) sudo chroot $(ROOTFS_BUILD_DIR) /usr/sbin/PostInstall && sudo rm -f $(ROOTFS_BUILD_DIR)/usr/sbin/PostInstall $(call qemu-cleanup)
Attachments (0)
Note: See
TracTickets for help on using
tickets.