| Message ID | 20260105221926.2503358-1-afd@ti.com |
|---|---|
| State | New |
| Headers | show |
| Series | [meta-arago,master,1/2] shadow-securetty: Remove unneeded recipe | expand |
meta-arago / na / 20260105221926.2503358-1-afd PRC Results: FAIL ========================================================= check-yocto-patches: PASS ========================================================= Patches ---------------------------------------- All patches passed ========================================================= apply-yocto-patch: PASS ========================================================= master ===================== Summary: - Patch Series: [meta-arago][master][PATCH 1/2] shadow-securetty: Remove unneeded recipe - Submitter: From: Andrew Davis <afd@ti.com> - Date: Date: Mon, 5 Jan 2026 16:19:25 -0600 - Num Patches: 2 - Mailing List (public inbox) Commit SHA: ae7cca927d79ef506ad4b042e2643536649b9873 Applied to: - Repository: lcpd-prc-meta-arago - Base Branch: master-wip - Commit Author: Ryan Eatmon <reatmon@ti.com> - Commit Subject: libdrm: Remove upstreamed patch - Commit SHA: 8c190b1e4f6a53ea641ba9d6150ef873f561c706 Patches ---------------------------------------- All patches applied ========================================================= check-yocto-repo: FAIL ========================================================= master ===================== FAIL
diff --git a/meta-arago-distro/recipes-extended/shadow/shadow-securetty-arago.inc b/meta-arago-distro/recipes-extended/shadow/shadow-securetty-arago.inc deleted file mode 100644 index 62999d2a..00000000 --- a/meta-arago-distro/recipes-extended/shadow/shadow-securetty-arago.inc +++ /dev/null @@ -1,15 +0,0 @@ -PR:append = ".arago0" - -do_install:append () { - # Allow telnet sessions to login as root - securetty_file=${D}${sysconfdir}/securetty - - echo '' >> $securetty_file - echo '# Allow 5 telnet login' >> $securetty_file - echo 'pts/0' >> $securetty_file - echo 'pts/1' >> $securetty_file - echo 'pts/2' >> $securetty_file - echo 'pts/3' >> $securetty_file - echo 'pts/4' >> $securetty_file - -} diff --git a/meta-arago-distro/recipes-extended/shadow/shadow-securetty_%.bbappend b/meta-arago-distro/recipes-extended/shadow/shadow-securetty_%.bbappend deleted file mode 100644 index eea8f292..00000000 --- a/meta-arago-distro/recipes-extended/shadow/shadow-securetty_%.bbappend +++ /dev/null @@ -1,4 +0,0 @@ -SHADOW_SECURETTY_ARAGO = "" -SHADOW_SECURETTY_ARAGO:arago = "shadow-securetty-arago.inc" - -require ${SHADOW_SECURETTY_ARAGO}
The first 4 entries are already in the default securetty file provided by oe-core, and we don't need all 5 anyway. Remove this recipe. Signed-off-by: Andrew Davis <afd@ti.com> --- .../shadow/shadow-securetty-arago.inc | 15 --------------- .../shadow/shadow-securetty_%.bbappend | 4 ---- 2 files changed, 19 deletions(-) delete mode 100644 meta-arago-distro/recipes-extended/shadow/shadow-securetty-arago.inc delete mode 100644 meta-arago-distro/recipes-extended/shadow/shadow-securetty_%.bbappend