Skip to content

Commit

Permalink
Merge pull request #45 from rdkcentral/develop
Browse files Browse the repository at this point in the history
develop to main
  • Loading branch information
arun-madhavan-013 authored Jul 16, 2024
2 parents df92296 + bcf6ac0 commit b0915f0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion conf/include/vendor_pkg_versions.inc
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ PV_pn-mfrlibs-hal-raspberrypi4 = "1.0.0"
PR_pn-mfrlibs-hal-raspberrypi4 = "r0"
PACKAGE_ARCH_pn-mfrlibs-hal-raspberrypi4 = "${VENDOR_LAYER_EXTENSION}"

SRCREV_pn-sysint-soc = "1.0.0"
SRCREV_pn-sysint-soc = "1.0.1"
PV_pn-sysint-soc = "1.0.0"
PR_pn-sysint-soc = "r0"
PACKAGE_ARCH_pn-sysint-soc = "${VENDOR_LAYER_EXTENSION}"
14 changes: 10 additions & 4 deletions recipes-soc/sysint-soc/sysint-soc.bb
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,26 @@ LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=b1e01b26bacfc2232046c90a330332b3"

SRC_URI = "${CMF_GITHUB_ROOT}/rdkvhal-sysint-raspberrypi4;${CMF_GIT_SRC_URI_SUFFIX}"

S = "${WORKDIR}/git"

do_compile[noexec] = "1"

do_install() {
# RDKE-115: Dropbear drop-in conf for RPi
install -d ${D}${systemd_unitdir}/system
# RDKE-122: WPEFramework drop-in
install -D -m 0644 ${S}/systemd_units/00-wpeframework-vendor.conf ${D}${systemd_unitdir}/system/wpeframework.service.d/00-wpeframework-vendor.conf

# RDKE-115: Dropbear drop-in conf for RPi
install -D -m 0644 ${S}/systemd_units/00-dropbear-vendor.conf ${D}${systemd_unitdir}/system/dropbear.service.d/00-dropbear.conf

# Dropbear SSH banner
install -d ${D}${sysconfdir}
install -m 0644 ${S}/dropbear/sshbanner.txt ${D}${sysconfdir}

# Provide the OEM/SoC device.properties
install -m 0644 ${S}/etc/device-vendor.properties ${D}${sysconfdir}
}
FILES_${PN} += "${systemd_unitdir}/system/dropbear.service.d/00-dropbear.conf"

FILES_${PN} += "${systemd_unitdir}/system/*"
FILES_${PN} += "${sysconfdir}/*"

0 comments on commit b0915f0

Please sign in to comment.