Skip to content

Commit

Permalink
zero: meta-csp: Add glibc-utils for install getent
Browse files Browse the repository at this point in the history
When executing `mcumgr` using shell commands, the following error
occurs.

  Error: exec: "getent": executable file not found in $PATH

However, this error does not appear when logging directly into Zero
via SSH. The reason for this behavior is not yet understood, but to
expedite testing, we will add the `glibc-utils` package to install
`getent`.

Signed-off-by: Takuya Sasaki <takuya.sasaki@spacecubics.com>
  • Loading branch information
sasataku committed Nov 20, 2024
1 parent 7467c05 commit 4b2fbe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zero/meta-csp/conf/layer.conf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ BBFILE_PRIORITY_csp = "6"
LAYERDEPENDS_csp = "libcsp"
LAYERSERIES_COMPAT_csp = "kirkstone"

IMAGE_INSTALL:append = " csp-handler cspd csp-server-client"
IMAGE_INSTALL:append = " csp-handler cspd csp-server-client glibc-utils"

ENABLE_UART = "1"
ENABLE_I2C = "1"

0 comments on commit 4b2fbe4

Please sign in to comment.