Skip to content
Snippets Groups Projects
Commit b027046e authored by Davide Gardenal's avatar Davide Gardenal
Browse files

oniro-modprobe: Minor update on modprobe recipe


Better formatting of the recipe

Signed-off-by: Davide Gardenal's avatarDavide Gardenal <davide.gardenal@huawei.com>
parent dc6803e6
No related branches found
No related tags found
No related merge requests found
...@@ -4,22 +4,19 @@ ...@@ -4,22 +4,19 @@
SUMMARY = "Oniro project specific modprobe settings" SUMMARY = "Oniro project specific modprobe settings"
SECTION = "base" SECTION = "base"
DESCTIPTION = "This recipes provides a set of Oniro Project specific settings for managing kernel module" DESCRIPTION = "This recipes provides a set of Oniro Project specific settings \
for managing kernel module"
LICENSE = "Apache-2.0" LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
SRC_URI = " \ SRC_URI = "file://oniro-kernel-mod.conf"
file://oniro-kernel-mod.conf \
"
inherit allarch inherit allarch
do_configure[noexec] = "1" do_configure[noexec] = "1"
do_compile[noexec] = "1" do_compile[noexec] = "1"
do_install() { do_install() {
install -d "${D}/${sysconfdir}/modprobe.d" install -D -m 0644 "${WORKDIR}/oniro-kernel-mod.conf" "${D}${sysconfdir}/modprobe.d/oniro-kernel-mod.conf"
install -m 0644 "${WORKDIR}/oniro-kernel-mod.conf" "${D}${sysconfdir}/modprobe.d/"
} }
FILES:${PN} += "${sysconfdir}/modeprobe.d/oniro-kernel-mod.conf" FILES:${PN} += "${sysconfdir}/modeprobe.d/oniro-kernel-mod.conf"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment