All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denys@ti.com>
To: meta-arago@arago-project.org
Subject: [RFC][PATCH 9/9] arago-image.inc: unbreak populate_sdk task
Date: Wed,  6 Nov 2019 14:02:24 -0500	[thread overview]
Message-ID: <1573066944-48181-10-git-send-email-denys@ti.com> (raw)
In-Reply-To: <1573066944-48181-1-git-send-email-denys@ti.com>

We chose not to install nativesdk-perl and its modules, hence ensure
dummy dependencies and archs are configured properly.

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 meta-arago-distro/recipes-core/images/arago-image.inc | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/meta-arago-distro/recipes-core/images/arago-image.inc b/meta-arago-distro/recipes-core/images/arago-image.inc
index 179c81d..b197dc2 100644
--- a/meta-arago-distro/recipes-core/images/arago-image.inc
+++ b/meta-arago-distro/recipes-core/images/arago-image.inc
@@ -9,17 +9,18 @@ IMAGE_FEATURES += "package-management splash"
 # 4KB per 1 inode should be enough
 EXTRA_IMAGECMD_ext2.gz += "-i 4096"
 
-ARAGO_IMAGE_EXTRA_INSTALL ?= ""
-
-IMAGE_INSTALL += " \
+IMAGE_INSTALL = " \
 	packagegroup-core-boot \
-	${ARAGO_IMAGE_EXTRA_INSTALL} \
+	${CORE_IMAGE_EXTRA_INSTALL} \
 "
 
 export IMAGE_BASENAME = "arago-image"
 
 IMAGE_LINGUAS = ""
 
+TOOLCHAIN_HOST_TASK += "nativesdk-buildtools-perl-dummy"
+SDK_PACKAGE_ARCHS += "buildtools-dummy-${SDKPKGSUFFIX}"
+
 make_bootfiles_symlinks_relative() {
     for f in "${IMAGE_ROOTFS}/boot"/*
     do
-- 
2.7.4



      parent reply	other threads:[~2019-11-06 19:03 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-06 19:02 [RFC][PATCH 0/9] Cleanup of packagegroups/images #1 Denys Dmytriyenko
2019-11-06 19:02 ` [RFC][PATCH 1/9] packagegroup-arago-cross-canadian: deprecate in favor of upstream packagegroup-cross-canadian Denys Dmytriyenko
2019-11-06 19:02 ` [RFC][PATCH 2/9] nativesdk-packagegroup-arago-sdk-host: deprecate in favor of upstream nativesdk-packagegroup-sdk-host Denys Dmytriyenko
2019-11-06 19:02 ` [RFC][PATCH 3/9] arago-console-image: drop unused image recipe Denys Dmytriyenko
2019-11-06 19:02 ` [RFC][PATCH 4/9] " Denys Dmytriyenko
2019-11-06 19:02 ` [RFC][PATCH 5/9] arago-test-image: " Denys Dmytriyenko
2019-11-06 19:02 ` [RFC][PATCH 6/9] tisdk-recovery-rootfs-image: " Denys Dmytriyenko
2019-11-06 19:02 ` [RFC][PATCH 7/9] arago-core-tisdk-bundle: add missing deployment of J7 SYSFW binary Denys Dmytriyenko
2019-11-06 19:02 ` [RFC][PATCH 8/9] arago-tiny-image: simplify by re-using arago-image.inc Denys Dmytriyenko
2019-11-06 19:02 ` Denys Dmytriyenko [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1573066944-48181-10-git-send-email-denys@ti.com \
    --to=denys@ti.com \
    --cc=meta-arago@arago-project.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.