aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/eclipse/html/poky-ref-manual/ref-classes-useradd.html
blob: cc78211aab7a4a46d6dd7f7eed6dffd75d2d9e3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>7.19.�Adding Users - useradd.bbclass</title>
<link rel="stylesheet" type="text/css" href="../book.css">
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
<link rel="home" href="index.html" title="The Yocto Project Reference Manual">
<link rel="up" href="ref-classes.html" title="Chapter�7.�Classes">
<link rel="prev" href="ref-classes-siteinfo.html" title="7.18.�Autotools configuration data cache - siteinfo.bbclass">
<link rel="next" href="ref-classes-externalsrc.html" title="7.20.�Using External Source - externalsrc.bbclass">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="section" title="7.19.�Adding Users - useradd.bbclass">
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
<a name="ref-classes-useradd"></a>7.19.�Adding Users - <code class="filename">useradd.bbclass</code>
</h2></div></div></div>
<p>
        If you have packages that install files that are owned by custom users or groups, 
        you can use this class to specify those packages and associate the users and groups
        with those packages.
        The <code class="filename">meta-skeleton/recipes-skeleton/useradd/useradd-example.bb</code> 
        recipe in the <a class="link" href="../dev-manual/source-directory.html" target="_self">Source Directory</a>
        provides a simple exmample that shows how to add three 
        users and groups to two packages.
        See the <code class="filename">useradd-example.bb</code> for more information on how to 
        use this class.
    </p>
</div></body>
</html>