Hello,
I am trying to compile a custom kernel from vendor for an arm processor.
Linux version is 2.6.20.
However at the moment the build breaks at:
make[3]: *** No rule to make target 'arch/arm/kernel/vmlinux.lds', needed
by '__build'. Stop.
However in the main Makefile in the kernel-source fol
Hi Alistair,
I have checked that all the included layers belong to the same branch
(master branch in this case). Anyway, the compiling error is still there.
If you don't know what's happening, can you please put me on contact with
someone that knows more about it?
In the other hand, what do you m
Hi,
@Gary
I guess the sstate-cache info alone is not sufficient to use 'bitbake diffsigs'?
Usage:
bitbake-diffsigs -t recipename taskname
bitbake-diffsigs sigdatafile1 sigdatafile2
bitbake-diffsigs sigdatafile1
Compares siginfo/sigdata files written out by BitBake
Options:
-h, --help
Your poky is not at master, your oe-core is at an older version where the
smart package manager was used. It has been replaced with dnf. You are
missing this commit:
http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=d4efcded26706f50f8ca98d76df2b349ed1f1792
On Tue, May 23, 2017 at 2:39 AM P
On 05/23/2017 03:16 AM, Russell Peterson wrote:
Of course, I decided to go for the gold and attempt to get this
recipe to handle a binary .tgz file that contains itself multiple rpm
files (one is binary, the other is a source rpm for the kernel
modules). I added a do_unpack_extra function to do
On Mon, May 22, 2017 at 10:30 PM, wrote:
> +install -d ${D}${systemd_system_unitdir}
> +install -m 0644 ${WORKDIR}/ecryptfs.service
> ${D}${systemd_system_unitdir}
you could squash above into install -D -m 0644
${WORKDIR}/ecryptfs.service
${D}${systemd_system_unitdir}/ecryptfs.s
Hi Bahjat,
>do_install() {
>
>install -d /test/
>install -m 0777 bye.sh /test/
>}
Assuming you actually want to create "test" in the root-dir of your *image*,
rather than in the root-dir of your host,
I think you'll find that "$(D}" is your friend, as in ...
install -d ${D}/test
etc.
Hi all>
I build raspberry pi3-64 image on my PC, but this image
is not able to boot on my raspberrypi3.
So, I try to build raspberry pi3(aarch32) image, and this image is
able to boot on my raspberrypi3.
Next try, I will try build linux-kernel only with normal make, and install
over aarch32 i
On Thu, May 18, 2017 at 4:43 AM, mau hideyuki wrote:
> Hi all>
> I build raspberry pi3-64 image on my PC, but this image
> is not able to boot on my raspberrypi3.
>
when you say boot, are you talking about graphical boot ?
I could not get it to boot into graphical target. but console/ssh worked
Current Dev Position: Planning for YP 2.4
Next Deadline: YP 2.4 M1 Cut off is June 12, 2017
SWAT team rotation: Leo -> Juro, on May 19, 2017.
SWAT team rotation: Juro -> Anibal on May 26, 2017.
https://wiki.yoctoproject.org/wiki/Yocto_Build_Failure_Swat_Team
Key Status/Updates:
·Ran
Due to a silly typo we use incorrect open flags.
Signed-off-by: Juro Bystricky
---
ports/darwin/guts/open.c | 2 +-
ports/linux/guts/openat.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/ports/darwin/guts/open.c b/ports/darwin/guts/open.c
index f34b0d3..307bcc9 100644
> -Original Message-
> From: Khem Raj [mailto:raj.k...@gmail.com]
> Sent: Tuesday, May 23, 2017 22:53
> To: Huang, Jie (Jackie)
> Cc: yocto@yoctoproject.org
> Subject: Re: [yocto] [meta-security][PATCH 2/2 v2] ecryptfs-utils: add new
> recipe
>
> On Mon, May 22, 2017 at 10:30 PM, wrote
From: Jackie Huang
v3 comments:
squash two install commands into one.
v2 comments:
- add systemd support
- add PACKAGECONFIG for pam to fix the warning
--
The following changes since commit 43ae8fc27eb411e91285eb374f05682ca8bee055:
packagegroup-security-tpm-i2c: fix syntax (2017-05-19 07:37:
From: Jackie Huang
keyutils is utilities to control the kernel key
management facility and to provide a mechanism by
which the kernel call back to userspace to get a
key instantiated.
It's required by ecryptfs-utils.
Signed-off-by: Jackie Huang
---
...ix-error-report-by-adding-default-message
From: Jackie Huang
eCryptfs is a stacked cryptographic filesystem that ships
in Linux kernel versions 2.6.19 and above. This package
provides the mount helper and supporting libraries to
perform key management and mount functions.
Signed-off-by: Jackie Huang
---
.../ecryptfs-utils/ecryptfs-uti
Adding the v3 in the subject.
> -Original Message-
> From: yocto-boun...@yoctoproject.org [mailto:yocto-
> boun...@yoctoproject.org] On Behalf Of jackie.hu...@windriver.com
> Sent: Wednesday, May 24, 2017 10:23
> To: yocto@yoctoproject.org
> Subject: [yocto] [meta-security][PATCH 2/2] ecry
16 matches
Mail list logo