All of lore.kernel.org
 help / color / mirror / Atom feed
* source modification and re-build
@ 2016-07-20  6:18 nousi
  2016-07-21  4:00 ` Zhenhua Luo
  0 siblings, 1 reply; 7+ messages in thread
From: nousi @ 2016-07-20  6:18 UTC (permalink / raw)
  To: bitbake-devel

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

Hi All,

Am new to yocto environment, please let me know the process to change
kernel source using "bitbake nousi-linux -c menuconfig".

I can able to make changes using "bitbake nousi-linux -c menuconfig" this
command but my changes were not included in the new re-built image.
Am using the development linux source code.
Any help is appreciated.

-- 


*Thanks & Regards,B.Nousilal,*

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

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

* Re: source modification and re-build
  2016-07-20  6:18 source modification and re-build nousi
@ 2016-07-21  4:00 ` Zhenhua Luo
  2016-07-21  4:04   ` nousi
  2016-07-21 10:21   ` nousi
  0 siblings, 2 replies; 7+ messages in thread
From: Zhenhua Luo @ 2016-07-21  4:00 UTC (permalink / raw)
  To: nousi; +Cc: bitbake-devel

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

Hi Nousilal,

“bitbake -c menuconfig nousi-linux” is used for changing the kernel configs instead of modifying source code, you can run “bitbake -C compile -f nousi-linux ” to force rebuild with updated kernel configs.

To modify the source code, you can do it in tmp/work-shared/<machine>/kernel-source/, then run “bitbake -C compile –f nousi-linux” to rebuild new kernel image.


Best Regards,

Zhenhua

From: bitbake-devel-bounces@lists.openembedded.org [mailto:bitbake-devel-bounces@lists.openembedded.org] On Behalf Of nousi
Sent: Wednesday, July 20, 2016 2:18 PM
To: bitbake-devel@lists.openembedded.org
Subject: [bitbake-devel] source modification and re-build

Hi All,

Am new to yocto environment, please let me know the process to change kernel source using "bitbake nousi-linux -c menuconfig".

I can able to make changes using "bitbake nousi-linux -c menuconfig" this command but my changes were not included in the new re-built image.
Am using the development linux source code.
Any help is appreciated.

--
Thanks & Regards,
B.Nousilal,

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

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

