All of lore.kernel.org
 help / color / mirror / Atom feed
* Yocto linux-kernel
@ 2015-04-29 12:38 Parthiban Kandasamy
  2015-04-29 12:43 ` Gary Thomas
  2015-04-29 13:20 ` Bruce Ashfield
  0 siblings, 2 replies; 5+ messages in thread
From: Parthiban Kandasamy @ 2015-04-29 12:38 UTC (permalink / raw)
  To: yocto

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

i am using beagleboard-xm like board for my custom use. for my development
i am using yocto-dora-1.5 as bsp and kernel-2.6.32(i downgraded).
         while bitbaking kernel, i got error as follows:

Log data follows:
| DEBUG: Executing shell function do_kernel_checkout
| Reinitialized existing Git repository in
/home/parthiban/UliveSytems/Parthiban/CODE/OpenSource/BSP/beagleboard-dora-10.0.0/BeagleBuild/tmp/work/beagleboard-poky-linux-gnueabi/linux-yocto/2.6.32-r0/linux-2.6.32/.git/
| On branch standard/base
| nothing to commit, working directory clean
| ERROR. The branch 'meta' is required and was not
| found. Ensure that the SRC_URI points to a valid linux-yocto
| kernel repository
| WARNING:
/home/parthiban/UliveSytems/Parthiban/CODE/OpenSource/BSP/beagleboard-dora-10.0.0/BeagleBuild/tmp/work/beagleboard-poky-linux-gnueabi/linux-yocto/2.6.32-r0/temp/run.do_kernel_checkout.32588:1
exit 1 from
|   exit 1
| ERROR: Function failed: do_kernel_checkout (log file is located at
/home/parthiban/UliveSytems/Parthiban/CODE/OpenSource/BSP/beagleboard-dora-10.0.0/BeagleBuild/tmp/work/beagleboard-poky-linux-gnueabi/linux-yocto/2.6.32-r0/temp/log.do_kernel_checkout.32588)

due to this error i thought error can be cleared if kernel fetched from
yocto git repository, but i cat get from there,  so how do i get
kernel-2.6.32 for yocto project.

-- 
thanks and regards,
parthiban
      +919790329795

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

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

* Re: Yocto linux-kernel
  2015-04-29 12:38 Yocto linux-kernel Parthiban Kandasamy
@ 2015-04-29 12:43 ` Gary Thomas
       [not found]   ` <CABNKipJD=3DHa1NuYgsnVK-CsU25m6umahXdCdSZzOiATVX6yQ@mail.gmail.com>
  2015-04-29 13:20 ` Bruce Ashfield
  1 sibling, 1 reply; 5+ messages in thread
From: Gary Thomas @ 2015-04-29 12:43 UTC (permalink / raw)
  To: yocto

On 2015-04-29 06:38, Parthiban Kandasamy wrote:
> i am using beagleboard-xm like board for my custom use. for my development i am using yocto-dora-1.5 as bsp and kernel-2.6.32(i downgraded).
>           while bitbaking kernel, i got error as follows:
>
> Log data follows:
> | DEBUG: Executing shell function do_kernel_checkout
> | Reinitialized existing Git repository in
> /home/parthiban/UliveSytems/Parthiban/CODE/OpenSource/BSP/beagleboard-dora-10.0.0/BeagleBuild/tmp/work/beagleboard-poky-linux-gnueabi/linux-yocto/2.6.32-r0/linux-2.6.32/.git/
> | On branch standard/base
> | nothing to commit, working directory clean
> | ERROR. The branch 'meta' is required and was not
> | found. Ensure that the SRC_URI points to a valid linux-yocto
> | kernel repository
> | WARNING:
> /home/parthiban/UliveSytems/Parthiban/CODE/OpenSource/BSP/beagleboard-dora-10.0.0/BeagleBuild/tmp/work/beagleboard-poky-linux-gnueabi/linux-yocto/2.6.32-r0/temp/run.do_kernel_checkout.32588:1
> exit 1 from
> |   exit 1
> | ERROR: Function failed: do_kernel_checkout (log file is located at
> /home/parthiban/UliveSytems/Parthiban/CODE/OpenSource/BSP/beagleboard-dora-10.0.0/BeagleBuild/tmp/work/beagleboard-poky-linux-gnueabi/linux-yocto/2.6.32-r0/temp/log.do_kernel_checkout.32588)
>
> due to this error i thought error can be cleared if kernel fetched from yocto git repository, but i cat get from there,  so how do i get kernel-2.6.32 for yocto project.

Why would you want such an old kernel for that board?

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


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

* Re: Yocto linux-kernel
       [not found]   ` <CABNKipJD=3DHa1NuYgsnVK-CsU25m6umahXdCdSZzOiATVX6yQ@mail.gmail.com>
