-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.xml
More file actions
49 lines (49 loc) · 4.84 KB
/
index.xml
File metadata and controls
49 lines (49 loc) · 4.84 KB
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
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
<title>Windeqk's blog</title>
<link>https://windeqk.github.io/</link>
<description>Recent content on Windeqk's blog</description>
<generator>Hugo -- 0.147.9</generator>
<language>en</language>
<lastBuildDate>Wed, 09 Nov 2022 13:11:23 +0100</lastBuildDate>
<atom:link href="https://windeqk.github.io/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Building tequilaOS</title>
<link>https://windeqk.github.io/posts/building-tequilaos/</link>
<pubDate>Wed, 09 Nov 2022 13:11:23 +0100</pubDate>
<guid>https://windeqk.github.io/posts/building-tequilaos/</guid>
<description><h1 id="today-i-will-show-you-how-to-build-tequilaos-">Today I will show you how to build tequilaOS 🆒</h1>
<h2 id="first">First</h2>
<h3 id="initializing-the-tequilaos-repo-and-downloading-the-manifest">Initializing the tequilaOS repo and downloading the manifest</h3>
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-bash" data-lang="bash"><span style="display:flex;"><span>repo init -u https://github.com/tequilaOS/platform_manifest.git -b tortilla
</span></span></code></pre></div><p>If you want to initialize source as a shallow clone (means including only latest commit in every repository), add <code>--depth=1</code> flag to the above command.</p>
<blockquote>
<p>This will save a lot of space</p></blockquote>
<h3 id="sync-code-aka-download">Sync code aka download</h3>
<h4 id="meh-way"><code>meh way</code></h4>
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-bash" data-lang="bash"><span style="display:flex;"><span>repo sync
</span></span></code></pre></div><h4 id="cool-way-faster-and-better"><code>cool way</code> faster and better</h4>
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-bash" data-lang="bash"><span style="display:flex;"><span>repo sync build/make vendor/tequila <span style="color:#f92672">&amp;&amp;</span> source build/envsetup.sh <span style="color:#f92672">&amp;&amp;</span> reposync
</span></span></code></pre></div><h1 id="buildting">Buil[d/t]ing</h1>
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-bash" data-lang="bash"><span style="display:flex;"><span><span style="color:#75715e"># Set up environment</span>
</span></span><span style="display:flex;"><span>. build/envsetup.sh
</span></span><span style="display:flex;"><span>
</span></span><span style="display:flex;"><span><span style="color:#75715e"># Choose a target</span>
</span></span><span style="display:flex;"><span>lunch tequila_$device-$variant <span style="color:#75715e"># $variant - either user, userdebug or eng</span>
</span></span><span style="display:flex;"><span>
</span></span><span style="display:flex;"><span><span style="color:#75715e"># Build the code</span>
</span></span><span style="display:flex;"><span>mka bacon
</span></span></code></pre></div><h1 id="proper-docs">Proper docs</h1>
<blockquote>
<p>If you are looking for some special toggles or commands&hellip;</p></description>
</item>
<item>
<title>Microg Instrukcja</title>
<link>https://windeqk.github.io/posts/microg-instrukcja/</link>
<pubDate>Wed, 21 Sep 2022 22:55:59 +0200</pubDate>
<guid>https://windeqk.github.io/posts/microg-instrukcja/</guid>
<description>JMT na zawsze w serduszku ^-^</description>
</item>
</channel>
</rss>