All of lore.kernel.org
 help / color / mirror / Atom feed
* KBUILD_IMAGE-reg
@ 2019-11-14  6:02 Vijai Kumar K
  2019-11-15  2:24 ` KBUILD_IMAGE-reg Masahiro Yamada
  0 siblings, 1 reply; 3+ messages in thread
From: Vijai Kumar K @ 2019-11-14  6:02 UTC (permalink / raw)
  To: yamada.masahiro, linux-kbuild, michal.lkml

Hi All,

I see that we have moved from directly using KBUILD_IMAGE to "make image_name"
to decide the image to be included in the final deb package. Long ago when
I remember we could override KBUILD_IMAGE in the environment to include
the image of our choice in the deb pkg.

Is this possible now by any other means? Because there are times when I
would like to include vmlinux instead of vmlinuz and just wondering how
one could go about accomplishing that.

Thanks,
Vijai Kumar K

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

* Re: KBUILD_IMAGE-reg
  2019-11-14  6:02 KBUILD_IMAGE-reg Vijai Kumar K
@ 2019-11-15  2:24 ` Masahiro Yamada
  2019-11-19  6:25   ` KBUILD_IMAGE-reg vijai kumar
  0 siblings, 1 reply; 3+ messages in thread
From: Masahiro Yamada @ 2019-11-15  2:24 UTC (permalink / raw)
  To: Vijai Kumar K; +Cc: Linux Kbuild mailing list, Michal Marek

On Thu, Nov 14, 2019 at 3:02 PM Vijai Kumar K
<vijaikumar.kanagarajan@gmail.com> wrote:
>
> Hi All,
>
> I see that we have moved from directly using KBUILD_IMAGE to "make image_name"
> to decide the image to be included in the final deb package. Long ago when
> I remember we could override KBUILD_IMAGE in the environment to include
> the image of our choice in the deb pkg.

I checked the old code, but I think it is unrelated to
the image_name conversion.

As far as I saw the code, it is not possible to
override it from the environment variable,
but possible from the command line.

>
> Is this possible now by any other means? Because there are times when I
> would like to include vmlinux instead of vmlinuz and just wondering how
> one could go about accomplishing that.


make bindeb-pkg KBUILD_IMAGE=vmlinux

might work?



-- 
Best Regards
Masahiro Yamada

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

* Re: KBUILD_IMAGE-reg
  2019-11-15  2:24 ` KBUILD_IMAGE-reg Masahiro Yamada
@ 2019-11-19  6:25   ` vijai kumar
  0 siblings, 0 replies; 3+ messages in thread
From: vijai kumar @ 2019-11-19  6:25 UTC (permalink / raw)
  To: Masahiro Yamada; +Cc: Linux Kbuild mailing list, Michal Marek

On Fri, Nov 15, 2019 at 7:55 AM Masahiro Yamada
<yamada.masahiro@socionext.com> wrote:
>
> On Thu, Nov 14, 2019 at 3:02 PM Vijai Kumar K
> <vijaikumar.kanagarajan@gmail.com> wrote:
> >
> > Hi All,
> >
> > I see that we have moved from directly using KBUILD_IMAGE to "make image_name"
> > to decide the image to be included in the final deb package. Long ago when
> > I remember we could override KBUILD_IMAGE in the environment to include
> > the image of our choice in the deb pkg.
>
> I checked the old code, but I think it is unrelated to
> the image_name conversion.
>
> As far as I saw the code, it is not possible to
> override it from the environment variable,
> but possible from the command line.

I don't remember exactly but yeah something like that.

>
> >
> > Is this possible now by any other means? Because there are times when I
> > would like to include vmlinux instead of vmlinuz and just wondering how
> > one could go about accomplishing that.
>
>
> make bindeb-pkg KBUILD_IMAGE=vmlinux
>
> might work?
>

Let me give it a try.

Thanks,
Vijai Kumar K

>
>
> --
> Best Regards
> Masahiro Yamada

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

end of thread, other threads:[~2019-11-19  6:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-14  6:02 KBUILD_IMAGE-reg Vijai Kumar K
2019-11-15  2:24 ` KBUILD_IMAGE-reg Masahiro Yamada
2019-11-19  6:25   ` KBUILD_IMAGE-reg vijai kumar

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.