@ 2015-04-29 13:19     ` Gary Thomas
  0 siblings, 0 replies; 5+ messages in thread
From: Gary Thomas @ 2015-04-29 13:19 UTC (permalink / raw)
  To: Parthiban Kandasamy; +Cc: Yocto Project

On 2015-04-29 07:11, Parthiban Kandasamy wrote:
> our previous development was in kernel-2.6.32, so we do not like change the kernel level specification for new project because i/o interfaces is like previous project and we are
> upgrading only processor card only, so we like to go on same kernel.

Please keep your replies on the mailing list so that all may benefit.

It's understandable that you would want to keep with familiar versions
but 2.6.32 dates from 2009, many years before the BeagleBoard was even
created.  It is unlikely that a kernel from that period would run on
that board.  Also, much of the Yocto infrastructure (e.g. udev) relies
on much newer kernels to function properly.

If you want to use newer hardware, you are inevitably going to need
the newer software that goes with it.

>
> On 29 April 2015 at 18:13, Gary Thomas <gary@mlbassoc.com <mailto:gary@mlbassoc.com>> wrote:
>
>     On 2015-04-29 06:38, Parthiban Kandasamy wrote:
>
>         i am using beagleboard-xm like board for my custom use. for my development i am using yocto-dora-1.5 as bsp and kernel-2.6.32(i downgraded).
>                    while bitbaking kernel, i got error as follows:
>
>         Log data follows:
>         | DEBUG: Executing shell function do_kernel_checkout
>         | Reinitialized existing Git repository in
>         /home/parthiban/UliveSytems/Parthiban/CODE/OpenSource/BSP/beagleboard-dora-10.0.0/BeagleBuild/tmp/work/beagleboard-poky-linux-gnueabi/linux-yocto/2.6.32-r0/linux-2.6.32/.git/
>         | On branch standard/base
>         | nothing to commit, working directory clean
>         | ERROR. The branch 'meta' is required and was not
>         | found. Ensure that the SRC_URI points to a valid linux-yocto
>         | kernel repository
>         | WARNING:
>         /home/parthiban/UliveSytems/Parthiban/CODE/OpenSource/BSP/beagleboard-dora-10.0.0/BeagleBuild/tmp/work/beagleboard-poky-linux-gnueabi/linux-yocto/2.6.32-r0/temp/run.do_kernel_checkout.32588:1
>         exit 1 from
>         |   exit 1
>         | ERROR: Function failed: do_kernel_checkout (log file is located at
>         /home/parthiban/UliveSytems/Parthiban/CODE/OpenSource/BSP/beagleboard-dora-10.0.0/BeagleBuild/tmp/work/beagleboard-poky-linux-gnueabi/linux-yocto/2.6.32-r0/temp/log.do_kernel_checkout.32588)
>
>         due to this error i thought error can be cleared if kernel fetched from yocto git repository, but i cat get from there,  so how do i get kernel-2.6.32 for yocto project.
>
>
>     Why would you want such an old kernel for that board?
>
>     --
>     ------------------------------------------------------------
>     Gary Thomas                 |  Consulting for the
>     MLB Associates              |    Embedded world
>     ------------------------------------------------------------
>     --
>     _______________________________________________
>     yocto mailing list
>     yocto@yoctoproject.org <mailto:yocto@yoctoproject.org>
>     https://lists.yoctoproject.org/listinfo/yocto
>
>
>
>
> --
> thanks and regards,
> parthiban
>        +919790329795

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


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

* Re: Yocto linux-kernel
  2015-04-29 12:38 Yocto linux-kernel Parthiban Kandasamy
  2015-04-29 12:43 ` Gary Thomas
@ 2015-04-29 13:20 ` Bruce Ashfield
  2015-04-29 13:33   ` nick
  1 sibling, 1 reply; 5+ messages in thread
From: Bruce Ashfield @ 2015-04-29 13:20 UTC (permalink / raw)
  To: Parthiban Kandasamy, yocto

