All of lore.kernel.org
 help / color / mirror / Atom feed
* Adding machine for linux-yocto-stable
@ 2011-02-08 13:46 Diego Sueiro
  2011-02-08 14:11 ` Bruce Ashfield
  0 siblings, 1 reply; 6+ messages in thread
From: Diego Sueiro @ 2011-02-08 13:46 UTC (permalink / raw)
  To: yocto

[-- Attachment #1: Type: text/plain, Size: 454 bytes --]

Folks,

I'm trying to get devkit8000 kernel compiled with linux-yocto-stable recipe.
I've added devkit8000 on COMPATIBLE_MACHINE and on KMACHINE_dekvkit800.

But I don't know what pokylinux branch to use to make the kernel build
works.

I believe that I have to config these variables:

LINUX_KERNEL_TYPE
SRCREV_machine_pn-linux-yocto-stable_devkit8000


Any suggestions?

Regards,

--
*dS
Diego Sueiro

/*long live rock 'n roll*/

[-- Attachment #2: Type: text/html, Size: 839 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Adding machine for linux-yocto-stable
  2011-02-08 13:46 Adding machine for linux-yocto-stable Diego Sueiro
@ 2011-02-08 14:11 ` Bruce Ashfield
  2011-02-08 17:31   ` Diego Sueiro
  0 siblings, 1 reply; 6+ messages in thread
From: Bruce Ashfield @ 2011-02-08 14:11 UTC (permalink / raw)
  To: Diego Sueiro; +Cc: yocto

On 11-02-08 08:46 AM, Diego Sueiro wrote:
> Folks,
>
> I'm trying to get devkit8000 kernel compiled with linux-yocto-stable recipe.
> I've added devkit8000 on COMPATIBLE_MACHINE and on KMACHINE_dekvkit800.
>
> But I don't know what pokylinux branch to use to make the kernel build
> works.
>
> I believe that I have to config these variables:
>
>     LINUX_KERNEL_TYPE

This one defaults to something sane, so you don't need
to set this line.

>     SRCREV_machine_pn-linux-yocto-stable_devkit8000

You would need to set this, to a SRCREV of the branch you'll
end up building.

>
>
> Any suggestions?

Are you working out of an up to date master ? I've made some
changes recently that allow BSPs to bootstrap/reuse existing
branches. If you aren't on the latest master the procedure
is different.

Cheers,

Bruce

>
> Regards,
>
> --
> *dS
> Diego Sueiro
>
> /*long live rock 'n roll*/
>
>
>
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Adding machine for linux-yocto-stable
  2011-02-08 14:11 ` Bruce Ashfield
@ 2011-02-08 17:31   ` Diego Sueiro
  2011-02-08 17:38     ` Bruce Ashfield
  0 siblings, 1 reply; 6+ messages in thread
From: Diego Sueiro @ 2011-02-08 17:31 UTC (permalink / raw)
  To: Bruce Ashfield; +Cc: yocto

