blob: 1f30887627d433cc01356785a786ab2354818629 (
plain)
1
2
3
4
5
6
7
8
9
10
|
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
# Backport from sysvinit 3.00. Remove bbappend when updating the main recipe to
# 3.00 or newer.
PR = "r0"
SRC_URI_append = " \
file://bootlogd-support-more-console-names.patch \
"
|