mirror of
https://git.yoctoproject.org/poky
synced 2026-02-15 21:23:04 +01:00
* Remove backported patch:
- 0001-Adjust-to-another-change-in-the-user-page-API.patch
- 06d6b560c6e45dc317dae47c74706fa43f4a31d8.patch
- cb186f682679383e8b5806240927903730ce85d9.patch
- kernel-4-10-changes.patch
* Update patch:
- 0001-Disable-installing-header-file-provided-by-another-p.patch
* Update FILES_${PN} since there are files in bindir:
/usr/bin/hmac_comp
/usr/bin/cipher_comp
/usr/bin/async_hmac
/usr/bin/cipher-aead-srtp
/usr/bin/hash_comp
/usr/bin/async_speed
/usr/bin/async_cipher
/usr/bin/sha_speed
/usr/bin/hashcrypt_speed
/usr/bin/hmac
/usr/bin/cipher-gcm
/usr/bin/cipher
/usr/bin/fullspeed
/usr/bin/speed
/usr/bin/cipher-aead
(From OE-Core rev: 27202954ce7abda22f7e81c2d72a80f0fa7006d8)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
25 lines
703 B
Diff
25 lines
703 B
Diff
From 8a884f55bd1527baa82fab68c186ba546273860c Mon Sep 17 00:00:00 2001
|
|
From: Denys Dmytriyenko <denys@ti.com>
|
|
Date: Sun, 6 Apr 2014 19:51:39 -0400
|
|
Subject: [PATCH] Disable installing header file provided by another package
|
|
|
|
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
|
|
|
|
Upstream-Status: Inappropriate [ OE specific ]
|
|
---
|
|
Makefile | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
diff --git a/Makefile b/Makefile
|
|
index 5a080e0..bf02396 100644
|
|
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -33,7 +33,6 @@ install: modules_install
|
|
|
|
modules_install:
|
|
$(MAKE) $(KERNEL_MAKE_OPTS) modules_install
|
|
- install -m 644 -D crypto/cryptodev.h $(DESTDIR)/$(includedir)/crypto/cryptodev.h
|
|
|
|
clean:
|
|
$(MAKE) $(KERNEL_MAKE_OPTS) clean
|