From: Denys Dmytriyenko <denys@ti.com>
To: <meta-arago@arago-project.org>
Subject: [zeus/master][PATCH 9/9] arago-image.inc: unbreak populate_sdk task
Date: Thu, 20 Feb 2020 18:54:58 +0000 [thread overview]
Message-ID: <20200220185458.26926-9-denys@ti.com> (raw)
In-Reply-To: <20200220185458.26926-1-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 179c81d1..b197dc27 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.17.1
prev parent reply other threads:[~2020-02-20 19:18 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-02-20 18:54 [zeus/master][PATCH 1/9] packagegroup-arago-cross-canadian: deprecate in favor of upstream packagegroup-cross-canadian Denys Dmytriyenko
2020-02-20 18:54 ` [zeus/master][PATCH 2/9] nativesdk-packagegroup-arago-sdk-host: deprecate in favor of upstream nativesdk-packagegroup-sdk-host Denys Dmytriyenko
2020-02-20 18:54 ` [zeus/master][PATCH 3/9] arago-base-image: drop unused image recipe Denys Dmytriyenko
2020-02-20 18:54 ` [zeus/master][PATCH 4/9] arago-console-image: " Denys Dmytriyenko
2020-02-20 18:54 ` [zeus/master][PATCH 5/9] arago-test-image: " Denys Dmytriyenko
2020-02-20 18:54 ` [zeus/master][PATCH 6/9] tisdk-recovery-rootfs-image: " Denys Dmytriyenko
2020-02-20 18:54 ` [zeus/master][PATCH 7/9] arago-core-tisdk-bundle: add missing deployment of J7 SYSFW binary Denys Dmytriyenko
2020-02-20 18:54 ` [zeus/master][PATCH 8/9] arago-tiny-image: simplify by re-using arago-image.inc Denys Dmytriyenko
2020-02-20 18:54 ` 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=20200220185458.26926-9-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.