* [PATCH] pivotinit_1.0.0.bb: Mark as COMPATIBLE_MACHINE=spitz.
@ 2010-09-22 0:42 Graham Gower
2010-09-22 8:27 ` Andrea Adami
0 siblings, 1 reply; 3+ messages in thread
From: Graham Gower @ 2010-09-22 0:42 UTC (permalink / raw)
To: openembedded-devel
From 909e5617f2534b505c6940b9e409a1ce3cdae1e9 Mon Sep 17 00:00:00 2001
From: Graham Gower <graham.gower@gmail.com>
Date: Wed, 22 Sep 2010 09:47:53 +0930
Subject: [PATCH 3/5] pivotinit_1.0.0.bb: Mark as COMPATIBLE_MACHINE=spitz.
Signed-off-by: Graham Gower <graham.gower@gmail.com>
---
recipes/pivotinit/pivotinit_1.0.0.bb | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/recipes/pivotinit/pivotinit_1.0.0.bb b/recipes/pivotinit/pivotinit_1.0.0.bb
index 912cfeb..8b40db2 100644
--- a/recipes/pivotinit/pivotinit_1.0.0.bb
+++ b/recipes/pivotinit/pivotinit_1.0.0.bb
@@ -4,6 +4,7 @@ PRIORITY = "required"
LICENSE = "MIT"
PR = "r0"
+COMPATIBLE_MACHINE = "(spitz)"
SRC_URI = "file://init"
do_install () {
--
1.7.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] pivotinit_1.0.0.bb: Mark as COMPATIBLE_MACHINE=spitz.
2010-09-22 0:42 [PATCH] pivotinit_1.0.0.bb: Mark as COMPATIBLE_MACHINE=spitz Graham Gower
@ 2010-09-22 8:27 ` Andrea Adami
2010-09-22 14:48 ` Khem Raj
0 siblings, 1 reply; 3+ messages in thread
From: Andrea Adami @ 2010-09-22 8:27 UTC (permalink / raw)
To: openembedded-devel
On Wed, Sep 22, 2010 at 2:42 AM, Graham Gower <graham.gower@gmail.com> wrote:
> From 909e5617f2534b505c6940b9e409a1ce3cdae1e9 Mon Sep 17 00:00:00 2001
> From: Graham Gower <graham.gower@gmail.com>
> Date: Wed, 22 Sep 2010 09:47:53 +0930
> Subject: [PATCH 3/5] pivotinit_1.0.0.bb: Mark as COMPATIBLE_MACHINE=spitz.
>
>
> Signed-off-by: Graham Gower <graham.gower@gmail.com>
> ---
> recipes/pivotinit/pivotinit_1.0.0.bb | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/recipes/pivotinit/pivotinit_1.0.0.bb b/recipes/pivotinit/pivotinit_1.0.0.bb
> index 912cfeb..8b40db2 100644
> --- a/recipes/pivotinit/pivotinit_1.0.0.bb
> +++ b/recipes/pivotinit/pivotinit_1.0.0.bb
> @@ -4,6 +4,7 @@ PRIORITY = "required"
> LICENSE = "MIT"
> PR = "r0"
>
> +COMPATIBLE_MACHINE = "(spitz)"
> SRC_URI = "file://init"
>
> do_install () {
> --
> 1.7.1
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
Hm...'pivot-init' is specific to old initrd.
Nowadays we are using modern initramfs so pivot-root doesn't apply:
initramfs is rootfs: you can neither pivot_root, nor unmount it (see
kernel/Documentation/filesystems/ramfs-rootfs-initramfs.txt).
I suspect this recipe has been obsoleted, I'll grep and see (AltBoot
was using this iirc).
Regards
Andrea
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] pivotinit_1.0.0.bb: Mark as COMPATIBLE_MACHINE=spitz.
2010-09-22 8:27 ` Andrea Adami
@ 2010-09-22 14:48 ` Khem Raj
0 siblings, 0 replies; 3+ messages in thread
From: Khem Raj @ 2010-09-22 14:48 UTC (permalink / raw)
To: openembedded-devel
On Wed, Sep 22, 2010 at 1:27 AM, Andrea Adami <andrea.adami@gmail.com> wrote:
> On Wed, Sep 22, 2010 at 2:42 AM, Graham Gower <graham.gower@gmail.com> wrote:
>> From 909e5617f2534b505c6940b9e409a1ce3cdae1e9 Mon Sep 17 00:00:00 2001
>> From: Graham Gower <graham.gower@gmail.com>
>> Date: Wed, 22 Sep 2010 09:47:53 +0930
>> Subject: [PATCH 3/5] pivotinit_1.0.0.bb: Mark as COMPATIBLE_MACHINE=spitz.
>>
>>
>> Signed-off-by: Graham Gower <graham.gower@gmail.com>
>> ---
>> recipes/pivotinit/pivotinit_1.0.0.bb | 1 +
>> 1 files changed, 1 insertions(+), 0 deletions(-)
>>
>> diff --git a/recipes/pivotinit/pivotinit_1.0.0.bb b/recipes/pivotinit/pivotinit_1.0.0.bb
>> index 912cfeb..8b40db2 100644
>> --- a/recipes/pivotinit/pivotinit_1.0.0.bb
>> +++ b/recipes/pivotinit/pivotinit_1.0.0.bb
>> @@ -4,6 +4,7 @@ PRIORITY = "required"
>> LICENSE = "MIT"
>> PR = "r0"
>>
>> +COMPATIBLE_MACHINE = "(spitz)"
>> SRC_URI = "file://init"
>>
>> do_install () {
>> --
>> 1.7.1
>>
>>
>> _______________________________________________
>> Openembedded-devel mailing list
>> Openembedded-devel@lists.openembedded.org
>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>>
>
> Hm...'pivot-init' is specific to old initrd.
>
> Nowadays we are using modern initramfs so pivot-root doesn't apply:
> initramfs is rootfs: you can neither pivot_root, nor unmount it (see
> kernel/Documentation/filesystems/ramfs-rootfs-initramfs.txt).
>
> I suspect this recipe has been obsoleted, I'll grep and see (AltBoot
> was using this iirc).
OK if thats the case then you can move it to obsolete dir.
>
> Regards
>
> Andrea
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
--
-Khem
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-09-22 14:48 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-22 0:42 [PATCH] pivotinit_1.0.0.bb: Mark as COMPATIBLE_MACHINE=spitz Graham Gower
2010-09-22 8:27 ` Andrea Adami
2010-09-22 14:48 ` Khem Raj
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox