in bitbake,how to handle dependency ,for example, in demo_1.0.0.bb file DESCRIPTION = "DEMO " MAINTAINER = "Gentoo OE, " PR = r0 python do_test() { var = bb.data.getVar('INHERIT',d,1) print var } addtask test before do_install now,we begin to find denpendency for demo package,walkround the bin/bitbake source code depends = bb.utils.explode_deps(bb_cache.getVar("depends...
by linuxGentoo - Linux文档专区 - 2008-01-12 19:56:14 阅读(488) 回复(0)
8.9. Dependencies: What's needed to build and/or run the package? Dependencies should be familiar to anyone who has used an .rpm and .deb based desktop distribution. A dependency is something that a package requires either to run the package (a run-time dependency) or to build the package (a build-time or compile-time, dependency). There are two variables provided to allow the spec...
http://tungsys.wordpress.com/2010/08/26/howto-build-linux-kernel-for-android-emulator/
我用sp_depends ok aa index ... SSPZNH statistics (SSPZNH) 第一个好理解,说明这个是index,那第二个是什么意思??
iptables 的recent 模块如何使用? 同一個 IP 來源在一個小時內只允許建立(或嘗試)三次 SSH 連線 iptables -A INPUT -p tcp --dport 22 --syn -m recent --rcheck --seconds 3600 --hitcount 3 --rttl --name SSH --rsource -j DROP iptables -A INPUT -p tcp --dport 22 --syn -m recent --set --name SSH --rsource -j ACCEPT iptables -A INPUT -p tcp --dport 22 -j ACCEPT 谁可以讲解一下recent的使用方法,资料(中文...
原始链接:http://snowman.net/projects/ipt_recent/ Wrote myself a module which I called 'recent' to track seen IP addresses and be able to match against them using some criteria. What this lets me do is basically build up a temporary 'bad-guy' list for when people attempt to port scan me and whatnot and then I use the match to drop everything coming from them for a given amount of time. There is als...
Wrote myself a module which I called 'recent' to track seen IP addresses and be able to match against them using some criteria. What this lets me do is basically build up a temporary 'bad-guy' list for when people attempt to port scan me and whatnot and then I use the match to drop everything coming from them for a given amount of time. There is also an ipt_recent mailing list and CVSWeb ac...
some sh!ts,may interesting... 今天写的东西必然是有些乱的。因为最近的事情比较杂。很多的感慨盖已随风。上上周六过的生日,仅gf给我过生日所拥有的也仅仅是gf的祝福,感觉好极了,没有几个人知道偶的生日,讨厌把birthday弄得稀里哗啦的。后来又发生些事,给自己总结出一名言:没有泪水的成长必然是脆弱的。。。vc++写起来好像简单,但记忆要好,其中的逻辑要在头脑里理的非常清晰,愈来愈感觉数据结构这门学问的重要性。...
这几天在作一个mtv,感触颇多。 呵呵,这几天心情好,用张信哲的《白月光》作基调作一个flash,用的工具是flashmx2004。用了不少的代码,杀死了无数脑细胞。才作一个开头,发到国内的论坛上讨点建议,却没有一个鬼理睬,晕倒~。崇洋媚外的跑到国外一些论坛上看到无数的洋鬼子写了无数的as代码。思维很独到,无限佩服。有个url: http://www.actionscript.org/ hoho, so nice !!! 既然开了头,不打算半途而废,准备用一个月的时间...