All of lore.kernel.org
 help / color / mirror / Atom feed
From: Trevor Woerner <twoerner@gmail.com>
To: "yocto@yoctoproject.org" <yocto@yoctoproject.org>
Subject: Re: include all kernel modules in image
Date: Mon, 27 Jul 2015 12:14:18 -0400	[thread overview]
Message-ID: <55B658DA.6020408@gmail.com> (raw)
In-Reply-To: <55B5213D.9040604@gmail.com>

Hey Nicolas,

Thanks for taking a poke at this and for verifying it should otherwise
work ;-)

It turns out it was a version issue (as I suspected), the "-rc1" should
have been in a variable named "LINUX_VERSION_EXTENSION" leaving the rest
in "LINUX_VERSION" as before:

    SRC_URI =
"git://github.com/TeeFirefly/linux-rockchip.git;branch=firefly;rev=cbbae6741c60c9e09f87521e3a79810abd6a2fda"
    LINUX_VERSION ?= "4.0.0"
    LINUX_VERSION_EXTENSION = "-rc1"

Best regards,
    Trevor


      parent reply	other threads:[~2015-07-27 16:14 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-26 18:04 include all kernel modules in image Trevor Woerner
2015-07-27  8:50 ` Nicolas Dechesne
2015-07-27 11:03   ` Trevor Woerner
2015-07-27 12:04     ` Nicolas Dechesne
2015-07-27 12:17       ` Trevor Woerner
2015-07-27 16:17         ` Trevor Woerner
2015-07-27 12:26       ` Trevor Woerner
2015-07-27 16:14 ` Trevor Woerner [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=55B658DA.6020408@gmail.com \
    --to=twoerner@gmail.com \
    --cc=yocto@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.