From: Bruce Ashfield <bruce.ashfield@windriver.com>
To: Khem Raj <raj.khem@gmail.com>
Cc: Patches and discussions about the oe-core layer
<openembedded-core@lists.openembedded.org>,
Saul Wold <saul.wold@intel.com>
Subject: Re: [PATCH 8/8] linux-yocto-dev: update to v4.15+
Date: Mon, 4 Dec 2017 12:24:59 -0500 [thread overview]
Message-ID: <ad367df7-795c-20c9-eef3-436f12038f97@windriver.com> (raw)
In-Reply-To: <CAMKF1soUD8m1vOyzVwiygp3ib4jCyy7dfdqxde2Y-LG_CXqOTA@mail.gmail.com>
On 2017-12-04 11:38 AM, Khem Raj wrote:
> On Mon, Dec 4, 2017 at 7:39 AM, Bruce Ashfield
> <bruce.ashfield@windriver.com> wrote:
>> Outside of the normal patch refreshes and boot issues, there are new
>> build time tools within the kernel that required the following
>> dependencies:
>>
>> For ORC_UNWINDER support in x86-64:
>>
>> DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native elfutils', '', d)}"
>
> do we need both target and host elfutils
Yup. There were references to both. Some had to run for hostcc
and others in the target arch.
Bruce
>
>>
>> And for certificate processing during the build, we need ssl headers
>> and hexdump:
>>
>> DEPENDS += "openssl-native util-linux-native"
>>
>> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
>> ---
>> meta/recipes-kernel/linux/linux-yocto-dev.bb | 5 ++++-
>> 1 file changed, 4 insertions(+), 1 deletion(-)
>>
>> diff --git a/meta/recipes-kernel/linux/linux-yocto-dev.bb b/meta/recipes-kernel/linux/linux-yocto-dev.bb
>> index 6876ab707153..69787adb2dec 100644
>> --- a/meta/recipes-kernel/linux/linux-yocto-dev.bb
>> +++ b/meta/recipes-kernel/linux/linux-yocto-dev.bb
>> @@ -28,10 +28,13 @@ SRC_URI = "git://git.yoctoproject.org/linux-yocto-dev.git;branch=${KBRANCH};name
>> SRCREV_machine ?= '${@oe.utils.conditional("PREFERRED_PROVIDER_virtual/kernel", "linux-yocto-dev", "${AUTOREV}", "29594404d7fe73cd80eaa4ee8c43dcc53970c60e", d)}'
>> SRCREV_meta ?= '${@oe.utils.conditional("PREFERRED_PROVIDER_virtual/kernel", "linux-yocto-dev", "${AUTOREV}", "29594404d7fe73cd80eaa4ee8c43dcc53970c60e", d)}'
>>
>> -LINUX_VERSION ?= "4.14-rc+"
>> +LINUX_VERSION ?= "4.15-rc+"
>> LINUX_VERSION_EXTENSION ?= "-yoctodev-${LINUX_KERNEL_TYPE}"
>> PV = "${LINUX_VERSION}+git${SRCPV}"
>>
>> +DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native elfutils', '', d)}"
>> +DEPENDS += "openssl-native util-linux-native"
>> +
>> COMPATIBLE_MACHINE = "(qemuarm|qemux86|qemuppc|qemumips|qemumips64|qemux86-64)"
>>
>> KERNEL_DEVICETREE_qemuarm = "versatile-pb.dtb"
>> --
>> 2.5.0
>>
>> --
>> _______________________________________________
>> Openembedded-core mailing list
>> Openembedded-core@lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-core
next prev parent reply other threads:[~2017-12-04 17:25 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-12-04 15:39 [PATCH 0/8] kernel-yocto: consolidated pull request Bruce Ashfield
2017-12-04 15:39 ` [PATCH 1/8] linux-yocto/4.9: update to v4.9.61 Bruce Ashfield
2017-12-04 15:39 ` [PATCH 2/8] linux-yocto/4.12: iwlwifi calltrace fixes and configuration warning cleanups Bruce Ashfield
2017-12-04 15:39 ` [PATCH 3/8] linux-yocto/4.9: update to v4.9.65 Bruce Ashfield
2017-12-04 15:39 ` [PATCH 4/8] linux-yocto/4.12: update to v4.12.16 Bruce Ashfield
2017-12-05 16:26 ` akuster808
2017-12-05 19:17 ` Bruce Ashfield
2017-12-04 15:39 ` [PATCH 5/8] kernel-yocto: ensure sccs variable is set when using KBUILD_DEFCONFIG Bruce Ashfield
2017-12-04 15:39 ` [PATCH 6/8] kernel-yocto: Stop the build if defconfig is missing Bruce Ashfield
2017-12-04 15:39 ` [PATCH 7/8] kernel-yocto: ensure that only a single defconfig is processed Bruce Ashfield
2017-12-04 15:39 ` [PATCH 8/8] linux-yocto-dev: update to v4.15+ Bruce Ashfield
2017-12-04 16:38 ` Khem Raj
2017-12-04 17:24 ` Bruce Ashfield [this message]
2017-12-04 17:39 ` Richard Purdie
2017-12-04 17:43 ` Bruce Ashfield
2017-12-06 16:28 ` Burton, Ross
2017-12-07 10:30 ` Bruce Ashfield
2017-12-07 15:36 ` Wold, Saul
2017-12-04 17:46 ` Bruce Ashfield
2017-12-10 12:32 ` [PATCH 0/8] kernel-yocto: consolidated pull request Richard Purdie
2017-12-10 15:16 ` Bruce Ashfield
2017-12-10 17:40 ` Bruce Ashfield
2017-12-10 17:44 ` 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=ad367df7-795c-20c9-eef3-436f12038f97@windriver.com \
--to=bruce.ashfield@windriver.com \
--cc=openembedded-core@lists.openembedded.org \
--cc=raj.khem@gmail.com \
--cc=saul.wold@intel.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox