meta-initramfs: import klibc recipe and bbclass from meta-oe

Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Andrea Adami
2012-02-21 00:21:53 +00:00
committed by Koen Kooi
parent 59c8231315
commit 25c2e973e0
16 changed files with 0 additions and 0 deletions
@@ -0,0 +1,17 @@
PR = "${INC_PR}.0"
KLIBC_UTILS_VARIANT = "static"
KLIBC_UTILS_PKGNAME = "klibc-static-utils"
FILESPATH =. "${FILE_DIRNAME}/klibc-${PV}:"
do_install() {
:
}
PACKAGES_${PN} = "${PN}"
FILES_${PN} = ""
require klibc-utils.inc
require klibc.inc
require klibc-checksums_${PV}.inc