xref: /OK3568_Linux_fs/yocto/meta-rockchip/recipes-core/sysvinit/sysvinit_%.bbappend (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1# Copyright (C) 2019, Fuzhou Rockchip Electronics Co., Ltd
2# Released under the MIT license (see COPYING.MIT for the terms)
3
4FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:"
5
6SRC_URI:append = " \
7	file://0001-Support-rebooting-with-arg.patch \
8"
9
10# Ignore fuzzy for sysvinit >= 3.04
11ERROR_QA:remove = "patch-fuzz"
12