[-- Attachment #1: Type: text/plain, Size: 3039 bytes --]

Bruce,

I've updated my yocto tree but I'm still getting this error:

ERROR: Function 'do_kernel_checkout' failed (see
/home/dev-2/yocto/build/tmp/work/bw-b600-poky-linux-gnueabi/linux-yocto-stable-2.6.34+git1+e1f85a470934a0cf6abde5d95533e74501822c6b_6+72ca49ab08b8eb475cec82a10049503602325791-r1/temp/log.do_kernel_checkout.26330
for further information)
ERROR: Logfile of failure stored in:
/home/dev-2/yocto/build/tmp/work/bw-b600-poky-linux-gnueabi/linux-yocto-stable-2.6.34+git1+e1f85a470934a0cf6abde5d95533e74501822c6b_6+72ca49ab08b8eb475cec82a10049503602325791-r1/temp/log.do_kernel_checkout.26330
Log data follows:
| Fixing up git directory for standard/devkit8000
| error: pathspec 'devkit8000-standard' did not match any file(s) known to
git.
| ERROR: Function 'do_kernel_checkout' failed (see
/home/dev-2/yocto/build/tmp/work/bw-b600-poky-linux-gnueabi/linux-yocto-stable-2.6.34+git1+e1f85a470934a0cf6abde5d95533e74501822c6b_6+72ca49ab08b8eb475cec82a10049503602325791-r1/temp/log.do_kernel_checkout.26330
for further information)
NOTE: package
linux-yocto-stable-2.6.34+git1+e1f85a470934a0cf6abde5d95533e74501822c6b_6+72ca49ab08b8eb475cec82a10049503602325791-r1:
task do_kernel_checkout: Failed
ERROR: Task 1 (/home/dev-2/yocto/poky/meta-boardware/recipes-kernel/linux/
linux-yocto-stable_git.bb, do_kernel_checkout) failed with exit code '1'

I've tried this two options
on SRCREV_machine_pn-linux-yocto-stable_devkit8000:

"ef7f944e773950d4016b7643f9ecf052bbe250cd" = beagleboard-standard branch
"2b1caf6ed7b888c95a1909d343799672731651a5" = master branch
"72ca49ab08b8eb475cec82a10049503602325791" = standard branch


There isn't an specific devki8000 branch.

Regards,

--
*dS
Diego Sueiro

/*long live rock 'n roll*/


On Tue, Feb 8, 2011 at 12:11 PM, Bruce Ashfield <
bruce.ashfield@windriver.com> wrote:

> On 11-02-08 08:46 AM, Diego Sueiro wrote:
>
>> Folks,
>>
>> I'm trying to get devkit8000 kernel compiled with linux-yocto-stable
>> recipe.
>> I've added devkit8000 on COMPATIBLE_MACHINE and on KMACHINE_dekvkit800.
>>
>> But I don't know what pokylinux branch to use to make the kernel build
>> works.
>>
>> I believe that I have to config these variables:
>>
>>    LINUX_KERNEL_TYPE
>>
>
> This one defaults to something sane, so you don't need
> to set this line.
>
>
>     SRCREV_machine_pn-linux-yocto-stable_devkit8000
>>
>
> You would need to set this, to a SRCREV of the branch you'll
> end up building.
>
>
>>
>> Any suggestions?
>>
>
> Are you working out of an up to date master ? I've made some
> changes recently that allow BSPs to bootstrap/reuse existing
> branches. If you aren't on the latest master the procedure
> is different.
>
> Cheers,
>
> Bruce
>
>
>> Regards,
>>
>> --
>> *dS
>> Diego Sueiro
>>
>> /*long live rock 'n roll*/
>>
>>
>>
>> _______________________________________________
>> yocto mailing list
>> yocto@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/yocto
>>
>
>

[-- Attachment #2: Type: text/html, Size: 4550 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Adding machine for linux-yocto-stable
  2011-02-08 17:31   ` Diego Sueiro
@ 2011-02-08 17:38     ` Bruce Ashfield
  2011-02-08 18:04       ` Diego Sueiro
  0 siblings, 1 reply; 6+ messages in thread
From: Bruce Ashfield @ 2011-02-08 17:38 UTC (permalink / raw)
  To: Diego Sueiro; +Cc: yocto

On 11-02-08 12:31 PM, Diego Sueiro wrote:
> Bruce,
>
> I've updated my yocto tree but I'm still getting this error:
>
> ERROR: Function 'do_kernel_checkout' failed (see
> /home/dev-2/yocto/build/tmp/work/bw-b600-poky-linux-gnueabi/linux-yocto-stable-2.6.34+git1+e1f85a470934a0cf6abde5d95533e74501822c6b_6+72ca49ab08b8eb475cec82a10049503602325791-r1/temp/log.do_kernel_checkout.26330
> for further information)
> ERROR: Logfile of failure stored in:
> /home/dev-2/yocto/build/tmp/work/bw-b600-poky-linux-gnueabi/linux-yocto-stable-2.6.34+git1+e1f85a470934a0cf6abde5d95533e74501822c6b_6+72ca49ab08b8eb475cec82a10049503602325791-r1/temp/log.do_kernel_checkout.26330
> Log data follows:
> | Fixing up git directory for standard/devkit8000
> | error: pathspec 'devkit8000-standard' did not match any file(s) known
> to git.
> | ERROR: Function 'do_kernel_checkout' failed (see
> /home/dev-2/yocto/build/tmp/work/bw-b600-poky-linux-gnueabi/linux-yocto-stable-2.6.34+git1+e1f85a470934a0cf6abde5d95533e74501822c6b_6+72ca49ab08b8eb475cec82a10049503602325791-r1/temp/log.do_kernel_checkout.26330
> for further information)
> NOTE: package
> linux-yocto-stable-2.6.34+git1+e1f85a470934a0cf6abde5d95533e74501822c6b_6+72ca49ab08b8eb475cec82a10049503602325791-r1:
> task do_kernel_checkout: Failed
> ERROR: Task 1
> (/home/dev-2/yocto/poky/meta-boardware/recipes-kernel/linux/linux-yocto-stable_git.bb
> <http://linux-yocto-stable_git.bb>, do_kernel_checkout) failed with exit
> code '1'

This is the typical BSP bootstrap 'problem'. Hold on for
just a little while longer, with the new fetcher changes
in master, I'm updating the recipes (literally now) to
fix this and am testing the workflow for adding a new board
as part of these changes.

Cheers,

Bruce

>
> I've tried this two options on
> SRCREV_machine_pn-linux-yocto-stable_devkit8000:
>
>     "ef7f944e773950d4016b7643f9ecf052bbe250cd" = beagleboard-standard branch
>     "2b1caf6ed7b888c95a1909d343799672731651a5" = master branch
>     "72ca49ab08b8eb475cec82a10049503602325791" = standard branch
>
>
> There isn't an specific devki8000 branch.
>
> Regards,
>
> --
> *dS
> Diego Sueiro
>
> /*long live rock 'n roll*/
>
>
> On Tue, Feb 8, 2011 at 12:11 PM, Bruce Ashfield
> <bruce.ashfield@windriver.com <mailto:bruce.ashfield@windriver.com>> wrote:
>
>     On 11-02-08 08:46 AM, Diego Sueiro wrote:
>
>         Folks,
>
>         I'm trying to get devkit8000 kernel compiled with
>         linux-yocto-stable recipe.
>         I've added devkit8000 on COMPATIBLE_MACHINE and on
>         KMACHINE_dekvkit800.
>
>         But I don't know what pokylinux branch to use to make the kernel
>         build
>         works.
>
>         I believe that I have to config these variables:
>
>         LINUX_KERNEL_TYPE
>
>
>     This one defaults to something sane, so you don't need
>     to set this line.
>
>
>         SRCREV_machine_pn-linux-yocto-stable_devkit8000
>
>
>     You would need to set this, to a SRCREV of the branch you'll
>     end up building.
>
>
>
>         Any suggestions?
>
>
>     Are you working out of an up to date master ? I've made some
>     changes recently that allow BSPs to bootstrap/reuse existing
>     branches. If you aren't on the latest master the procedure
>     is different.
>
>     Cheers,
>
>     Bruce
>
>
>         Regards,
>
>         --
>         *dS
>         Diego Sueiro
>
>         /*long live rock 'n roll*/
>
>
>
>         _______________________________________________
>         yocto mailing list
>         yocto@yoctoproject.org <mailto:yocto@yoctoproject.org>
>         https://lists.yoctoproject.org/listinfo/yocto
>
>
>



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Adding machine for linux-yocto-stable
  2011-02-08 17:38     ` Bruce Ashfield
@ 2011-02-08 18:04       ` Diego Sueiro
  2011-02-08 18:15         ` Diego Sueiro
  0 siblings, 1 reply; 6+ messages in thread
From: Diego Sueiro @ 2011-02-08 18:04 UTC (permalink / raw)
  To: Bruce Ashfield; +Cc: yocto

[-- Attachment #1: Type: text/plain, Size: 5146 bytes --]

Bruce,

I'm getting this error for linux-libc-headers-yocto too.


ERROR: Function 'opkg-build execution failed' failed
ERROR: Logfile of failure stored in:
/home/dev-2/yocto/build/tmp/work/armv7a-poky-linux-gnueabi/linux-libc-headers-yocto-2.6.37+git-4+343c06b25b221aa7f7019aee83b2d976041fddce_2+yocto/standard/base-r2/temp/log.do_package_write_ipk.16387
Log data follows:
| ar:
/home/dev-2/yocto/build/tmp/work/armv7a-poky-linux-gnueabi/linux-libc-headers-yocto-2.6.37+git-4+343c06b25b221aa7f7019aee83b2d976041fddce_2+yocto/standard/base-r2/deploy-ipks/armv7a/linux-libc-headers-yocto-dbg_2.6.37+git-4+343c06b25b221aa7f7019aee83b2d976041fddce_2+yocto/standard/base-r2_armv7a.ipk:
No such file or directory
| ERROR: Function 'opkg-build execution failed' failed
NOTE: package
linux-libc-headers-yocto-2.6.37+git-4+343c06b25b221aa7f7019aee83b2d976041fddce_2+yocto/standard/base-r2:
task opkg-build execution failed: Failed
ERROR: Task 547
(/home/dev-2/yocto/poky/meta/recipes-kernel/linux-libc-headers/
linux-libc-headers-yocto_git.bb, do_package_write_ipk) failed with exit code
'1'


Regards,

--
*dS
Diego Sueiro

/*long live rock 'n roll*/


On Tue, Feb 8, 2011 at 3:38 PM, Bruce Ashfield <bruce.ashfield@windriver.com
> wrote:

> On 11-02-08 12:31 PM, Diego Sueiro wrote:
>
>> Bruce,
>>
>> I've updated my yocto tree but I'm still getting this error:
>>
>> ERROR: Function 'do_kernel_checkout' failed (see
>>
>> /home/dev-2/yocto/build/tmp/work/bw-b600-poky-linux-gnueabi/linux-yocto-stable-2.6.34+git1+e1f85a470934a0cf6abde5d95533e74501822c6b_6+72ca49ab08b8eb475cec82a10049503602325791-r1/temp/log.do_kernel_checkout.26330
>> for further information)
>> ERROR: Logfile of failure stored in:
>>
>> /home/dev-2/yocto/build/tmp/work/bw-b600-poky-linux-gnueabi/linux-yocto-stable-2.6.34+git1+e1f85a470934a0cf6abde5d95533e74501822c6b_6+72ca49ab08b8eb475cec82a10049503602325791-r1/temp/log.do_kernel_checkout.26330
>> Log data follows:
>> | Fixing up git directory for standard/devkit8000
>> | error: pathspec 'devkit8000-standard' did not match any file(s) known
>> to git.
>> | ERROR: Function 'do_kernel_checkout' failed (see
>>
>> /home/dev-2/yocto/build/tmp/work/bw-b600-poky-linux-gnueabi/linux-yocto-stable-2.6.34+git1+e1f85a470934a0cf6abde5d95533e74501822c6b_6+72ca49ab08b8eb475cec82a10049503602325791-r1/temp/log.do_kernel_checkout.26330
>> for further information)
>> NOTE: package
>>
>> linux-yocto-stable-2.6.34+git1+e1f85a470934a0cf6abde5d95533e74501822c6b_6+72ca49ab08b8eb475cec82a10049503602325791-r1:
>> task do_kernel_checkout: Failed
>> ERROR: Task 1
>> (/home/dev-2/yocto/poky/meta-boardware/recipes-kernel/linux/
>> linux-yocto-stable_git.bb
>> <http://linux-yocto-stable_git.bb>, do_kernel_checkout) failed with exit
>> code '1'
>>
>
> This is the typical BSP bootstrap 'problem'. Hold on for
> just a little while longer, with the new fetcher changes
> in master, I'm updating the recipes (literally now) to
> fix this and am testing the workflow for adding a new board
> as part of these changes.
>
> Cheers,
>
> Bruce
>
>
>> I've tried this two options on
>> SRCREV_machine_pn-linux-yocto-stable_devkit8000:
>>
>>    "ef7f944e773950d4016b7643f9ecf052bbe250cd" = beagleboard-standard
>> branch
>>    "2b1caf6ed7b888c95a1909d343799672731651a5" = master branch
>>    "72ca49ab08b8eb475cec82a10049503602325791" = standard branch
>>
>>
>> There isn't an specific devki8000 branch.
>>
>> Regards,
>>
>> --
>> *dS
>> Diego Sueiro
>>
>> /*long live rock 'n roll*/
>>
>>
>> On Tue, Feb 8, 2011 at 12:11 PM, Bruce Ashfield
>> <bruce.ashfield@windriver.com <mailto:bruce.ashfield@windriver.com>>
>> wrote:
>>
>>    On 11-02-08 08:46 AM, Diego Sueiro wrote:
>>
>>        Folks,
>>
>>        I'm trying to get devkit8000 kernel compiled with
>>        linux-yocto-stable recipe.
>>        I've added devkit8000 on COMPATIBLE_MACHINE and on
>>        KMACHINE_dekvkit800.
>>
>>        But I don't know what pokylinux branch to use to make the kernel
>>        build
>>        works.
>>
>>        I believe that I have to config these variables:
>>
>>        LINUX_KERNEL_TYPE
>>
>>
>>    This one defaults to something sane, so you don't need
>>    to set this line.
>>
>>
>>        SRCREV_machine_pn-linux-yocto-stable_devkit8000
>>
>>
>>    You would need to set this, to a SRCREV of the branch you'll
>>    end up building.
>>
>>
>>
>>        Any suggestions?
>>
>>
>>    Are you working out of an up to date master ? I've made some
>>    changes recently that allow BSPs to bootstrap/reuse existing
>>    branches. If you aren't on the latest master the procedure
>>    is different.
>>
>>    Cheers,
>>
>>    Bruce
>>
>>
>>        Regards,
>>
>>        --
>>        *dS
>>        Diego Sueiro
>>
>>        /*long live rock 'n roll*/
>>
>>
>>
>>        _______________________________________________
>>        yocto mailing list
>>        yocto@yoctoproject.org <mailto:yocto@yoctoproject.org>
>>
>>        https://lists.yoctoproject.org/listinfo/yocto
>>
>>
>>
>>
>

[-- Attachment #2: Type: text/html, Size: 6803 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Adding machine for linux-yocto-stable
  2011-02-08 18:04       ` Diego Sueiro
@ 2011-02-08 18:15         ` Diego Sueiro
  0 siblings, 0 replies; 6+ messages in thread
From: Diego Sueiro @ 2011-02-08 18:15 UTC (permalink / raw)
  To: Bruce Ashfield; +Cc: yocto

[-- Attachment #1: Type: text/plain, Size: 5603 bytes --]

Bruce,

linux-libc-headers-yocto issue solved after yocto update.

Now, I'm waiting for linux-yocto-stable.


Regards,

--
*dS
Diego Sueiro

/*long live rock 'n roll*/


On Tue, Feb 8, 2011 at 4:04 PM, Diego Sueiro <diego.sueiro@gmail.com> wrote:

> Bruce,
>
> I'm getting this error for linux-libc-headers-yocto too.
>
>
> ERROR: Function 'opkg-build execution failed' failed
> ERROR: Logfile of failure stored in:
> /home/dev-2/yocto/build/tmp/work/armv7a-poky-linux-gnueabi/linux-libc-headers-yocto-2.6.37+git-4+343c06b25b221aa7f7019aee83b2d976041fddce_2+yocto/standard/base-r2/temp/log.do_package_write_ipk.16387
> Log data follows:
> | ar:
> /home/dev-2/yocto/build/tmp/work/armv7a-poky-linux-gnueabi/linux-libc-headers-yocto-2.6.37+git-4+343c06b25b221aa7f7019aee83b2d976041fddce_2+yocto/standard/base-r2/deploy-ipks/armv7a/linux-libc-headers-yocto-dbg_2.6.37+git-4+343c06b25b221aa7f7019aee83b2d976041fddce_2+yocto/standard/base-r2_armv7a.ipk:
> No such file or directory
> | ERROR: Function 'opkg-build execution failed' failed
> NOTE: package
> linux-libc-headers-yocto-2.6.37+git-4+343c06b25b221aa7f7019aee83b2d976041fddce_2+yocto/standard/base-r2:
> task opkg-build execution failed: Failed
> ERROR: Task 547
> (/home/dev-2/yocto/poky/meta/recipes-kernel/linux-libc-headers/
> linux-libc-headers-yocto_git.bb, do_package_write_ipk) failed with exit
> code '1'
>
>
> Regards,
>
> --
> *dS
> Diego Sueiro
>
> /*long live rock 'n roll*/
>
>
> On Tue, Feb 8, 2011 at 3:38 PM, Bruce Ashfield <
> bruce.ashfield@windriver.com> wrote:
>
>> On 11-02-08 12:31 PM, Diego Sueiro wrote:
>>
>>> Bruce,
>>>
>>> I've updated my yocto tree but I'm still getting this error:
>>>
>>> ERROR: Function 'do_kernel_checkout' failed (see
>>>
>>> /home/dev-2/yocto/build/tmp/work/bw-b600-poky-linux-gnueabi/linux-yocto-stable-2.6.34+git1+e1f85a470934a0cf6abde5d95533e74501822c6b_6+72ca49ab08b8eb475cec82a10049503602325791-r1/temp/log.do_kernel_checkout.26330
>>> for further information)
>>> ERROR: Logfile of failure stored in:
>>>
>>> /home/dev-2/yocto/build/tmp/work/bw-b600-poky-linux-gnueabi/linux-yocto-stable-2.6.34+git1+e1f85a470934a0cf6abde5d95533e74501822c6b_6+72ca49ab08b8eb475cec82a10049503602325791-r1/temp/log.do_kernel_checkout.26330
>>> Log data follows:
>>> | Fixing up git directory for standard/devkit8000
>>> | error: pathspec 'devkit8000-standard' did not match any file(s) known
>>> to git.
>>> | ERROR: Function 'do_kernel_checkout' failed (see
>>>
>>> /home/dev-2/yocto/build/tmp/work/bw-b600-poky-linux-gnueabi/linux-yocto-stable-2.6.34+git1+e1f85a470934a0cf6abde5d95533e74501822c6b_6+72ca49ab08b8eb475cec82a10049503602325791-r1/temp/log.do_kernel_checkout.26330
>>> for further information)
>>> NOTE: package
>>>
>>> linux-yocto-stable-2.6.34+git1+e1f85a470934a0cf6abde5d95533e74501822c6b_6+72ca49ab08b8eb475cec82a10049503602325791-r1:
>>> task do_kernel_checkout: Failed
>>> ERROR: Task 1
>>> (/home/dev-2/yocto/poky/meta-boardware/recipes-kernel/linux/
>>> linux-yocto-stable_git.bb
>>> <http://linux-yocto-stable_git.bb>, do_kernel_checkout) failed with exit
>>> code '1'
>>>
>>
>> This is the typical BSP bootstrap 'problem'. Hold on for
>> just a little while longer, with the new fetcher changes
>> in master, I'm updating the recipes (literally now) to
>> fix this and am testing the workflow for adding a new board
>> as part of these changes.
>>
>> Cheers,
>>
>> Bruce
>>
>>
>>> I've tried this two options on
>>> SRCREV_machine_pn-linux-yocto-stable_devkit8000:
>>>
>>>    "ef7f944e773950d4016b7643f9ecf052bbe250cd" = beagleboard-standard
>>> branch
>>>    "2b1caf6ed7b888c95a1909d343799672731651a5" = master branch
>>>    "72ca49ab08b8eb475cec82a10049503602325791" = standard branch
>>>
>>>
>>> There isn't an specific devki8000 branch.
>>>
>>> Regards,
>>>
>>> --
>>> *dS
>>> Diego Sueiro
>>>
>>> /*long live rock 'n roll*/
>>>
>>>
>>> On Tue, Feb 8, 2011 at 12:11 PM, Bruce Ashfield
>>> <bruce.ashfield@windriver.com <mailto:bruce.ashfield@windriver.com>>
>>> wrote:
>>>
>>>    On 11-02-08 08:46 AM, Diego Sueiro wrote:
>>>
>>>        Folks,
>>>
>>>        I'm trying to get devkit8000 kernel compiled with
>>>        linux-yocto-stable recipe.
>>>        I've added devkit8000 on COMPATIBLE_MACHINE and on
>>>        KMACHINE_dekvkit800.
>>>
>>>        But I don't know what pokylinux branch to use to make the kernel
>>>        build
>>>        works.
>>>
>>>        I believe that I have to config these variables:
>>>
>>>        LINUX_KERNEL_TYPE
>>>
>>>
>>>    This one defaults to something sane, so you don't need
>>>    to set this line.
>>>
>>>
>>>        SRCREV_machine_pn-linux-yocto-stable_devkit8000
>>>
>>>
>>>    You would need to set this, to a SRCREV of the branch you'll
>>>    end up building.
>>>
>>>
>>>
>>>        Any suggestions?
>>>
>>>
>>>    Are you working out of an up to date master ? I've made some
>>>    changes recently that allow BSPs to bootstrap/reuse existing
>>>    branches. If you aren't on the latest master the procedure
>>>    is different.
>>>
>>>    Cheers,
>>>
>>>    Bruce
>>>
>>>
>>>        Regards,
>>>
>>>        --
>>>        *dS
>>>        Diego Sueiro
>>>
>>>        /*long live rock 'n roll*/
>>>
>>>
>>>
>>>        _______________________________________________
>>>        yocto mailing list
>>>        yocto@yoctoproject.org <mailto:yocto@yoctoproject.org>
>>>
>>>        https://lists.yoctoproject.org/listinfo/yocto
>>>
>>>
>>>
>>>
>>
>

[-- Attachment #2: Type: text/html, Size: 8172 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-02-08 18:15 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-08 13:46 Adding machine for linux-yocto-stable Diego Sueiro
2011-02-08 14:11 ` Bruce Ashfield
2011-02-08 17:31   ` Diego Sueiro
2011-02-08 17:38     ` Bruce Ashfield
2011-02-08 18:04       ` Diego Sueiro
2011-02-08 18:15         ` Diego Sueiro

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.