* [PATCH] packagegroup-arago-base-tisdk: Remove unnecessary bootloader binaries from fs
@ 2013-09-16 21:01 Franklin S. Cooper Jr
2013-09-16 21:41 ` Denys Dmytriyenko
0 siblings, 1 reply; 2+ messages in thread
From: Franklin S. Cooper Jr @ 2013-09-16 21:01 UTC (permalink / raw)
To: meta-arago; +Cc: Franklin S. Cooper Jr
* With newer versions of u-boot requiring kernel binaries to be located in the
boot directory in the rootfs it can become confusing for users who think that
bootloader binaries also needs to be included in the rootfs boot directory
since some binaries were already found there.
Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
---
.../packagegroups/packagegroup-arago-base-tisdk.bb | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base-tisdk.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base-tisdk.bb
index 505bb53..16b5df1 100644
--- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base-tisdk.bb
+++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base-tisdk.bb
@@ -1,6 +1,6 @@
DESCRIPTION = "Additional packages beyond console packages shared by TI SDKs"
LICENSE = "MIT"
-PR = "r12"
+PR = "r13"
inherit packagegroup
@@ -15,7 +15,6 @@ RDEPENDS_${PN} = "\
iptables \
iperf \
psplash \
- ${PREFERRED_PROVIDER_virtual/bootloader} \
arago-gpl-notice \
nfs-utils-client \
"
--
1.7.0.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] packagegroup-arago-base-tisdk: Remove unnecessary bootloader binaries from fs
2013-09-16 21:01 [PATCH] packagegroup-arago-base-tisdk: Remove unnecessary bootloader binaries from fs Franklin S. Cooper Jr
@ 2013-09-16 21:41 ` Denys Dmytriyenko
0 siblings, 0 replies; 2+ messages in thread
From: Denys Dmytriyenko @ 2013-09-16 21:41 UTC (permalink / raw)
To: Franklin S. Cooper Jr; +Cc: meta-arago
On Mon, Sep 16, 2013 at 04:01:55PM -0500, Franklin S. Cooper Jr wrote:
> * With newer versions of u-boot requiring kernel binaries to be located in the
> boot directory in the rootfs it can become confusing for users who think that
> bootloader binaries also needs to be included in the rootfs boot directory
> since some binaries were already found there.
I'm fine with this change. I've seen other groups removing u-boot binary from
rootfs, so not having it installed in the base image is a good thing.
> Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
> ---
> .../packagegroups/packagegroup-arago-base-tisdk.bb | 3 +--
> 1 files changed, 1 insertions(+), 2 deletions(-)
>
> diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base-tisdk.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base-tisdk.bb
> index 505bb53..16b5df1 100644
> --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base-tisdk.bb
> +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base-tisdk.bb
> @@ -1,6 +1,6 @@
> DESCRIPTION = "Additional packages beyond console packages shared by TI SDKs"
> LICENSE = "MIT"
> -PR = "r12"
> +PR = "r13"
>
> inherit packagegroup
>
> @@ -15,7 +15,6 @@ RDEPENDS_${PN} = "\
> iptables \
> iperf \
> psplash \
> - ${PREFERRED_PROVIDER_virtual/bootloader} \
> arago-gpl-notice \
> nfs-utils-client \
> "
> --
> 1.7.0.4
>
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-09-16 21:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-16 21:01 [PATCH] packagegroup-arago-base-tisdk: Remove unnecessary bootloader binaries from fs Franklin S. Cooper Jr
2013-09-16 21:41 ` Denys Dmytriyenko
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.