On 04/29/2015 08:38 AM, Parthiban Kandasamy wrote:
> i am using beagleboard-xm like board for my custom use. for my
> development i am using yocto-dora-1.5 as bsp and kernel-2.6.32(i
> downgraded).
>           while bitbaking kernel, i got error as follows:
>
> Log data follows:
> | DEBUG: Executing shell function do_kernel_checkout
> | Reinitialized existing Git repository in
> /home/parthiban/UliveSytems/Parthiban/CODE/OpenSource/BSP/beagleboard-dora-10.0.0/BeagleBuild/tmp/work/beagleboard-poky-linux-gnueabi/linux-yocto/2.6.32-r0/linux-2.6.32/.git/
> | On branch standard/base
> | nothing to commit, working directory clean
> | ERROR. The branch 'meta' is required and was not
> | found. Ensure that the SRC_URI points to a valid linux-yocto
> | kernel repository
> | WARNING:
> /home/parthiban/UliveSytems/Parthiban/CODE/OpenSource/BSP/beagleboard-dora-10.0.0/BeagleBuild/tmp/work/beagleboard-poky-linux-gnueabi/linux-yocto/2.6.32-r0/temp/run.do_kernel_checkout.32588:1
> exit 1 from
> |   exit 1
> | ERROR: Function failed: do_kernel_checkout (log file is located at
> /home/parthiban/UliveSytems/Parthiban/CODE/OpenSource/BSP/beagleboard-dora-10.0.0/BeagleBuild/tmp/work/beagleboard-poky-linux-gnueabi/linux-yocto/2.6.32-r0/temp/log.do_kernel_checkout.32588)
>
> due to this error i thought error can be cleared if kernel fetched from
> yocto git repository, but i cat get from there,  so how do i get
> kernel-2.6.32 for yocto project.

There isn't a released 2.6.32 linux-yocto version, so if you
really want that old version, you'd need to create a linux-yocto-custom
recipe for the version (unless that is what you already did).

Bruce

>
> --
> thanks and regards,
> parthiban
>        +919790329795
>
>



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

* Re: Yocto linux-kernel
  2015-04-29 13:20 ` Bruce Ashfield
@ 2015-04-29 13:33   ` nick
  0 siblings, 0 replies; 5+ messages in thread
From: nick @ 2015-04-29 13:33 UTC (permalink / raw)
  To: Bruce Ashfield, Parthiban Kandasamy, yocto



On 2015-04-29 09:20 AM, Bruce Ashfield wrote:
> On 04/29/2015 08:38 AM, Parthiban Kandasamy wrote:
>> i am using beagleboard-xm like board for my custom use. for my
>> development i am using yocto-dora-1.5 as bsp and kernel-2.6.32(i
>> downgraded).
>>           while bitbaking kernel, i got error as follows:
>>
>> Log data follows:
>> | DEBUG: Executing shell function do_kernel_checkout
>> | Reinitialized existing Git repository in
>> /home/parthiban/UliveSytems/Parthiban/CODE/OpenSource/BSP/beagleboard-dora-10.0.0/BeagleBuild/tmp/work/beagleboard-poky-linux-gnueabi/linux-yocto/2.6.32-r0/linux-2.6.32/.git/
>> | On branch standard/base
>> | nothing to commit, working directory clean
>> | ERROR. The branch 'meta' is required and was not
>> | found. Ensure that the SRC_URI points to a valid linux-yocto
>> | kernel repository
>> | WARNING:
>> /home/parthiban/UliveSytems/Parthiban/CODE/OpenSource/BSP/beagleboard-dora-10.0.0/BeagleBuild/tmp/work/beagleboard-poky-linux-gnueabi/linux-yocto/2.6.32-r0/temp/run.do_kernel_checkout.32588:1
>> exit 1 from
>> |   exit 1
>> | ERROR: Function failed: do_kernel_checkout (log file is located at
>> /home/parthiban/UliveSytems/Parthiban/CODE/OpenSource/BSP/beagleboard-dora-10.0.0/BeagleBuild/tmp/work/beagleboard-poky-linux-gnueabi/linux-yocto/2.6.32-r0/temp/log.do_kernel_checkout.32588)
>>
>> due to this error i thought error can be cleared if kernel fetched from
>> yocto git repository, but i cat get from there,  so how do i get
>> kernel-2.6.32 for yocto project.
> 
> There isn't a released 2.6.32 linux-yocto version, so if you
> really want that old version, you'd need to create a linux-yocto-custom
> recipe for the version (unless that is what you already did).
> 
> Bruce
> 
>>
>> -- 
>> thanks and regards,
>> parthiban
>>        +919790329795
>>
>>
> 
The only reason to use such a old kernel is for one of two reasons in my experience either 
it's on custom hardware and written by a vendor supporting that hardware or people want to
run a long term supported kernel. I am wondering of the two which one are you under Parthiban.
Nick


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

end of thread, other threads:[~2015-04-29 13:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-29 12:38 Yocto linux-kernel Parthiban Kandasamy
2015-04-29 12:43 ` Gary Thomas
     [not found]   ` <CABNKipJD=3DHa1NuYgsnVK-CsU25m6umahXdCdSZzOiATVX6yQ@mail.gmail.com>
2015-04-29 13:19     ` Gary Thomas
2015-04-29 13:20 ` Bruce Ashfield
2015-04-29 13:33   ` nick

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.