From: "Dr. Markus Eich" <markus.eich@dfki.de>
To: yocto@yoctoproject.org
Subject: How to select defconfig for kernel build with yocto/bitbake
Date: Wed, 09 Jul 2014 11:38:44 +0200 [thread overview]
Message-ID: <53BD0DA4.50108@dfki.de> (raw)
Dear all,
I work on the process to compile odroid xu kernel with yocto/bitbake
In the kernel sources (from hardkernel) I have the corresponding
defconfig file, i.e. in the git folder
/arch/arm/configs/odroidxu_ubuntu_defconfig.
How can I tell bitbake in my recipe to use "odroidxu_ubuntu_defconfig"?
My recipe looks as follow:
===
require recipes-kernel/linux/linux-yocto.inc
KERNEL_IMAGETYPE = "uImage"
COMPATIBLE_MACHINE = "odroid-xu"
LINUX_VERSION = "3.4.91"
LINUX_VERSION_EXTENSION = "-custom"
FILESEXTRAPATHS_prepend := "${THISDIR}/linux-hardkernel-3.4:"
S = "${WORKDIR}/git"
# from where to fetch the kernel
KERNEL_REPO_OWNER ??= "hardkernel"
KERNEL_REPO_URI ??= "git://github.com/${KERNEL_REPO_OWNER}/linux.git"
KBRANCH = "odroidxu-3.4.y"
SRCREV = "${AUTOREV}"
KV = "3.4.91"
PV = "${KV}+gitr${SRCPV}"
LOCALVERSION ?= ""
SRC_URI = " \
${KERNEL_REPO_URI};nocheckout=1;branch=${KBRANCH} \
"
PACKAGES =+ "kernel-headers"
FILES_kernel-headers = "${exec_prefix}/src/linux*"
===
Cheers,
Markus
--
Dr.-Ing. Markus Eich
Senior Researcher
Marine Inspection Robotics
Space Robotics
Besuchsadresse der Nebengeschäftstelle:
DFKI GmbH
Robotics Innovation Center
Robert-Hooke-Straße 5
28359 Bremen, Germany
Postadresse der Hauptgeschäftsstelle Standort Bremen:
DFKI GmbH
Robotics Innovation Center
Robert-Hooke-Straße 1
28359 Bremen, Germany
Tel.: +49 421 178 45-4105
Zentrale: +49 421 178 45-0
Fax: +49 421 178 45-4150 (Faxe bitte namentlich kennzeichnen)
E-Mail: markus.eich@dfki.de
Weitere Informationen: http://www.dfki.de/robotik
-----------------------------------------------------------------------
Deutsches Forschungszentrum fuer Kuenstliche Intelligenz GmbH
Firmensitz: Trippstadter Straße 122, D-67663 Kaiserslautern
Geschaeftsfuehrung: Prof. Dr. Dr. h.c. mult. Wolfgang Wahlster
(Vorsitzender) Dr. Walter Olthoff
Vorsitzender des Aufsichtsrats: Prof. Dr. h.c. Hans A. Aukes
Amtsgericht Kaiserslautern, HRB 2313
Sitz der Gesellschaft: Kaiserslautern (HRB 2313)
USt-Id.Nr.: DE 148646973
Steuernummer: 19/673/0060/3
-----------------------------------------------------------------------
next reply other threads:[~2014-07-09 9:38 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-09 9:38 Dr. Markus Eich [this message]
2014-07-09 11:33 ` How to select defconfig for kernel build with yocto/bitbake Sathish Kumar Balasubramaniam -ERS, HCL Tech
2014-07-09 12:09 ` Dr. Markus Eich
2014-07-09 12:23 ` Sathish Kumar Balasubramaniam -ERS, HCL Tech
2014-07-09 12:29 ` Sathish Kumar Balasubramaniam -ERS, HCL Tech
2014-07-09 12:41 ` Dr. Markus Eich
2014-07-09 12:44 ` Bruce Ashfield
2014-07-10 11:11 ` Dr. Markus Eich
2014-07-10 15:46 ` Bruce Ashfield
2014-07-11 8:55 ` Dr. Markus Eich
2014-07-11 14:29 ` Bruce Ashfield
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=53BD0DA4.50108@dfki.de \
--to=markus.eich@dfki.de \
--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.