Skip to content

Commit

Permalink
Merge pull request #772 from resin-os/pyro-support
Browse files Browse the repository at this point in the history
WIP: resin-image: Use ROOTFS_PKGMANAGE_BOOTSTRAP conditionally
  • Loading branch information
agherzan committed Jul 28, 2017
2 parents fceb394 + 31ca7ef commit ad8a443
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ IMAGE_FEATURES_append = " \

IMAGE_INSTALL = " \
packagegroup-core-boot \
${ROOTFS_PKGMANAGE_BOOTSTRAP} \
${CORE_IMAGE_EXTRA_INSTALL} \
packagegroup-resin-connectivity \
packagegroup-resin-flasher \
Expand Down
1 change: 0 additions & 1 deletion meta-resin-common/recipes-core/images/resin-image.bb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ IMAGE_FEATURES_append = " \

IMAGE_INSTALL = " \
packagegroup-core-boot \
${ROOTFS_PKGMANAGE_BOOTSTRAP} \
${CORE_IMAGE_EXTRA_INSTALL} \
packagegroup-resin-debugtools \
packagegroup-resin-connectivity \
Expand Down
1 change: 1 addition & 0 deletions meta-resin-fido/recipes-core/images/resin-image.bbappend
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
IMAGE_INSTALL_append = " ${ROOTFS_PKGMANAGE_BOOTSTRAP}"
1 change: 1 addition & 0 deletions meta-resin-jethro/recipes-core/images/resin-image.bbappend
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
IMAGE_INSTALL_append = " ${ROOTFS_PKGMANAGE_BOOTSTRAP}"
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
# krogoth/morty has the raw image in the deploy dir image after the
# do_image_complete task has been finished)
IMAGE_DEPENDS_resinos-img_append = " resin-image:do_image_complete"

IMAGE_INSTALL_append = " ${ROOTFS_PKGMANAGE_BOOTSTRAP}"
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
IMAGE_INSTALL_append = " ${ROOTFS_PKGMANAGE_BOOTSTRAP}"
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Make sure you have the resin raw image ready in DEPLOY_DIR_IMAGE (poky
# Make sure you have the raw resin image ready in DEPLOY_DIR_IMAGE (poky
# krogoth/morty has the raw image in the deploy dir image after the
# do_image_complete task has been finished)
IMAGE_DEPENDS_resinos-img_append = " resin-image:do_image_complete"

IMAGE_INSTALL_append = " ${ROOTFS_PKGMANAGE_BOOTSTRAP}"
1 change: 1 addition & 0 deletions meta-resin-morty/recipes-core/images/resin-image.bbappend
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
IMAGE_INSTALL_append = " ${ROOTFS_PKGMANAGE_BOOTSTRAP}"

0 comments on commit ad8a443

Please sign in to comment.