* Re: source modification and re-build
  2016-07-21  4:00 ` Zhenhua Luo
@ 2016-07-21  4:04   ` nousi
  2016-07-21 10:21   ` nousi
  1 sibling, 0 replies; 7+ messages in thread
From: nousi @ 2016-07-21  4:04 UTC (permalink / raw)
  To: Zhenhua Luo; +Cc: bitbake-devel

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

Thank you.

On Jul 21, 2016 9:30 AM, "Zhenhua Luo" <zhenhua.luo@nxp.com> wrote:

> Hi Nousilal,
>
>
>
> “bitbake -c menuconfig nousi-linux” is used for changing the kernel
> configs instead of modifying source code, you can run “bitbake -C compile
> -f nousi-linux ” to force rebuild with updated kernel configs.
>
>
>
> To modify the source code, you can do it in
> tmp/work-shared/<machine>/kernel-source/, then run “bitbake -C compile –f
> nousi-linux” to rebuild new kernel image.
>
>
>
>
>
> Best Regards,
>
>
>
> Zhenhua
>
>
>
> *From:* bitbake-devel-bounces@lists.openembedded.org [mailto:
> bitbake-devel-bounces@lists.openembedded.org] *On Behalf Of *nousi
> *Sent:* Wednesday, July 20, 2016 2:18 PM
> *To:* bitbake-devel@lists.openembedded.org
> *Subject:* [bitbake-devel] source modification and re-build
>
>
>
> Hi All,
>
>
>
> Am new to yocto environment, please let me know the process to change
> kernel source using "bitbake nousi-linux -c menuconfig".
>
>
>
> I can able to make changes using "bitbake nousi-linux -c menuconfig" this
> command but my changes were not included in the new re-built image.
>
> Am using the development linux source code.
>
> Any help is appreciated.
>
>
>
> --
>
>
> *Thanks & Regards, B.Nousilal,*
>

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

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

* Re: source modification and re-build
  2016-07-21  4:00 ` Zhenhua Luo
  2016-07-21  4:04   ` nousi
@ 2016-07-21 10:21   ` nousi
  2016-07-21 10:32     ` nousi
  1 sibling, 1 reply; 7+ messages in thread
From: nousi @ 2016-07-21 10:21 UTC (permalink / raw)
  To: Zhenhua Luo; +Cc: bitbake-devel

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

Hi Zhenhua Luo,

Could not able to compile the kernel after changing the kernel
configuration using "bitbake -c menuconfig nousi-linux" command.
Please, have a look at the console logs below.

#bitbake -C compile –f nousi-linux
NOTE: Preparing RunQueue
NOTE: Tainting hash to force rebuild of task
/projects/nousi-linux/nousilal/ns2/poky/build/../meta-nousi/common/recipes-kernel/linux/
nousi-linux_0.0.0.bb, do_rm_work_all
ERROR: Task do_compile is marked nostamp, cannot invalidate this task
ERROR: An uncaught exception occured in runqueue, please see the failure
below:
ERROR: Running idle function
Traceback (most recent call last):
  File
"/projects/nousi123-linux/nousilal/nn2/poky/bitbake/lib/bb/runqueue.py",
line 1094, in RunQueue.execute_runqueue():
             try:
    >            return self._execute_runqueue()
             except bb.runqueue.TaskFailure:
  File
"/projects/nousi123-linux/nousilal/nn2/poky/bitbake/lib/bb/runqueue.py",
line 1029, in RunQueue._execute_runqueue():
                 self.rqexe = RunQueueExecuteDummy(self)
    >            if self.rqdata.prepare() == 0:
                     self.state = runQueueComplete
  File
"/projects/nousi123-linux/nousilal/nn2/poky/bitbake/lib/bb/runqueue.py",
line 796, in RunQueueData.prepare():
                     for st in
self.cooker.configuration.invalidate_stamp.split(','):
    >                    invalidate_task(fn, "do_%s" % st, True)

  File
"/projects/nousi123-linux/nousilal/nn2/poky/bitbake/lib/bb/runqueue.py",
line 780, in
invalidate_task(fn='/projects/nousi123-linux/nousilal/nn2/poky/build/../meta-nousi/common/recipes-kernel/linux/
nousi-linux_0.0.0.bb', taskname='do_compile', error_nostamp=True):
                     if error_nostamp:
    >                    bb.fatal("Task %s is marked nostamp, cannot
invalidate this task" % taskname)
                     else:
  File
"/projects/nousi123-linux/nousilal/nn2/poky/bitbake/lib/bb/__init__.py",
line 102, in fatal:
         logger.critical(''.join(args))
    >    raise BBHandledException()

BBHandledException

On Thu, Jul 21, 2016 at 9:30 AM, Zhenhua Luo <zhenhua.luo@nxp.com> wrote:

> Hi Nousilal,
>
>
>
> “bitbake -c menuconfig nousi-linux” is used for changing the kernel
> configs instead of modifying source code, you can run “bitbake -C compile
> -f nousi-linux ” to force rebuild with updated kernel configs.
>
>
>
> To modify the source code, you can do it in
> tmp/work-shared/<machine>/kernel-source/, then run “bitbake -C compile –f
> nousi-linux” to rebuild new kernel image.
>
>
>
>
>
> Best Regards,
>
>
>
> Zhenhua
>
>
>
> *From:* bitbake-devel-bounces@lists.openembedded.org [mailto:
> bitbake-devel-bounces@lists.openembedded.org] *On Behalf Of *nousi
> *Sent:* Wednesday, July 20, 2016 2:18 PM
> *To:* bitbake-devel@lists.openembedded.org
> *Subject:* [bitbake-devel] source modification and re-build
>
>
>
> Hi All,
>
>
>
> Am new to yocto environment, please let me know the process to change
> kernel source using "bitbake nousi-linux -c menuconfig".
>
>
>
> I can able to make changes using "bitbake nousi-linux -c menuconfig" this
> command but my changes were not included in the new re-built image.
>
> Am using the development linux source code.
>
> Any help is appreciated.
>
>
>
> --
>
>
> *Thanks & Regards, B.Nousilal,*
>



-- 


*Thanks & Regards,B.Nousilal,*

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

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

* Re: source modification and re-build
  2016-07-21 10:21   ` nousi
