* [meta-raspberrypi][PATCH 0/1] linux-raspberrypi: remove not needed bundle_initramfs_append()
@ 2016-11-02 9:52 piotr.lewicki
2016-11-02 9:52 ` [meta-raspberrypi][PATCH 1/1] " piotr.lewicki
2016-11-12 19:07 ` [meta-raspberrypi][PATCH 0/1] " Andrei Gherzan
0 siblings, 2 replies; 4+ messages in thread
From: piotr.lewicki @ 2016-11-02 9:52 UTC (permalink / raw)
To: yocto
This append is not needed anymore and it breaks the build for the people that use initramfs, because the path to
mkknlimg is wrong.
Resending again because it did not make into the master.
piotr.lewicki (1):
linux-raspberrypi: remove not needed bundle_initramfs_append()
recipes-kernel/linux/linux-raspberrypi.inc | 13 -------------
1 file changed, 13 deletions(-)
--
2.7.4
^ permalink raw reply [flat|nested] 4+ messages in thread
* [meta-raspberrypi][PATCH 1/1] linux-raspberrypi: remove not needed bundle_initramfs_append()
2016-11-02 9:52 [meta-raspberrypi][PATCH 0/1] linux-raspberrypi: remove not needed bundle_initramfs_append() piotr.lewicki
@ 2016-11-02 9:52 ` piotr.lewicki
2016-11-03 5:57 ` Khem Raj
2016-11-12 19:07 ` [meta-raspberrypi][PATCH 0/1] " Andrei Gherzan
1 sibling, 1 reply; 4+ messages in thread
From: piotr.lewicki @ 2016-11-02 9:52 UTC (permalink / raw)
To: yocto
---
recipes-kernel/linux/linux-raspberrypi.inc | 13 -------------
1 file changed, 13 deletions(-)
diff --git a/recipes-kernel/linux/linux-raspberrypi.inc b/recipes-kernel/linux/linux-raspberrypi.inc
index 6184402..98229d9 100644
--- a/recipes-kernel/linux/linux-raspberrypi.inc
+++ b/recipes-kernel/linux/linux-raspberrypi.inc
@@ -54,16 +54,3 @@ do_deploy_append() {
fi
echo "${CMDLINE}${PITFT_PARAMS}" > ${DEPLOYDIR}/bcm2835-bootfiles/cmdline.txt
}
-
-do_bundle_initramfs_append() {
- if [ ! -z "${INITRAMFS_IMAGE}" -a x"${INITRAMFS_IMAGE_BUNDLE}" = x1 ]; then
- if test "x${KERNEL_IMAGETYPE}" != "xuImage" ; then
- if test -n "${KERNEL_DEVICETREE}"; then
- # Add RPi bootloader trailer to kernel image to enable DeviceTree support
- for type in ${KERNEL_IMAGETYPES} ; do
- ${STAGING_BINDIR_NATIVE}/mkknlimg --dtok ${KERNEL_OUTPUT_DIR}/$type.initramfs ${KERNEL_OUTPUT_DIR}/$type.initramfs
- done
- fi
- fi
- fi
-}
--
2.7.4
^ permalink raw reply related [flat|nested] 4+ messages in thread* Re: [meta-raspberrypi][PATCH 1/1] linux-raspberrypi: remove not needed bundle_initramfs_append()
2016-11-02 9:52 ` [meta-raspberrypi][PATCH 1/1] " piotr.lewicki
@ 2016-11-03 5:57 ` Khem Raj
0 siblings, 0 replies; 4+ messages in thread
From: Khem Raj @ 2016-11-03 5:57 UTC (permalink / raw)
To: piotr.lewicki; +Cc: yocto
[-- Attachment #1: Type: text/plain, Size: 1224 bytes --]
> On Nov 2, 2016, at 2:52 AM, piotr.lewicki <piotr.lewicki@elfin.de> wrote:
>
> ---
> recipes-kernel/linux/linux-raspberrypi.inc | 13 -------------
> 1 file changed, 13 deletions(-)
>
> diff --git a/recipes-kernel/linux/linux-raspberrypi.inc b/recipes-kernel/linux/linux-raspberrypi.inc
> index 6184402..98229d9 100644
> --- a/recipes-kernel/linux/linux-raspberrypi.inc
> +++ b/recipes-kernel/linux/linux-raspberrypi.inc
> @@ -54,16 +54,3 @@ do_deploy_append() {
> fi
> echo "${CMDLINE}${PITFT_PARAMS}" > ${DEPLOYDIR}/bcm2835-bootfiles/cmdline.txt
> }
> -
> -do_bundle_initramfs_append() {
> - if [ ! -z "${INITRAMFS_IMAGE}" -a x"${INITRAMFS_IMAGE_BUNDLE}" = x1 ]; then
> - if test "x${KERNEL_IMAGETYPE}" != "xuImage" ; then
> - if test -n "${KERNEL_DEVICETREE}"; then
> - # Add RPi bootloader trailer to kernel image to enable DeviceTree support
> - for type in ${KERNEL_IMAGETYPES} ; do
> - ${STAGING_BINDIR_NATIVE}/mkknlimg --dtok ${KERNEL_OUTPUT_DIR}/$type.initramfs ${KERNEL_OUTPUT_DIR}/$type.initramfs
> - done
> - fi
> - fi
> - fi
> -}
I have staged it form testing.
[-- Attachment #2: Message signed with OpenPGP using GPGMail --]
[-- Type: application/pgp-signature, Size: 211 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [meta-raspberrypi][PATCH 0/1] linux-raspberrypi: remove not needed bundle_initramfs_append()
2016-11-02 9:52 [meta-raspberrypi][PATCH 0/1] linux-raspberrypi: remove not needed bundle_initramfs_append() piotr.lewicki
2016-11-02 9:52 ` [meta-raspberrypi][PATCH 1/1] " piotr.lewicki
@ 2016-11-12 19:07 ` Andrei Gherzan
1 sibling, 0 replies; 4+ messages in thread
From: Andrei Gherzan @ 2016-11-12 19:07 UTC (permalink / raw)
To: piotr.lewicki; +Cc: yocto
[-- Attachment #1: Type: text/plain, Size: 687 bytes --]
On Wed, Nov 02, 2016 at 10:52:00AM +0100, piotr.lewicki wrote:
> This append is not needed anymore and it breaks the build for the people that use initramfs, because the path to
> mkknlimg is wrong.
>
> Resending again because it did not make into the master.
>
> piotr.lewicki (1):
> linux-raspberrypi: remove not needed bundle_initramfs_append()
>
> recipes-kernel/linux/linux-raspberrypi.inc | 13 -------------
> 1 file changed, 13 deletions(-)
>
> --
> 2.7.4
>
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
Merged to master. Thanks.
--
Andrei Gherzan
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 817 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2016-11-12 19:08 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-02 9:52 [meta-raspberrypi][PATCH 0/1] linux-raspberrypi: remove not needed bundle_initramfs_append() piotr.lewicki
2016-11-02 9:52 ` [meta-raspberrypi][PATCH 1/1] " piotr.lewicki
2016-11-03 5:57 ` Khem Raj
2016-11-12 19:07 ` [meta-raspberrypi][PATCH 0/1] " Andrei Gherzan
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.