This repository has been archived by the owner on Jun 14, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathREADME
66 lines (46 loc) · 1.83 KB
/
README
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
DICLAIMER:
Do not use this layer on any network you do not own or have
permission to use.
This layer contains many penetration tests that should only be used against your own systems and software.
By using this layer and programs, you are taking responsibilty for any and all damage and chaos you will inflict on systems, networks or software you do not have permission to attack, probe or scan.
=====================
This README file contains information on the contents of the
kali layer.
Please see the corresponding sections below for details.
Dependencies
============
This layer depends on:
URI: git://git.yoctoproject.org/poky
branch: master
URI: git://git.openembedded.org/openembedded-core
branch: master
Layer: meta-oe
meta-perl
meta-python
meta-networking
meta-webserver
With graphics:
meta-gnome
meta-multimedie
meta-xfce
URI: git://git.yoctoproject.org/meta-security
branch: master
Building the meta-kali layer
===========================
Add to bblayer.conf
BBLAYERS += "##OEROOT##/meta-openembedded/meta-oe "
BBLAYERS += "##OEROOT##/meta-openembedded/meta-python "
BBLAYERS += "##OEROOT##/meta-openembedded/meta-networking "
BBLAYERS += "##OEROOT##/meta-openembedded/meta-webserver "
BBLAYERS += "##OEROOT##/meta-openembedded/meta-perl "
BBLAYERS += "##OEROOT##/meta-security "
BBLAYERS += "##OEROOT##/meta-kali "
BBLAYERS += "##OEROOT##/meta-openembedded/meta-multimedia "
BBLAYERS += "##OEROOT##/meta-openembedded/meta-gnome "
BBLAYERS += "##OEROOT##/meta-openembedded/meta-xfce "
DISTRO_FEATURE = "x11" controls the addition of graphic Kali packages
Patches
=======
When sending single patches, please using something like:
'git send-email -1 -M --to [email protected] --subject-prefix=meta-kali][PATCH'
Maintainer: Armin Kuster <[email protected]>