@ 2016-07-21 10:32     ` nousi
  2016-07-21 11:26       ` Jussi Kukkonen
  0 siblings, 1 reply; 7+ messages in thread
From: nousi @ 2016-07-21 10:32 UTC (permalink / raw)
  To: Zhenhua Luo; +Cc: bitbake-devel

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

please, ignore my previous mail.
There was an issue with the option "-C", it should be "-c".

I have compiled modified kernel using " bitbake -c compile -f nousi-linux"
command but, it seems kernel image does not get update with new
configuration at below path.

"poky/build/tmp/deploy/images/nousi123k/"

Please, let me know if I am missing something in the process.

On Thu, Jul 21, 2016 at 3:51 PM, nousi <bnousilal@gmail.com> wrote:

> Hi Zhenhua Luo,
>
> Could not able to compile the kernel after changing the kernel
> configuration using "bitbake -c menuconfig nousi-linux" command.
> Please, have a look at the console logs below.
>
> #bitbake -C compile –f nousi-linux
> NOTE: Preparing RunQueue
> NOTE: Tainting hash to force rebuild of task
> /projects/nousi-linux/nousilal/ns2/poky/build/../meta-nousi/common/recipes-kernel/linux/
> nousi-linux_0.0.0.bb, do_rm_work_all
> ERROR: Task do_compile is marked nostamp, cannot invalidate this task
> ERROR: An uncaught exception occured in runqueue, please see the failure
> below:
> ERROR: Running idle function
> Traceback (most recent call last):
>   File
> "/projects/nousi123-linux/nousilal/nn2/poky/bitbake/lib/bb/runqueue.py",
> line 1094, in RunQueue.execute_runqueue():
>              try:
>     >            return self._execute_runqueue()
>              except bb.runqueue.TaskFailure:
>   File
> "/projects/nousi123-linux/nousilal/nn2/poky/bitbake/lib/bb/runqueue.py",
> line 1029, in RunQueue._execute_runqueue():
>                  self.rqexe = RunQueueExecuteDummy(self)
>     >            if self.rqdata.prepare() == 0:
>                      self.state = runQueueComplete
>   File
> "/projects/nousi123-linux/nousilal/nn2/poky/bitbake/lib/bb/runqueue.py",
> line 796, in RunQueueData.prepare():
>                      for st in
> self.cooker.configuration.invalidate_stamp.split(','):
>     >                    invalidate_task(fn, "do_%s" % st, True)
>
>   File
> "/projects/nousi123-linux/nousilal/nn2/poky/bitbake/lib/bb/runqueue.py",
> line 780, in
> invalidate_task(fn='/projects/nousi123-linux/nousilal/nn2/poky/build/../meta-nousi/common/recipes-kernel/linux/
> nousi-linux_0.0.0.bb', taskname='do_compile', error_nostamp=True):
>                      if error_nostamp:
>     >                    bb.fatal("Task %s is marked nostamp, cannot
> invalidate this task" % taskname)
>                      else:
>   File
> "/projects/nousi123-linux/nousilal/nn2/poky/bitbake/lib/bb/__init__.py",
> line 102, in fatal:
>          logger.critical(''.join(args))
>     >    raise BBHandledException()
>
> BBHandledException
>
> On Thu, Jul 21, 2016 at 9:30 AM, Zhenhua Luo <zhenhua.luo@nxp.com> wrote:
>
>> Hi Nousilal,
>>
>>
>>
>> “bitbake -c menuconfig nousi-linux” is used for changing the kernel
>> configs instead of modifying source code, you can run “bitbake -C compile
>> -f nousi-linux ” to force rebuild with updated kernel configs.
>>
>>
>>
>> To modify the source code, you can do it in
>> tmp/work-shared/<machine>/kernel-source/, then run “bitbake -C compile –f
>> nousi-linux” to rebuild new kernel image.
>>
>>
>>
>>
>>
>> Best Regards,
>>
>>
>>
>> Zhenhua
>>
>>
>>
>> *From:* bitbake-devel-bounces@lists.openembedded.org [mailto:
>> bitbake-devel-bounces@lists.openembedded.org] *On Behalf Of *nousi
>> *Sent:* Wednesday, July 20, 2016 2:18 PM
>> *To:* bitbake-devel@lists.openembedded.org
>> *Subject:* [bitbake-devel] source modification and re-build
>>
>>
>>
>> Hi All,
>>
>>
>>
>> Am new to yocto environment, please let me know the process to change
>> kernel source using "bitbake nousi-linux -c menuconfig".
>>
>>
>>
>> I can able to make changes using "bitbake nousi-linux -c menuconfig" this
>> command but my changes were not included in the new re-built image.
>>
>> Am using the development linux source code.
>>
>> Any help is appreciated.
>>
>>
>>
>> --
>>
>>
>> *Thanks & Regards, B.Nousilal,*
>>
>
>
>
> --
>
>
> *Thanks & Regards,B.Nousilal,*
>



-- 


*Thanks & Regards,B.Nousilal,*

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

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

* Re: source modification and re-build
  2016-07-21 10:32     ` nousi
@ 2016-07-21 11:26       ` Jussi Kukkonen
  2016-07-27  6:13         ` nousi
  0 siblings, 1 reply; 7+ messages in thread
From: Jussi Kukkonen @ 2016-07-21 11:26 UTC (permalink / raw)
  To: nousi; +Cc: bitbake-devel

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

On 21 July 2016 at 13:32, nousi <bnousilal@gmail.com> wrote:

> please, ignore my previous mail.
> There was an issue with the option "-C", it should be "-c".
>
> I have compiled modified kernel using " bitbake -c compile -f nousi-linux"
> command but, it seems kernel image does not get update with new
> configuration at below path.
>
> "poky/build/tmp/deploy/images/nousi123k/"
>

You forced a kernel compile only, after that you probably want to
re-generate the image ("bitbake <image-name>").

Note that this method of modifying kernel configuration is not how you'd do
it in production: See
http://www.yoctoproject.org/docs/current/kernel-dev/kernel-dev.html#generating-configuration-files
for how to create a defconfig or a config fragment and
http://www.yoctoproject.org/docs/current/kernel-dev/kernel-dev.html#changing-the-configuration
for configuring your kernel with them.

Jussi


> Please, let me know if I am missing something in the process.
>
> On Thu, Jul 21, 2016 at 3:51 PM, nousi <bnousilal@gmail.com> wrote:
>
>> Hi Zhenhua Luo,
>>
>> Could not able to compile the kernel after changing the kernel
>> configuration using "bitbake -c menuconfig nousi-linux" command.
>> Please, have a look at the console logs below.
>>
>> #bitbake -C compile –f nousi-linux
>> NOTE: Preparing RunQueue
>> NOTE: Tainting hash to force rebuild of task
>> /projects/nousi-linux/nousilal/ns2/poky/build/../meta-nousi/common/recipes-kernel/linux/
>> nousi-linux_0.0.0.bb, do_rm_work_all
>> ERROR: Task do_compile is marked nostamp, cannot invalidate this task
>> ERROR: An uncaught exception occured in runqueue, please see the failure
>> below:
>> ERROR: Running idle function
>> Traceback (most recent call last):
>>   File
>> "/projects/nousi123-linux/nousilal/nn2/poky/bitbake/lib/bb/runqueue.py",
>> line 1094, in RunQueue.execute_runqueue():
>>              try:
>>     >            return self._execute_runqueue()
>>              except bb.runqueue.TaskFailure:
>>   File
>> "/projects/nousi123-linux/nousilal/nn2/poky/bitbake/lib/bb/runqueue.py",
>> line 1029, in RunQueue._execute_runqueue():
>>                  self.rqexe = RunQueueExecuteDummy(self)
>>     >            if self.rqdata.prepare() == 0:
>>                      self.state = runQueueComplete
>>   File
>> "/projects/nousi123-linux/nousilal/nn2/poky/bitbake/lib/bb/runqueue.py",
>> line 796, in RunQueueData.prepare():
>>                      for st in
>> self.cooker.configuration.invalidate_stamp.split(','):
>>     >                    invalidate_task(fn, "do_%s" % st, True)
>>
>>   File
>> "/projects/nousi123-linux/nousilal/nn2/poky/bitbake/lib/bb/runqueue.py",
>> line 780, in
>> invalidate_task(fn='/projects/nousi123-linux/nousilal/nn2/poky/build/../meta-nousi/common/recipes-kernel/linux/
>> nousi-linux_0.0.0.bb', taskname='do_compile', error_nostamp=True):
>>                      if error_nostamp:
>>     >                    bb.fatal("Task %s is marked nostamp, cannot
>> invalidate this task" % taskname)
>>                      else:
>>   File
>> "/projects/nousi123-linux/nousilal/nn2/poky/bitbake/lib/bb/__init__.py",
>> line 102, in fatal:
>>          logger.critical(''.join(args))
>>     >    raise BBHandledException()
>>
>> BBHandledException
>>
>> On Thu, Jul 21, 2016 at 9:30 AM, Zhenhua Luo <zhenhua.luo@nxp.com> wrote:
>>
>>> Hi Nousilal,
>>>
>>>
>>>
>>> “bitbake -c menuconfig nousi-linux” is used for changing the kernel
>>> configs instead of modifying source code, you can run “bitbake -C compile
>>> -f nousi-linux ” to force rebuild with updated kernel configs.
>>>
>>>
>>>
>>> To modify the source code, you can do it in
>>> tmp/work-shared/<machine>/kernel-source/, then run “bitbake -C compile –f
>>> nousi-linux” to rebuild new kernel image.
>>>
>>>
>>>
>>>
>>>
>>> Best Regards,
>>>
>>>
>>>
>>> Zhenhua
>>>
>>>
>>>
>>> *From:* bitbake-devel-bounces@lists.openembedded.org [mailto:
>>> bitbake-devel-bounces@lists.openembedded.org] *On Behalf Of *nousi
>>> *Sent:* Wednesday, July 20, 2016 2:18 PM
>>> *To:* bitbake-devel@lists.openembedded.org
>>> *Subject:* [bitbake-devel] source modification and re-build
>>>
>>>
>>>
>>> Hi All,
>>>
>>>
>>>
>>> Am new to yocto environment, please let me know the process to change
>>> kernel source using "bitbake nousi-linux -c menuconfig".
>>>
>>>
>>>
>>> I can able to make changes using "bitbake nousi-linux -c menuconfig"
>>> this command but my changes were not included in the new re-built image.
>>>
>>> Am using the development linux source code.
>>>
>>> Any help is appreciated.
>>>
>>>
>>>
>>> --
>>>
>>>
>>> *Thanks & Regards, B.Nousilal,*
>>>
>>
>>
>>
>> --
>>
>>
>> *Thanks & Regards,B.Nousilal,*
>>
>
>
>
> --
>
>
> *Thanks & Regards,B.Nousilal,*
>
> --
> _______________________________________________
> bitbake-devel mailing list
> bitbake-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/bitbake-devel
>
>

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

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

* Re: source modification and re-build
  2016-07-21 11:26       ` Jussi Kukkonen
@ 2016-07-27  6:13         ` nousi
  0 siblings, 0 replies; 7+ messages in thread
From: nousi @ 2016-07-27  6:13 UTC (permalink / raw)
  To: Jussi Kukkonen; +Cc: bitbake-devel

Hi,

kernel image name is "uImage-nousi-linux.img" in
"poky/build/tmp/deploy/images/nousi12k/" directory when I use "bitbake
nousi-dev-image", it will create all the images including rootfs,
u-boot, dtb and takes lot of time to build.

I would like to build only kernel image "uImage-nousi-linux.img".
Please, let me know how can I do it.

Thanks,
Nousi.


On Thu, Jul 21, 2016 at 4:56 PM, Jussi Kukkonen
<jussi.kukkonen@intel.com> wrote:
>
>
> On 21 July 2016 at 13:32, nousi <bnousilal@gmail.com> wrote:
>>
>> please, ignore my previous mail.
>> There was an issue with the option "-C", it should be "-c".
>>
>> I have compiled modified kernel using " bitbake -c compile -f nousi-linux"
>> command but, it seems kernel image does not get update with new
>> configuration at below path.
>>
>> "poky/build/tmp/deploy/images/nousi123k/"
>
>
> You forced a kernel compile only, after that you probably want to
> re-generate the image ("bitbake <image-name>").
>
> Note that this method of modifying kernel configuration is not how you'd do
> it in production: See
> http://www.yoctoproject.org/docs/current/kernel-dev/kernel-dev.html#generating-configuration-files
> for how to create a defconfig or a config fragment and
> http://www.yoctoproject.org/docs/current/kernel-dev/kernel-dev.html#changing-the-configuration
> for configuring your kernel with them.
>
> Jussi
>
>>
>> Please, let me know if I am missing something in the process.
>>
>> On Thu, Jul 21, 2016 at 3:51 PM, nousi <bnousilal@gmail.com> wrote:
>>>
>>> Hi Zhenhua Luo,
>>>
>>> Could not able to compile the kernel after changing the kernel
>>> configuration using "bitbake -c menuconfig nousi-linux" command.
>>> Please, have a look at the console logs below.
>>>
>>> #bitbake -C compile –f nousi-linux
>>> NOTE: Preparing RunQueue
>>> NOTE: Tainting hash to force rebuild of task
>>> /projects/nousi-linux/nousilal/ns2/poky/build/../meta-nousi/common/recipes-kernel/linux/nousi-linux_0.0.0.bb,
>>> do_rm_work_all
>>> ERROR: Task do_compile is marked nostamp, cannot invalidate this task
>>> ERROR: An uncaught exception occured in runqueue, please see the failure
>>> below:
>>> ERROR: Running idle function
>>> Traceback (most recent call last):
>>>   File
>>> "/projects/nousi123-linux/nousilal/nn2/poky/bitbake/lib/bb/runqueue.py",
>>> line 1094, in RunQueue.execute_runqueue():
>>>              try:
>>>     >            return self._execute_runqueue()
>>>              except bb.runqueue.TaskFailure:
>>>   File
>>> "/projects/nousi123-linux/nousilal/nn2/poky/bitbake/lib/bb/runqueue.py",
>>> line 1029, in RunQueue._execute_runqueue():
>>>                  self.rqexe = RunQueueExecuteDummy(self)
>>>     >            if self.rqdata.prepare() == 0:
>>>                      self.state = runQueueComplete
>>>   File
>>> "/projects/nousi123-linux/nousilal/nn2/poky/bitbake/lib/bb/runqueue.py",
>>> line 796, in RunQueueData.prepare():
>>>                      for st in
>>> self.cooker.configuration.invalidate_stamp.split(','):
>>>     >                    invalidate_task(fn, "do_%s" % st, True)
>>>
>>>   File
>>> "/projects/nousi123-linux/nousilal/nn2/poky/bitbake/lib/bb/runqueue.py",
>>> line 780, in
>>> invalidate_task(fn='/projects/nousi123-linux/nousilal/nn2/poky/build/../meta-nousi/common/recipes-kernel/linux/nousi-linux_0.0.0.bb',
>>> taskname='do_compile', error_nostamp=True):
>>>                      if error_nostamp:
>>>     >                    bb.fatal("Task %s is marked nostamp, cannot
>>> invalidate this task" % taskname)
>>>                      else:
>>>   File
>>> "/projects/nousi123-linux/nousilal/nn2/poky/bitbake/lib/bb/__init__.py",
>>> line 102, in fatal:
>>>          logger.critical(''.join(args))
>>>     >    raise BBHandledException()
>>>
>>> BBHandledException
>>>
>>> On Thu, Jul 21, 2016 at 9:30 AM, Zhenhua Luo <zhenhua.luo@nxp.com> wrote:
>>>>
>>>> Hi Nousilal,
>>>>
>>>>
>>>>
>>>> “bitbake -c menuconfig nousi-linux” is used for changing the kernel
>>>> configs instead of modifying source code, you can run “bitbake -C compile -f
>>>> nousi-linux ” to force rebuild with updated kernel configs.
>>>>
>>>>
>>>>
>>>> To modify the source code, you can do it in
>>>> tmp/work-shared/<machine>/kernel-source/, then run “bitbake -C compile –f
>>>> nousi-linux” to rebuild new kernel image.
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> Best Regards,
>>>>
>>>>
>>>>
>>>> Zhenhua
>>>>
>>>>
>>>>
>>>> From: bitbake-devel-bounces@lists.openembedded.org
>>>> [mailto:bitbake-devel-bounces@lists.openembedded.org] On Behalf Of nousi
>>>> Sent: Wednesday, July 20, 2016 2:18 PM
>>>> To: bitbake-devel@lists.openembedded.org
>>>> Subject: [bitbake-devel] source modification and re-build
>>>>
>>>>
>>>>
>>>> Hi All,
>>>>
>>>>
>>>>
>>>> Am new to yocto environment, please let me know the process to change
>>>> kernel source using "bitbake nousi-linux -c menuconfig".
>>>>
>>>>
>>>>
>>>> I can able to make changes using "bitbake nousi-linux -c menuconfig"
>>>> this command but my changes were not included in the new re-built image.
>>>>
>>>> Am using the development linux source code.
>>>>
>>>> Any help is appreciated.
>>>>
>>>>
>>>>
>>>> --
>>>>
>>>> Thanks & Regards,
>>>> B.Nousilal,
>>>
>>>
>>>
>>>
>>> --
>>> Thanks & Regards,
>>> B.Nousilal,
>>>
>>
>>
>>
>> --
>> Thanks & Regards,
>> B.Nousilal,
>>
>>
>> --
>> _______________________________________________
>> bitbake-devel mailing list
>> bitbake-devel@lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/bitbake-devel
>>
>



-- 
Thanks & Regards,
B.Nousilal,


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

end of thread, other threads:[~2016-07-27  6:13 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-20  6:18 source modification and re-build nousi
2016-07-21  4:00 ` Zhenhua Luo
2016-07-21  4:04   ` nousi
2016-07-21 10:21   ` nousi
2016-07-21 10:32     ` nousi
2016-07-21 11:26       ` Jussi Kukkonen
2016-07-27  6:13         ` nousi

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.